diff options
author | Daniel Baumann <daniel@debian.org> | 2010-09-20 22:18:13 +0200 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 19:17:24 +0100 |
commit | 5d19733281fb3160fdbdccc1fc27d14d9253482f (patch) | |
tree | 4dc86a62822249ecee9950740e4ca98819877dee /scripts/build/lb_binary_debian-installer | |
parent | 99a715dd84898594e616cff2c857e0f771fb8a63 (diff) | |
download | vyos-live-build-5d19733281fb3160fdbdccc1fc27d14d9253482f.tar.gz vyos-live-build-5d19733281fb3160fdbdccc1fc27d14d9253482f.zip |
Also handling console related packages in debian-installer when live-installer is used.
Diffstat (limited to 'scripts/build/lb_binary_debian-installer')
-rwxr-xr-x | scripts/build/lb_binary_debian-installer | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/build/lb_binary_debian-installer b/scripts/build/lb_binary_debian-installer index 8c74d894f..1696db97a 100755 --- a/scripts/build/lb_binary_debian-installer +++ b/scripts/build/lb_binary_debian-installer @@ -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 |