Adding consle-setup and keyboard-configuration manually to package pool for debian-installer in order to workaround a flawed debian-installer change in squeeze.

This commit is contained in:
Daniel Baumann 2010-09-20 21:49:27 +02:00
parent 73b127050d
commit 032ecaedc9
1 changed files with 14 additions and 0 deletions

View File

@ -365,6 +365,20 @@ then
DI_PACKAGES="${DI_PACKAGES} busybox cryptsetup lvm2" DI_PACKAGES="${DI_PACKAGES} busybox cryptsetup lvm2"
case "${LB_MODE}" in
debian)
case "${LB_DISTRIBUTION}" in
lenny)
DI_PACKAGES="${DI_PACKAGES} console-setup"
;;
*)
DI_PACKAGES="${DI_PACKAGES} console-setup keyboard-configuration"
;;
esac
;;
esac
# Set apt command prefix # Set apt command prefix
_LB_APT_COMMAND="apt-get ${APT_OPTIONS} -o Dir::Cache=/binary.deb -o APT::Install-Recommends=false --download-only" _LB_APT_COMMAND="apt-get ${APT_OPTIONS} -o Dir::Cache=/binary.deb -o APT::Install-Recommends=false --download-only"