forked from srbala/fedora-kickstarts
Add grub2, grub-efi and efibootmgr for EFI install/booting. Fixes bug #735023
This commit is contained in:
parent
5685d07f87
commit
3c72e9eae4
@ -22,6 +22,10 @@ repo --name=fedora-source --mirrorlist=http://mirrors.fedoraproject.org/mirrorl
|
||||
tcsh
|
||||
kernel*
|
||||
dracut-*
|
||||
# grub-efi and grub2 and efibootmgr so anaconda can use the right one on install.
|
||||
grub-efi
|
||||
grub2
|
||||
efibootmgr
|
||||
# Desktop Packages
|
||||
@kde-desktop
|
||||
@xfce-desktop
|
||||
|
@ -48,6 +48,10 @@ memtest86+
|
||||
# The point of a live image is to install
|
||||
anaconda
|
||||
isomd5sum
|
||||
# grub-efi and grub2 and efibootmgr so anaconda can use the right one on install.
|
||||
grub-efi
|
||||
grub2
|
||||
efibootmgr
|
||||
|
||||
# fpaste is very useful for debugging and very small
|
||||
fpaste
|
||||
|
Loading…
Reference in New Issue
Block a user