mirror of
https://pagure.io/fedora-kickstarts.git
synced 2026-01-23 08:25:47 +08:00
Remove duplicate partitioning on arm base, minimal.
This commit is contained in:
@@ -8,7 +8,6 @@ bootloader --location=mbr
|
|||||||
|
|
||||||
part /boot/efi --size=80 --fstype vfat --asprimary
|
part /boot/efi --size=80 --fstype vfat --asprimary
|
||||||
part /boot --size=512 --fstype ext4 --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
|
# make sure that initial-setup runs and lets us do all the configuration bits
|
||||||
firstboot --reconfig
|
firstboot --reconfig
|
||||||
|
|||||||
@@ -1,7 +1,6 @@
|
|||||||
%include fedora-arm-base.ks
|
%include fedora-arm-base.ks
|
||||||
%include fedora-minimal-common.ks
|
%include fedora-minimal-common.ks
|
||||||
|
|
||||||
part /boot --size=512 --fstype ext4
|
|
||||||
part / --size=1400 --fstype ext4
|
part / --size=1400 --fstype ext4
|
||||||
|
|
||||||
%packages
|
%packages
|
||||||
|
|||||||
Reference in New Issue
Block a user