Skipping loadlin inclusion on netboot images.

This commit is contained in:
Daniel Baumann 2013-04-30 10:30:33 +02:00
parent 4155fd9641
commit 9a15cd0114
1 changed files with 1 additions and 1 deletions
scripts/build

View File

@ -24,7 +24,7 @@ Arguments "${@}"
Read_conffiles config/all config/common config/bootstrap config/chroot config/binary config/source
Set_defaults
if [ "${LB_LOADLIN}" != "true" ]
if [ "${LB_LOADLIN}" != "true" ] || [ "${LB_BINARY_IMAGES}" = "netboot" ]
then
exit 0
fi