Removing grub-efi from d-i packages for the time being, it doesn't work correctly yet.
This commit is contained in:
parent
4db854d39e
commit
59ec07d99a
|
@ -344,7 +344,7 @@ then
|
|||
|
||||
case "${LB_ARCHITECTURES}" in
|
||||
amd64)
|
||||
DI_REQ_PACKAGES="lilo grub grub-efi grub-pc"
|
||||
DI_REQ_PACKAGES="lilo grub grub-pc"
|
||||
|
||||
case "${LB_MODE}" in
|
||||
ubuntu|kubuntu)
|
||||
|
|
Loading…
Reference in New Issue