Don't include the bootstrap .debs on live-installer based disks (saves ~30MiB).
Signed-off-by: Chris Lamb <chris@chris-lamb.co.uk>
This commit is contained in:
parent
856d069cf3
commit
821e289e24
|
@ -415,6 +415,8 @@ then
|
||||||
done
|
done
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
if [ "${LH_DEBIAN_INSTALLER}" != "live" ]
|
||||||
|
then
|
||||||
# Including base debian packages
|
# Including base debian packages
|
||||||
if [ -d cache/packages_bootstrap ]
|
if [ -d cache/packages_bootstrap ]
|
||||||
then
|
then
|
||||||
|
@ -429,6 +431,7 @@ then
|
||||||
Echo_error "cached - these are required when integrating the Debian Installer."
|
Echo_error "cached - these are required when integrating the Debian Installer."
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
fi
|
||||||
|
|
||||||
# Including local debs
|
# Including local debs
|
||||||
if Find_files ../config/binary_local-debs/*_"${LH_ARCHITECTURE}".deb
|
if Find_files ../config/binary_local-debs/*_"${LH_ARCHITECTURE}".deb
|
||||||
|
|
Loading…
Reference in New Issue