Also including grub2 in the debian-installer pool.
This commit is contained in:
parent
da9b423ab6
commit
632f980404
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue