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
|
Read_conffiles config/all config/common config/bootstrap config/chroot config/binary config/source
|
||||||
Set_defaults
|
Set_defaults
|
||||||
|
|
||||||
|
if [ "${LB_CHROOT_FILESYSTEM}" = "none" ]
|
||||||
|
then
|
||||||
|
exit 0
|
||||||
|
fi
|
||||||
|
|
||||||
Echo_message "Begin creating manifest..."
|
Echo_message "Begin creating manifest..."
|
||||||
|
|
||||||
# Requiring stage file
|
# Requiring stage file
|
||||||
|
|
Loading…
Reference in New Issue