summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Baumann <daniel@debian.org>2010-09-20 22:18:13 +0200
committerDaniel Baumann <daniel@debian.org>2010-09-20 22:18:13 +0200
commitfb144e8371303206acb867d123005bec02047c96 (patch)
tree4dc86a62822249ecee9950740e4ca98819877dee
parent9ea79c24be14c00e517b68cf24a84f0edb3a8df5 (diff)
downloadvyos-live-build-fb144e8371303206acb867d123005bec02047c96.tar.gz
vyos-live-build-fb144e8371303206acb867d123005bec02047c96.zip
Also handling console related packages in debian-installer when live-installer is used.
-rwxr-xr-xscripts/build/lb_binary_debian-installer2
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