mirror of
https://pagure.io/fedora-kickstarts.git
synced 2024-12-22 05:35:26 +00:00
Revert "arm: base: increase minimal to 3G as we've got dep bloat"
I'm an idiot, this isn't minimal
This reverts commit 4493473a0a
.
This commit is contained in:
parent
4493473a0a
commit
b95b0e11d0
@ -10,7 +10,7 @@ bootloader extlinux
|
||||
part /boot/fw --size=30 --fstype vfat --asprimary
|
||||
part /boot --size=512 --fstype ext4 --asprimary
|
||||
part swap --size=512 --fstype swap --asprimary
|
||||
part / --size=3000 --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
|
||||
|
Loading…
Reference in New Issue
Block a user