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:
parent
73b127050d
commit
032ecaedc9
|
@ -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"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue