bump KDE to 9000

This commit is contained in:
Louis Abel 2023-12-22 15:03:27 -07:00
parent 9be079eb5b
commit bb01e3aa82
Signed by: label
GPG Key ID: B37E62D143879B36
3 changed files with 3 additions and 3 deletions

View File

@ -36,7 +36,7 @@ zerombr
clearpart --all clearpart --all
# Disk partitioning information # Disk partitioning information
part / --fstype="ext4" --size=5120 part / --fstype="ext4" --size=5120
part / --size=7300 part / --size=9000
%post %post
# FIXME: it'd be better to get this installed from a package # FIXME: it'd be better to get this installed from a package

View File

@ -4,7 +4,7 @@
%include rocky-live-kde-base.ks %include rocky-live-kde-base.ks
# DVD # DVD
part / --size=7300 part / --size=9000
%post %post
%end %end

View File

@ -4,7 +4,7 @@
%include rocky-live-kde-base.ks %include rocky-live-kde-base.ks
# DVD # DVD
part / --size=7000 part / --size=9000
%post %post
%end %end