summaryrefslogtreecommitdiff
path: root/helpers/lh_binary_rootfs
diff options
context:
space:
mode:
Diffstat (limited to 'helpers/lh_binary_rootfs')
-rwxr-xr-xhelpers/lh_binary_rootfs6
1 files changed, 1 insertions, 5 deletions
diff --git a/helpers/lh_binary_rootfs b/helpers/lh_binary_rootfs
index bdc8904..20ecdd3 100755
--- a/helpers/lh_binary_rootfs
+++ b/helpers/lh_binary_rootfs
@@ -103,11 +103,7 @@ case "${LIVE_FILESYSTEM}" in
rm -rf binary/casper/filesystem.dir
fi
- cd chroot
- find . | cpio -pumd ../binary/casper/filesystem.dir
- cd "${OLDPWD}"
-
- rm -rf chroot/chroot
+ mv chroot/chroot binary/casper/filesystem.dir
;;
squashfs)