diff options
author | Daniel Baumann <daniel@debian.org> | 2011-09-28 11:17:47 +0200 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-09-28 11:17:47 +0200 |
commit | 957cdb7cfe02c08d4723bed38d967ea960bdd938 (patch) | |
tree | 6d365041c4adfd4c5b8897067fe8eedda666d8e6 /scripts/build/lb_binary_rootfs | |
parent | da0801ebf47881bc14171d2c206b087eae6f689f (diff) | |
download | vyos-live-build-957cdb7cfe02c08d4723bed38d967ea960bdd938.tar.gz vyos-live-build-957cdb7cfe02c08d4723bed38d967ea960bdd938.zip |
Using 'none' instead of 'plain' when specifying that no chroot filesystem should be used.
Diffstat (limited to 'scripts/build/lb_binary_rootfs')
-rwxr-xr-x | scripts/build/lb_binary_rootfs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/build/lb_binary_rootfs b/scripts/build/lb_binary_rootfs index 692a28d5a..280cd1a54 100755 --- a/scripts/build/lb_binary_rootfs +++ b/scripts/build/lb_binary_rootfs @@ -284,7 +284,7 @@ case "${LB_CHROOT_FILESYSTEM}" in Save_cache cache/packages_binary ;; - plain) + none) if [ -d binary/${INITFS}/filesystem.dir ] then rm -rf binary/${INITFS}/filesystem.dir |