Removing spurious 'livefs_root' in copy_live_to();.
[live-boot-grml.git] / 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