Also including grub2 in the debian-installer pool.
This commit is contained in:
parent
f496e2dd4d
commit
160df5ac87
@ -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
Block a user