mirror of
https://pagure.io/fedora-kickstarts.git
synced 2025-02-03 10:25:18 +00:00
Adjust docker-base-minimal 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 <pbrobinson@fedoraproject.org>
This commit is contained in:
parent
19fb556f9f
commit
23b814089b
@ -21,12 +21,14 @@ 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 --excludeWeakdeps
|
||||
bash
|
||||
fedora-release
|
||||
|
Loading…
x
Reference in New Issue
Block a user