forked from srbala/fedora-kickstarts
aarch64: cloud: explicitly add uEFI boot components
This commit is contained in:
parent
12fe6d8269
commit
7aeb066018
@ -4,3 +4,8 @@ bootloader --timeout=1 --append="no_timer_check console=tty1 console=ttyS0,11520
|
|||||||
|
|
||||||
part /boot --fstype="ext4" --size=500
|
part /boot --fstype="ext4" --size=500
|
||||||
part /boot/efi --fstype="vfat" --size=100
|
part /boot/efi --fstype="vfat" --size=100
|
||||||
|
|
||||||
|
%packages
|
||||||
|
efibootmgr
|
||||||
|
grub2-efi
|
||||||
|
shim
|
||||||
|
Loading…
Reference in New Issue
Block a user