forked from sig_core/kickstarts
live images ready to go
This commit is contained in:
parent
dc16a9ae7f
commit
5cdff7ad9b
@ -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
|
||||||
|
@ -98,4 +98,6 @@ restorecon -R /
|
|||||||
|
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
|
systemctl enable sddm.service
|
||||||
|
|
||||||
%end
|
%end
|
||||||
|
@ -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
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user