Subversion Repositories livecd

Rev

Rev 401 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 401 Rev 402
Line 1170... Line 1170...
1170
systemctl --no-reload disable mdmonitor-takeover.service 2> /dev/null || :
1170
systemctl --no-reload disable mdmonitor-takeover.service 2> /dev/null || :
1171
systemctl stop mdmonitor.service 2> /dev/null || :
1171
systemctl stop mdmonitor.service 2> /dev/null || :
1172
systemctl stop mdmonitor-takeover.service 2> /dev/null || :
1172
systemctl stop mdmonitor-takeover.service 2> /dev/null || :
1173
 
1173
 
1174
# don't enable the gnome-settings-daemon packagekit plugin
1174
# don't enable the gnome-settings-daemon packagekit plugin
1175
echo -e "\ngsettings set org.gnome.settings-daemon.plugins.updates active 'false' &/dev/null || :" >> /home/liveuser/.bashrc
1175
echo -e "\ngsettings set org.gnome.settings-daemon.plugins.updates active 'false' &>/dev/null || :" >> /home/liveuser/.bashrc
1176
 
1176
 
1177
# don't start cron/at as they tend to spawn things which are
1177
# don't start cron/at as they tend to spawn things which are
1178
# disk intensive that are painful on a live image
1178
# disk intensive that are painful on a live image
1179
systemctl --no-reload disable crond.service 2> /dev/null || :
1179
systemctl --no-reload disable crond.service 2> /dev/null || :
1180
systemctl --no-reload disable atd.service 2> /dev/null || :
1180
systemctl --no-reload disable atd.service 2> /dev/null || :