From 3628a50d50b716bc090035413d51cc127cc8e40d Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Thu, 2 Dec 2021 14:51:42 -0800 Subject: [PATCH] workstation: increase size a tiny bit Todays rawhide failed due to needing another 14MB. Increase it a bit more than that tho because it may have failed when it hit the first package it ran out of space on. We should of course figure out why it's growing too. Signed-off-by: Kevin Fenzi --- fedora-live-workstation.ks | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fedora-live-workstation.ks b/fedora-live-workstation.ks index 73286db..3ac537c 100644 --- a/fedora-live-workstation.ks +++ b/fedora-live-workstation.ks @@ -10,7 +10,7 @@ # #include snippets/packagekit-cached-metadata.ks -part / --size 7680 +part / --size 7750 %post