[SCM] live-helper branch, debian-old-1.0, updated. b13d69790a178f50c790ef707c52d971fe4ff046
Daniel Baumann
daniel at debian.org
Tue May 25 15:54:41 UTC 2010
The following commit has been merged in the debian-old-1.0 branch:
commit b13d69790a178f50c790ef707c52d971fe4ff046
Author: Daniel Baumann <daniel at debian.org>
Date: Tue May 25 17:48:16 2010 +0200
Also including grub2 in the debian-installer pool.
diff --git a/helpers/lh_binary_debian-installer b/helpers/lh_binary_debian-installer
index 32d0ce0..0593a10 100755
--- a/helpers/lh_binary_debian-installer
+++ b/helpers/lh_binary_debian-installer
@@ -355,12 +355,12 @@ then
case "${LH_ARCHITECTURE}" in
amd64)
- DI_REQ_PACKAGES="lilo grub"
+ DI_REQ_PACKAGES="lilo grub grub2"
DI_PACKAGES="${DI_REQ_PACKAGES} linux-image-2.6-amd64"
;;
i386|lpia)
- DI_REQ_PACKAGES="elilo lilo grub"
+ DI_REQ_PACKAGES="elilo lilo grub grub2"
DI_PACKAGES="${DI_REQ_PACKAGES} linux-image-2.6-486 linux-image-2.6-686"
;;
--
live-helper
More information about the debian-live-changes
mailing list