Remove duplicate partitioning on arm base, minimal.

This commit is contained in:
Paul Whalen 2019-01-25 12:46:43 -05:00
parent 702db8a89e
commit d43129d5e8
2 changed files with 0 additions and 2 deletions

View File

@ -8,7 +8,6 @@ bootloader --location=mbr
part /boot/efi --size=80 --fstype vfat --asprimary
part /boot --size=512 --fstype ext4 --asprimary
part / --size=2800 --fstype ext4 --asprimary
# make sure that initial-setup runs and lets us do all the configuration bits
firstboot --reconfig

View File

@ -1,7 +1,6 @@
%include fedora-arm-base.ks
%include fedora-minimal-common.ks
part /boot --size=512 --fstype ext4
part / --size=1400 --fstype ext4
%packages