livemedia-creator: Increase the root partition to 7000

So that it doesn't run out of space.
This commit is contained in:
Brian C. Lane 2019-08-14 16:24:45 -07:00
parent ac6d408115
commit 2779565820
1 changed files with 1 additions and 1 deletions

View File

@ -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