mirror of
https://pagure.io/fedora-kickstarts.git
synced 2024-11-11 10:34:22 +00:00
increase the size of the / partitions for Desktop and Mate images
This commit is contained in:
parent
947fd69d5f
commit
29f179c805
@ -3,6 +3,8 @@
|
||||
%include fedora-desktop-packages.ks
|
||||
%include fedora-arm-vfat-partitioning.ks
|
||||
|
||||
part / --size=4000 --fstype ext4
|
||||
|
||||
%packages
|
||||
-initial-setup
|
||||
|
||||
|
@ -3,6 +3,8 @@
|
||||
%include fedora-desktop-packages.ks
|
||||
%include fedora-arm-partitioning.ks
|
||||
|
||||
part / --size=4000 --fstype ext4
|
||||
|
||||
%packages
|
||||
-initial-setup
|
||||
|
||||
|
@ -3,7 +3,7 @@
|
||||
%include fedora-mate-packages.ks
|
||||
%include fedora-arm-vfat-partitioning.ks
|
||||
|
||||
part / --size=4000 --fstype ext4
|
||||
part / --size=5000 --fstype ext4
|
||||
|
||||
%post
|
||||
echo -n "Enabling initial-setup gui mode on startup"
|
||||
|
@ -3,7 +3,7 @@
|
||||
%include fedora-mate-packages.ks
|
||||
%include fedora-arm-partitioning.ks
|
||||
|
||||
part / --size=4000 --fstype ext4
|
||||
part / --size=5000 --fstype ext4
|
||||
|
||||
%post
|
||||
echo -n "Enabling initial-setup gui mode on startup"
|
||||
|
Loading…
Reference in New Issue
Block a user