diff options
author | Daniel Baumann <daniel@debian.org> | 2010-09-20 22:22:43 +0200 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 19:17:24 +0100 |
commit | 241639f400a65be7ec1b0b2cb6f478b36afcda40 (patch) | |
tree | e93ea4f71ffd98cd80b66fcbf52cb4ac44e3216c /scripts | |
parent | 5d19733281fb3160fdbdccc1fc27d14d9253482f (diff) | |
download | vyos-live-build-241639f400a65be7ec1b0b2cb6f478b36afcda40.tar.gz vyos-live-build-241639f400a65be7ec1b0b2cb6f478b36afcda40.zip |
Also adding kbd to debian-installer packages.
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/build/lb_binary_debian-installer | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/scripts/build/lb_binary_debian-installer b/scripts/build/lb_binary_debian-installer index 1696db97a..9868041fa 100755 --- a/scripts/build/lb_binary_debian-installer +++ b/scripts/build/lb_binary_debian-installer @@ -369,13 +369,13 @@ 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 kbd" + DI_PACKAGES="${DI_PACKAGES} console-setup kbd" ;; *) - DI_REQ_PACKAGES="${DI_REQ_PACKAGES} console-setup keyboard-configuration" - DI_PACKAGES="${DI_PACKAGES} console-setup keyboard-configuration" + DI_REQ_PACKAGES="${DI_REQ_PACKAGES} console-setup keyboard-configuration kbd" + DI_PACKAGES="${DI_PACKAGES} console-setup keyboard-configuration kbd" ;; esac ;; |