kickstarts/live/10/aarch64/prod/rocky-live-workstation.ks

19 lines
419 B
Plaintext
Raw Normal View History

2024-02-14 23:11:24 +00:00
# Maintained by Release Engineering
# mailto:releng@rockylinux.org
%include rocky-live-base.ks
%include rocky-workstation-common.ks
#
# Disable this for now as packagekit is causing compose failures
# by leaving a gpg-agent around holding /dev/null open.
#
#include snippets/packagekit-cached-metadata.ks
2024-02-27 20:51:08 +00:00
part / --size 8192
2024-02-14 23:11:24 +00:00
%post
sed -i 's/^livesys_session=.*/livesys_session="gnome"/' /etc/sysconfig/livesys
%end