Also handling console related packages in debian-installer when live-installer is used.
This commit is contained in:
parent
9ea79c24be
commit
fb144e8371
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue