mirror of
https://pagure.io/fedora-kickstarts.git
synced 2024-12-22 05:35: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
|
xconfig --startxonboot
|
||||||
zerombr
|
zerombr
|
||||||
clearpart --all
|
clearpart --all
|
||||||
part / --size 4096 --fstype ext4
|
part / --size 5120 --fstype ext4
|
||||||
services --enabled=NetworkManager,ModemManager --disabled=network,sshd
|
services --enabled=NetworkManager,ModemManager --disabled=network,sshd
|
||||||
network --bootproto=dhcp --activate
|
network --bootproto=dhcp --activate
|
||||||
shutdown
|
shutdown
|
||||||
|
@ -10,7 +10,7 @@
|
|||||||
%include fedora-live-workstation.ks
|
%include fedora-live-workstation.ks
|
||||||
|
|
||||||
#DVD size partition
|
#DVD size partition
|
||||||
part / --size 8192
|
part / --size 8704
|
||||||
|
|
||||||
%packages
|
%packages
|
||||||
# Switch to groups for design suite
|
# Switch to groups for design suite
|
||||||
|
@ -7,7 +7,7 @@
|
|||||||
%include fedora-live-xfce.ks
|
%include fedora-live-xfce.ks
|
||||||
|
|
||||||
# The recommended part size for DVDs is too close to use for the games spin
|
# The recommended part size for DVDs is too close to use for the games spin
|
||||||
part / --size 10240
|
part / --size 14336
|
||||||
|
|
||||||
%packages
|
%packages
|
||||||
|
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
%include fedora-live-minimization.ks
|
%include fedora-live-minimization.ks
|
||||||
|
|
||||||
# The recommended part size for DVDs is too close to use for the robotics spin
|
# The recommended part size for DVDs is too close to use for the robotics spin
|
||||||
part / --size 10240
|
part / --size 10752
|
||||||
|
|
||||||
%packages
|
%packages
|
||||||
# Start with GNOME
|
# Start with GNOME
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
%include fedora-workstation-packages.ks
|
%include fedora-workstation-packages.ks
|
||||||
%include snippets/packagekit-cached-metadata.ks
|
%include snippets/packagekit-cached-metadata.ks
|
||||||
|
|
||||||
part / --size 6144
|
part / --size 6656
|
||||||
|
|
||||||
%post
|
%post
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user