forked from sig_core/kickstarts
adjust mate size
This commit is contained in:
parent
f6a36606d2
commit
b5f523e3dc
@ -35,7 +35,7 @@ zerombr
|
||||
clearpart --all
|
||||
# Disk partitioning information
|
||||
part / --fstype="ext4" --size=5120
|
||||
part / --size=7168
|
||||
part / --size=8192
|
||||
|
||||
%post
|
||||
# FIXME: it'd be better to get this installed from a package
|
||||
|
@ -4,7 +4,7 @@
|
||||
%include rocky-live-base-spin.ks
|
||||
%include rocky-live-mate-common.ks
|
||||
|
||||
part / --size 6144
|
||||
part / --size 8192
|
||||
|
||||
%post
|
||||
# mate configuration
|
||||
|
@ -4,7 +4,7 @@
|
||||
%include rocky-live-base-spin.ks
|
||||
%include rocky-live-mate-common.ks
|
||||
|
||||
part / --size 6144
|
||||
part / --size 8192
|
||||
|
||||
%post
|
||||
# mate configuration
|
||||
|
Loading…
Reference in New Issue
Block a user