From 957cdb7cfe02c08d4723bed38d967ea960bdd938 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Wed, 28 Sep 2011 11:17:47 +0200 Subject: Using 'none' instead of 'plain' when specifying that no chroot filesystem should be used. --- scripts/build/lb_binary_chroot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/build/lb_binary_chroot') 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 -- cgit v1.2.3