mirror of
https://pagure.io/fedora-kickstarts.git
synced 2025-12-06 11:39:40 +08:00
remove --grow from arm partitioning
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
bootloader --location=none
|
||||
part /boot --size=512 --fstype ext3
|
||||
part swap --size=512 --fstype swap
|
||||
part / --grow --size=3000 --fstype ext4
|
||||
part / --size=3000 --fstype ext4
|
||||
|
||||
|
||||
Reference in New Issue
Block a user