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_chroot | |
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_chroot')
-rwxr-xr-x | scripts/build/lb_binary_chroot | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/build/lb_binary_chroot b/scripts/build/lb_binary_chroot index 720524344..388f84d01 100755 --- a/scripts/build/lb_binary_chroot +++ b/scripts/build/lb_binary_chroot @@ -85,7 +85,7 @@ ${LB_ROOT_COMMAND} rm -rf chroot/chroot ${LB_ROOT_COMMAND} rm -rf chroot.tmp # Copying new chroot -if [ -d cache/stages_bootstrap ] && [ "${LB_CHROOT_FILESYSTEM}" != "plain" ] +if [ -d cache/stages_bootstrap ] && [ "${LB_CHROOT_FILESYSTEM}" != "none" ] then ${LB_ROOT_COMMAND} mv chroot chroot.tmp ${LB_ROOT_COMMAND} cp -a cache/stages_bootstrap chroot |