Update composer live-iso template
This commit is contained in:
parent
1ac75e98b4
commit
708314a1fe
@ -169,6 +169,10 @@ systemctl --no-reload disable atd.service 2> /dev/null || :
|
|||||||
systemctl stop crond.service 2> /dev/null || :
|
systemctl stop crond.service 2> /dev/null || :
|
||||||
systemctl stop atd.service 2> /dev/null || :
|
systemctl stop atd.service 2> /dev/null || :
|
||||||
|
|
||||||
|
# turn off abrtd on a live image
|
||||||
|
systemctl --no-reload disable abrtd.service 2> /dev/null || :
|
||||||
|
systemctl stop abrtd.service 2> /dev/null || :
|
||||||
|
|
||||||
# Don't sync the system clock when running live (RHBZ #1018162)
|
# Don't sync the system clock when running live (RHBZ #1018162)
|
||||||
sed -i 's/rtcsync//' /etc/chrony.conf
|
sed -i 's/rtcsync//' /etc/chrony.conf
|
||||||
|
|
||||||
@ -294,6 +298,14 @@ cat >> /usr/share/glib-2.0/schemas/org.gnome.software.gschema.override << FOE
|
|||||||
download-updates=false
|
download-updates=false
|
||||||
FOE
|
FOE
|
||||||
|
|
||||||
|
# don't autostart gnome-software session service
|
||||||
|
rm -f /etc/xdg/autostart/gnome-software-service.desktop
|
||||||
|
|
||||||
|
# disable the gnome-software shell search provider
|
||||||
|
cat >> /usr/share/gnome-shell/search-providers/org.gnome.Software-search-provider.ini << FOE
|
||||||
|
DefaultDisabled=true
|
||||||
|
FOE
|
||||||
|
|
||||||
# don't run gnome-initial-setup
|
# don't run gnome-initial-setup
|
||||||
mkdir ~liveuser/.config
|
mkdir ~liveuser/.config
|
||||||
touch ~liveuser/.config/gnome-initial-setup-done
|
touch ~liveuser/.config/gnome-initial-setup-done
|
||||||
@ -355,4 +367,8 @@ dracut-live
|
|||||||
system-logos
|
system-logos
|
||||||
selinux-policy-targeted
|
selinux-policy-targeted
|
||||||
|
|
||||||
|
# no longer in @core since 2018-10, but needed for livesys script
|
||||||
|
initscripts
|
||||||
|
chkconfig
|
||||||
|
|
||||||
# NOTE lorax-composer will add the blueprint packages below here, including the final %end%packages
|
# NOTE lorax-composer will add the blueprint packages below here, including the final %end%packages
|
||||||
|
Loading…
Reference in New Issue
Block a user