From 15a6627e093a4edeafaa010b54c259d0f32c0c65 Mon Sep 17 00:00:00 2001 From: Peter Robinson Date: Fri, 3 Mar 2017 17:48:29 +0000 Subject: [PATCH] Add bits required for aarch64 images We drop the explicit grub2 as aarch64 only has grub2-efi but anaconda will sort that out and ensure all the right bits are installed during the install so we should get the right grub2 bootloader options for each arch OOTB. Signed-off-by: Peter Robinson --- fedora-cloud-base.ks | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fedora-cloud-base.ks b/fedora-cloud-base.ks index 3f7dbca..fa71323 100644 --- a/fedora-cloud-base.ks +++ b/fedora-cloud-base.ks @@ -43,6 +43,7 @@ services --enabled=sshd,cloud-init,cloud-init-local,cloud-config,cloud-final zerombr clearpart --all +part /boot/efi --fstype="vfat" --size=50 part / --fstype ext4 --grow %include fedora-repo.ks @@ -82,7 +83,6 @@ which #-kbd -uboot-tools -kernel -grub2 %end