Also including grub2 in the debian-installer pool.

This commit is contained in:
Daniel Baumann 2010-05-25 17:00:59 +02:00
parent da9b423ab6
commit 632f980404
1 changed files with 2 additions and 2 deletions

View File

@ -322,7 +322,7 @@ then
case "${LH_ARCHITECTURE}" in
amd64)
DI_REQ_PACKAGES="lilo grub"
DI_REQ_PACKAGES="lilo grub grub2"
case "${LH_MODE}" in
ubuntu)
@ -336,7 +336,7 @@ then
;;
i386)
DI_REQ_PACKAGES="elilo lilo grub"
DI_REQ_PACKAGES="elilo lilo grub grub2"
case "${LH_MODE}" in
ubuntu)