Also handling console related packages in debian-installer when live-installer is used.

This commit is contained in:
Daniel Baumann 2010-09-20 22:18:13 +02:00
parent 9ea79c24be
commit fb144e8371
1 changed files with 2 additions and 0 deletions

View File

@ -369,10 +369,12 @@ then
debian)
case "${LB_DISTRIBUTION}" in
lenny)
DI_REQ_PACKAGES="${DI_REQ_PACKAGES} console-setup"
DI_PACKAGES="${DI_PACKAGES} console-setup"
;;
*)
DI_REQ_PACKAGES="${DI_REQ_PACKAGES} console-setup keyboard-configuration"
DI_PACKAGES="${DI_PACKAGES} console-setup keyboard-configuration"
;;
esac