Temporarily removing grub2 from d-i packages again, needs some fixes first.

This commit is contained in:
Daniel Baumann 2010-06-16 16:09:10 +02:00
parent 6a2ebe6a34
commit 80c8929707
1 changed files with 4 additions and 2 deletions

View File

@ -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)