live images ready to go

This commit is contained in:
nazunalika 2021-06-22 15:13:50 -07:00
parent dc16a9ae7f
commit 5cdff7ad9b
Signed by: label
GPG Key ID: 6735C0E1BD65D048
4 changed files with 21 additions and 0 deletions

View File

@ -51,6 +51,9 @@ glibc-all-langpacks
# no longer in @core since 2018-10, but needed for livesys script # no longer in @core since 2018-10, but needed for livesys script
initscripts initscripts
chkconfig chkconfig
# absolutely required - don't want a system that can't actually update
epel-release
%end %end
%post %post

View File

@ -98,4 +98,6 @@ restorecon -R /
EOF EOF
systemctl enable sddm.service
%end %end

View File

@ -23,6 +23,19 @@ pcp-selinux
-gnome-shell -gnome-shell
-gnome-menus -gnome-menus
# Some stuff might already be here, doesn't hurt to list it.
firefox
thunderbird
firewall-config
pidgin
rocky-backgrounds
gparted
rhythmbox
# extras
f32-backgrounds-xfce
f32-backgrounds-extras-xfce
xfce4-about xfce4-about
xfce4-appfinder xfce4-appfinder
xfce4-taskmanager xfce4-taskmanager

View File

@ -86,4 +86,7 @@ restorecon -R /home/liveuser
EOF EOF
# this doesn't come up automatically. not sure why.
systemctl enable sddm.service
%end %end