Line 268... |
Line 268... |
268 |
systemctl --no-reload disable mdmonitor-takeover.service 2> /dev/null || :
|
268 |
systemctl --no-reload disable mdmonitor-takeover.service 2> /dev/null || :
|
269 |
systemctl stop mdmonitor.service 2> /dev/null || :
|
269 |
systemctl stop mdmonitor.service 2> /dev/null || :
|
270 |
systemctl stop mdmonitor-takeover.service 2> /dev/null || :
|
270 |
systemctl stop mdmonitor-takeover.service 2> /dev/null || :
|
271 |
|
271 |
|
272 |
# don't enable the gnome-settings-daemon packagekit plugin
|
272 |
# don't enable the gnome-settings-daemon packagekit plugin
|
273 |
gsettings set org.gnome.settings-daemon.plugins.updates active 'false' || :
|
273 |
echo -e "\ngsettings set org.gnome.settings-daemon.plugins.updates active 'false' &/dev/null || :" >> /home/liveuser/.bashrc
|
274 |
|
274 |
|
275 |
# don't start cron/at as they tend to spawn things which are
|
275 |
# don't start cron/at as they tend to spawn things which are
|
276 |
# disk intensive that are painful on a live image
|
276 |
# disk intensive that are painful on a live image
|
277 |
systemctl --no-reload disable crond.service 2> /dev/null || :
|
277 |
systemctl --no-reload disable crond.service 2> /dev/null || :
|
278 |
systemctl --no-reload disable atd.service 2> /dev/null || :
|
278 |
systemctl --no-reload disable atd.service 2> /dev/null || :
|