Temporarily removing grub2 from d-i packages again, needs some fixes first.
This commit is contained in:
parent
6a2ebe6a34
commit
80c8929707
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue