Subversion Repositories livecd

Rev

Rev 422 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 422 Rev 424
Line 274... Line 274...
274
systemctl stop mdmonitor-takeover.service 2> /dev/null || :
274
systemctl stop mdmonitor-takeover.service 2> /dev/null || :
275
 
275
 
276
# don't enable the gnome-settings-daemon packagekit plugin
276
# don't enable the gnome-settings-daemon packagekit plugin
277
echo -e "\ngsettings set org.gnome.settings-daemon.plugins.updates active 'false' &>/dev/null || :" >> /home/liveuser/.bashrc
277
echo -e "\ngsettings set org.gnome.settings-daemon.plugins.updates active 'false' &>/dev/null || :" >> /home/liveuser/.bashrc
278
 
278
 
-
 
279
# arrange icons on desktop
-
 
280
echo -e "\ngvfs-set-attribute -t string '/home/liveuser/Desktop/system-config-keyboard.desktop' 'metadata::nautilus-icon-position' '60,22'  &>/dev/null || :" >> /home/liveuser/.bashrc
-
 
281
echo      "gvfs-set-attribute -t string '/home/liveuser/Desktop/liveinst.desktop'               'metadata::nautilus-icon-position' '60,122' &>/dev/null || :" >> /home/liveuser/.bashrc
-
 
282
 
-
 
283
# no trash icon
-
 
284
echo -e "\ngsettings set org.gnome.nautilus.desktop trash-icon-visible false &>/dev/null || :" >> /home/liveuser/.bashrc
-
 
285
 
279
# don't start cron/at as they tend to spawn things which are
286
# don't start cron/at as they tend to spawn things which are
280
# disk intensive that are painful on a live image
287
# disk intensive that are painful on a live image
281
systemctl --no-reload disable crond.service 2> /dev/null || :
288
systemctl --no-reload disable crond.service 2> /dev/null || :
282
systemctl --no-reload disable atd.service 2> /dev/null || :
289
systemctl --no-reload disable atd.service 2> /dev/null || :
283
systemctl stop crond.service 2> /dev/null || :
290
systemctl stop crond.service 2> /dev/null || :