mirror of
https://pagure.io/fedora-kickstarts.git
synced 2024-12-21 21:25:26 +00:00
increase the disk size for images that failed to compose due to space issues
Signed-off-by: Dennis Gilmore <dennis@ausil.us>
This commit is contained in:
parent
9607fe239d
commit
91a99a0635
@ -16,7 +16,7 @@ firewall --enabled --service=mdns
|
||||
xconfig --startxonboot
|
||||
zerombr
|
||||
clearpart --all
|
||||
part / --size 4096 --fstype ext4
|
||||
part / --size 5120 --fstype ext4
|
||||
services --enabled=NetworkManager,ModemManager --disabled=network,sshd
|
||||
network --bootproto=dhcp --activate
|
||||
shutdown
|
||||
|
@ -10,7 +10,7 @@
|
||||
%include fedora-live-workstation.ks
|
||||
|
||||
#DVD size partition
|
||||
part / --size 8192
|
||||
part / --size 8704
|
||||
|
||||
%packages
|
||||
# Switch to groups for design suite
|
||||
|
@ -7,7 +7,7 @@
|
||||
%include fedora-live-xfce.ks
|
||||
|
||||
# The recommended part size for DVDs is too close to use for the games spin
|
||||
part / --size 10240
|
||||
part / --size 14336
|
||||
|
||||
%packages
|
||||
|
||||
|
@ -6,7 +6,7 @@
|
||||
%include fedora-live-minimization.ks
|
||||
|
||||
# The recommended part size for DVDs is too close to use for the robotics spin
|
||||
part / --size 10240
|
||||
part / --size 10752
|
||||
|
||||
%packages
|
||||
# Start with GNOME
|
||||
|
@ -6,7 +6,7 @@
|
||||
%include fedora-workstation-packages.ks
|
||||
%include snippets/packagekit-cached-metadata.ks
|
||||
|
||||
part / --size 6144
|
||||
part / --size 6656
|
||||
|
||||
%post
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user