Omitting binary manifest creation when chroot filesystem is set to none.
This commit is contained in:
parent
4bcc88fef3
commit
6d81ec003d
|
@ -24,6 +24,11 @@ Arguments "${@}"
|
|||
Read_conffiles config/all config/common config/bootstrap config/chroot config/binary config/source
|
||||
Set_defaults
|
||||
|
||||
if [ "${LB_CHROOT_FILESYSTEM}" = "none" ]
|
||||
then
|
||||
exit 0
|
||||
fi
|
||||
|
||||
Echo_message "Begin creating manifest..."
|
||||
|
||||
# Requiring stage file
|
||||
|
|
Loading…
Reference in New Issue