From 80c8929707419778228224aafc5d3a3f4bf7f2b0 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Wed, 16 Jun 2010 16:09:10 +0200 Subject: [PATCH] Temporarily removing grub2 from d-i packages again, needs some fixes first. --- helpers/binary_debian-installer | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/helpers/binary_debian-installer b/helpers/binary_debian-installer index 20be911c8..32a8278ea 100755 --- a/helpers/binary_debian-installer +++ b/helpers/binary_debian-installer @@ -322,7 +322,8 @@ then case "${LH_ARCHITECTURE}" in amd64) - DI_REQ_PACKAGES="lilo grub grub2" + #DI_REQ_PACKAGES="lilo grub grub2" + DI_REQ_PACKAGES="lilo grub" case "${LH_MODE}" in ubuntu) @@ -336,7 +337,8 @@ then ;; i386) - DI_REQ_PACKAGES="elilo lilo grub grub2" + #DI_REQ_PACKAGES="elilo lilo grub grub2" + DI_REQ_PACKAGES="elilo lilo grub" case "${LH_MODE}" in ubuntu)