Correcting typo in binary_rootfs to restore 'plain' live filesystem support.
This commit is contained in:
parent
4baf92dcb4
commit
f759856a78
|
@ -296,7 +296,7 @@ case "${LB_CHROOT_FILESYSTEM}" in
|
|||
Save_cache cache/packages_binary
|
||||
;;
|
||||
|
||||
none)
|
||||
plain)
|
||||
if [ -d binary/${INITFS}/filesystem.dir ]
|
||||
then
|
||||
rm -rf binary/${INITFS}/filesystem.dir
|
||||
|
|
Loading…
Reference in New Issue