From: Daniel Baumann Date: Sun, 23 Nov 2008 21:01:34 +0000 (+0100) Subject: Removing spurious 'livefs_root' in copy_live_to();. X-Git-Tag: debian/2.0.15-1~387 X-Git-Url: http://git.grml.org/?a=commitdiff_plain;h=35910eb09ca6c0184a60eed46fc7a5a1c2ab1592;p=live-boot-grml.git Removing spurious 'livefs_root' in copy_live_to();. --- diff --git a/scripts/live b/scripts/live index 8543cf1..389fc21 100755 --- a/scripts/live +++ b/scripts/live @@ -658,7 +658,6 @@ copy_live_to () cp -a ${copyfrom}/* ${copyto} # "cp -a" from busybox also copies hidden files fi - livefs_root umount ${copyfrom} mount -r -o move ${copyto} ${copyfrom} fi