forked from srbala/fedora-kickstarts
remove arm and ppc cloud base variants
Signed-off-by: Peter Robinson <pbrobinson@fedoraproject.org>
This commit is contained in:
parent
2bbf715cd9
commit
f7dc6eacf4
@ -1,12 +0,0 @@
|
|||||||
%include fedora-cloud-base.ks
|
|
||||||
|
|
||||||
bootloader --timeout=1 --append="no_timer_check console=tty1 console=ttyAMA0,115200n8"
|
|
||||||
|
|
||||||
part /boot --fstype="ext4" --size=500
|
|
||||||
part /boot/efi --fstype="vfat" --size=100
|
|
||||||
|
|
||||||
%packages
|
|
||||||
efibootmgr
|
|
||||||
grub2-efi
|
|
||||||
shim
|
|
||||||
%end
|
|
@ -1,10 +0,0 @@
|
|||||||
%include fedora-cloud-base.ks
|
|
||||||
|
|
||||||
bootloader --timeout=1 --append="no_timer_check console=tty1 console=ttyS0,115200n8"
|
|
||||||
|
|
||||||
part prepboot --fstype="prepboot" --size=4
|
|
||||||
part /boot --fstype="ext4" --size=500
|
|
||||||
|
|
||||||
%packages
|
|
||||||
grub2
|
|
||||||
%end
|
|
Loading…
Reference in New Issue
Block a user