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:
Chris Lamb 2008-08-10 23:02:01 +01:00
parent 856d069cf3
commit 821e289e24
1 changed files with 15 additions and 12 deletions

View File

@ -415,6 +415,8 @@ then
done
fi
if [ "${LH_DEBIAN_INSTALLER}" != "live" ]
then
# Including base debian packages
if [ -d cache/packages_bootstrap ]
then
@ -429,6 +431,7 @@ then
Echo_error "cached - these are required when integrating the Debian Installer."
exit 1
fi
fi
# Including local debs
if Find_files ../config/binary_local-debs/*_"${LH_ARCHITECTURE}".deb