Correcting glitch with plain chroot filesystems in binary_chroot.
This commit is contained in:
parent
d49278344e
commit
e08aa46019
|
@ -85,7 +85,7 @@ ${LB_ROOT_COMMAND} rm -rf chroot/chroot
|
|||
${LB_ROOT_COMMAND} rm -rf chroot.tmp
|
||||
|
||||
# Copying new chroot
|
||||
if [ -d cache/bootstrap ] && [ "${LB_CHROOT_FILESYSTEM}" != "none" ]
|
||||
if [ -d cache/bootstrap ] && [ "${LB_CHROOT_FILESYSTEM}" != "none" ] && [ "${LB_CHROOT_FILESYSTEM}" != "plain" ]
|
||||
then
|
||||
${LB_ROOT_COMMAND} mv chroot chroot.tmp
|
||||
${LB_ROOT_COMMAND} cp -a cache/bootstrap chroot
|
||||
|
|
Loading…
Reference in New Issue