[SCM] live-build branch, debian-next, updated. debian/2.0_a29-1-11-gfb144e8

Daniel Baumann daniel at debian.org
Mon Sep 20 20:18:15 UTC 2010


The following commit has been merged in the debian-next branch:
commit fb144e8371303206acb867d123005bec02047c96
Author: Daniel Baumann <daniel at debian.org>
Date:   Mon Sep 20 22:18:13 2010 +0200

    Also handling console related packages in debian-installer when live-installer is used.

diff --git a/scripts/build/lb_binary_debian-installer b/scripts/build/lb_binary_debian-installer
index 8c74d89..1696db9 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

-- 
live-build



More information about the debian-live-changes mailing list