[SCM] live-build branch, debian-next, updated. debian/2.0_a29-1-12-g95d8e0b
Daniel Baumann
daniel at debian.org
Mon Sep 20 20:22:46 UTC 2010
The following commit has been merged in the debian-next branch:
commit 95d8e0be7a54228d098b0ef4e8066a1644e8a48e
Author: Daniel Baumann <daniel at debian.org>
Date: Mon Sep 20 22:22:43 2010 +0200
Also adding kbd to debian-installer packages.
diff --git a/scripts/build/lb_binary_debian-installer b/scripts/build/lb_binary_debian-installer
index 1696db9..9868041 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
;;
--
live-build
More information about the debian-live-changes
mailing list