Removing spurious 'livefs_root' in copy_live_to();.
authorDaniel Baumann <daniel@debian.org>
Sun, 23 Nov 2008 21:01:34 +0000 (22:01 +0100)
committerDaniel Baumann <daniel@debian.org>
Wed, 9 Mar 2011 16:48:03 +0000 (17:48 +0100)
scripts/live

index 8543cf1..389fc21 100755 (executable)
@@ -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