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:
Dennis Gilmore 2016-02-09 06:59:50 -06:00
parent 9607fe239d
commit 91a99a0635
5 changed files with 5 additions and 5 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -6,7 +6,7 @@
%include fedora-workstation-packages.ks
%include snippets/packagekit-cached-metadata.ks
part / --size 6144
part / --size 6656
%post