This is an automated email from the git hooks/post-receive script.
kevin pushed a commit to branch main in repository fedora-kickstarts.
The following commit(s) were added to refs/heads/main by this push: new 3628a50 workstation: increase size a tiny bit 3628a50 is described below
commit 3628a50d50b716bc090035413d51cc127cc8e40d Author: Kevin Fenzi kevin@scrye.com AuthorDate: Thu Dec 2 14:51:42 2021 -0800
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 kevin@scrye.com --- 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