mirror of
https://pagure.io/fedora-kickstarts.git
synced 2024-11-10 08:00:06 +00:00
grow base partition for cloud and vagrant images
We control the actual size of the virtual disks with options on the koji command line. This change will allow the Vagrant root partition to grow to the 40 GB we allocate in the koji image build while the base cloud image will remain essentially unchanged, as it is set to 3 GB in the rel-eng koji call.
This commit is contained in:
parent
ca057bc830
commit
1e1a531b9b
@ -43,7 +43,7 @@ services --enabled=network,sshd,rsyslog,cloud-init,cloud-init-local,cloud-config
|
|||||||
|
|
||||||
zerombr
|
zerombr
|
||||||
clearpart --all
|
clearpart --all
|
||||||
part / --size 3000 --fstype ext4
|
part / --size 3000 --fstype ext4 --grow
|
||||||
|
|
||||||
%include fedora-repo.ks
|
%include fedora-repo.ks
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user