From 2779565820f4a4f4fa35e3d3b92390a5ffaede7a Mon Sep 17 00:00:00 2001 From: "Brian C. Lane" Date: Wed, 14 Aug 2019 16:24:45 -0700 Subject: [PATCH] livemedia-creator: Increase the root partition to 7000 So that it doesn't run out of space. --- 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 6c4d5822..1c5c56b4 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=7000 %post # FIXME: it'd be better to get this installed from a package