From 21e02e29c7b1c39c828e959b7d0ef89026298780 Mon Sep 17 00:00:00 2001 From: Peter Robinson Date: Fri, 3 Mar 2017 15:41:29 +0000 Subject: [PATCH] Adjust docker-base ks for aarch64 Add the EFI partition in so anaconda doesn't lose it. Ulimately doesn't affect docker image size as boot and friends are discarded as part of the process. Signed-off-by: Peter Robinson --- fedora-docker-base.ks | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/fedora-docker-base.ks b/fedora-docker-base.ks index 9e04d5c..f9f2e2a 100644 --- a/fedora-docker-base.ks +++ b/fedora-docker-base.ks @@ -19,14 +19,15 @@ text # don't use cmdline -- https://github.com/rhinstaller/anaconda/issues/931 bootloader --disabled timezone --isUtc --nontp Etc/UTC rootpw --lock --iscrypted locked - keyboard us -zerombr -clearpart --all -part / --fstype ext4 --grow network --bootproto=dhcp --device=link --activate --onboot=on reboot +zerombr +clearpart --all +part /boot/efi --fstype="vfat" --size=100 +part / --fstype ext4 --grow + %packages --excludedocs --instLangs=en --nocore bash tar # https://bugzilla.redhat.com/show_bug.cgi?id=1409920