kickstarts/live/9/x86_64/peridot/rocky-live-mate.ks

21 lines
411 B
Plaintext
Raw Normal View History

2022-09-11 21:34:05 +00:00
# rocky-live-kde.ks
# BROKEN
%include rocky-live-base-spin.ks
%include rocky-live-mate-common.ks
2022-09-12 02:09:54 +00:00
part / --size 7168
2022-09-11 21:34:05 +00:00
%post
# mate configuration
2024-02-15 03:40:30 +00:00
sed -i 's/^livesys_session=.*/livesys_session="mate"/' /etc/sysconfig/livesys
2022-09-11 21:34:05 +00:00
# this doesn't come up automatically. not sure why.
systemctl enable --force lightdm.service
# CRB needs to be enabled for EPEL to function.
dnf config-manager --set-enabled crb
%end