From 7c4fd0aeab1dd5382c586b1a65f73470c96a1d96 Mon Sep 17 00:00:00 2001 From: "Brian C. Lane" Date: Thu, 23 Jul 2026 15:19:09 -0700 Subject: [PATCH] fedora-livemedia: Bump the rootfs to 10240 This matches the current size used for RHEL10. --- docs/fedora-livemedia.ks | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/fedora-livemedia.ks b/docs/fedora-livemedia.ks index 9b779cb44..4d70bd527 100644 --- a/docs/fedora-livemedia.ks +++ b/docs/fedora-livemedia.ks @@ -29,7 +29,7 @@ clearpart --all --initlabel rootpw rootme # Disk partitioning information reqpart -part / --size=6656 +part / --size=10240 %post # enable tmpfs for /tmp