From ea77b0da2065bcac5bc336e264e4ebf890df5e1e Mon Sep 17 00:00:00 2001 From: "Brian C. Lane" Date: Tue, 6 Jul 2021 15:44:45 -0700 Subject: [PATCH] Increase example kickstart root partitions to at least 4000MB Anaconda needs enough space to download the rpms and install the packages when running livemedia-creator with virt mode so the / partition needs to be larger. Resolves: rhbz#1973407 --- docs/rhel-container.ks | 2 +- docs/rhel-minimal.ks | 2 +- docs/rhel-openstack.ks | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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