diff --git a/docs/rhel-container.ks b/docs/rhel-container.ks index f8aeb363..d08a5e7e 100644 --- a/docs/rhel-container.ks +++ b/docs/rhel-container.ks @@ -27,7 +27,7 @@ bootloader --disabled # Partition clearing information clearpart --all --initlabel # Disk partitioning information -part / --fstype="ext4" --size=3000 +part / --fstype="ext4" --size=4000 %post # Remove random-seed diff --git a/docs/rhel-minimal.ks b/docs/rhel-minimal.ks index b99012ec..f41d8764 100644 --- a/docs/rhel-minimal.ks +++ b/docs/rhel-minimal.ks @@ -34,7 +34,7 @@ bootloader --location=mbr # Partition clearing information clearpart --all --initlabel # Disk partitioning information -part / --fstype="ext4" --size=2000 +part / --fstype="ext4" --size=4000 part swap --size=512 %post diff --git a/docs/rhel-openstack.ks b/docs/rhel-openstack.ks index 7a9a4a8e..c0ee10c7 100644 --- a/docs/rhel-openstack.ks +++ b/docs/rhel-openstack.ks @@ -31,7 +31,7 @@ zerombr # Partition clearing information clearpart --all # Disk partitioning information -part / --fstype="ext4" --size=3000 +part / --fstype="ext4" --size=4000 %post # Remove random-seed