Line 252... |
Line 252... |
252 |
systemctl --no-reload disable mdmonitor-takeover.service 2> /dev/null || :
|
252 |
systemctl --no-reload disable mdmonitor-takeover.service 2> /dev/null || :
|
253 |
systemctl stop mdmonitor.service 2> /dev/null || :
|
253 |
systemctl stop mdmonitor.service 2> /dev/null || :
|
254 |
systemctl stop mdmonitor-takeover.service 2> /dev/null || :
|
254 |
systemctl stop mdmonitor-takeover.service 2> /dev/null || :
|
255 |
|
255 |
|
256 |
# don't enable the gnome-settings-daemon packagekit plugin
|
256 |
# don't enable the gnome-settings-daemon packagekit plugin
|
257 |
gsettings set org.gnome.settings-daemon.plugins.updates active 'false' || :
|
257 |
echo -e "\ngsettings set org.gnome.settings-daemon.plugins.updates active 'false' &/dev/null || :" >> /home/liveuser/.bashrc
|
258 |
|
258 |
|
259 |
# don't start cron/at as they tend to spawn things which are
|
259 |
# don't start cron/at as they tend to spawn things which are
|
260 |
# disk intensive that are painful on a live image
|
260 |
# disk intensive that are painful on a live image
|
261 |
systemctl --no-reload disable crond.service 2> /dev/null || :
|
261 |
systemctl --no-reload disable crond.service 2> /dev/null || :
|
262 |
systemctl --no-reload disable atd.service 2> /dev/null || :
|
262 |
systemctl --no-reload disable atd.service 2> /dev/null || :
|