[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#608201: grub-installer: fails on live usb-hdd images (not on any other types)



Hi,

Ter, 2010-12-28 às 18:05 +0100, Daniel Baumann escreveu:

I'm not sure this bug belongs to grub-installer or to live-build.

[...]

> see the following thread for more information:
> http://lists.debian.org/debian-live/2010/12/msg00113.html

[...]

from the url above, on the script lb_binary_debian_installer:

DI_REQ_PACKAGES="elilo lilo grub"

grub-pc is missing.
Can you try with the attached patch?


-- 
Melhores cumprimentos/Best regards,

Miguel Figueiredo
http://www.DebianPT.org
diff --git a/scripts/build/lb_binary_debian-installer b/scripts/build/lb_binary_debian-installer
index e2d9d7c..7fb7773 100755
--- a/scripts/build/lb_binary_debian-installer
+++ b/scripts/build/lb_binary_debian-installer
@@ -323,8 +323,7 @@ then
 
 	case "${LB_ARCHITECTURE}" in
 		amd64)
-			#DI_REQ_PACKAGES="lilo grub grub2"
-			DI_REQ_PACKAGES="lilo grub"
+			DI_REQ_PACKAGES="lilo grub grub-pc"
 
 			case "${LB_MODE}" in
 				ubuntu)
@@ -338,8 +337,7 @@ then
 			;;
 
 		i386)
-			#DI_REQ_PACKAGES="elilo lilo grub grub2"
-			DI_REQ_PACKAGES="elilo lilo grub"
+			DI_REQ_PACKAGES="elilo lilo grub grub-pc"
 
 			case "${LB_MODE}" in
 				ubuntu)

Reply to: