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