forked from sig_core/kickstarts
increase base image size
This commit is contained in:
parent
241b3064a2
commit
089e5afd35
@ -35,7 +35,7 @@ zerombr
|
|||||||
clearpart --all
|
clearpart --all
|
||||||
# Disk partitioning information
|
# Disk partitioning information
|
||||||
part / --fstype="ext4" --size=5120
|
part / --fstype="ext4" --size=5120
|
||||||
part / --size=6144
|
part / --size=7168
|
||||||
|
|
||||||
%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
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
%include rocky-live-base-spin.ks
|
%include rocky-live-base-spin.ks
|
||||||
%include rocky-live-mate-common.ks
|
%include rocky-live-mate-common.ks
|
||||||
|
|
||||||
part / --size 6144
|
part / --size 7168
|
||||||
|
|
||||||
%post
|
%post
|
||||||
# mate configuration
|
# mate configuration
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
%include rocky-live-base-spin.ks
|
%include rocky-live-base-spin.ks
|
||||||
%include rocky-live-mate-common.ks
|
%include rocky-live-mate-common.ks
|
||||||
|
|
||||||
part / --size 6144
|
part / --size 7168
|
||||||
|
|
||||||
%post
|
%post
|
||||||
# mate configuration
|
# mate configuration
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
%include rocky-live-base-spin.ks
|
%include rocky-live-base-spin.ks
|
||||||
%include rocky-live-mate-common.ks
|
%include rocky-live-mate-common.ks
|
||||||
|
|
||||||
part / --size 6144
|
part / --size 7168
|
||||||
|
|
||||||
%post
|
%post
|
||||||
# mate configuration
|
# mate configuration
|
||||||
|
Loading…
Reference in New Issue
Block a user