Subversion Repositories livecd

Rev

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

Rev 422 Rev 423
Line 1141... Line 1141...
1141
systemctl stop mdmonitor-takeover.service 2> /dev/null || :
1141
systemctl stop mdmonitor-takeover.service 2> /dev/null || :
1142
 
1142
 
1143
# don't enable the gnome-settings-daemon packagekit plugin
1143
# don't enable the gnome-settings-daemon packagekit plugin
1144
echo -e "\ngsettings set org.gnome.settings-daemon.plugins.updates active 'false' &>/dev/null || :" >> /home/liveuser/.bashrc
1144
echo -e "\ngsettings set org.gnome.settings-daemon.plugins.updates active 'false' &>/dev/null || :" >> /home/liveuser/.bashrc
1145
 
1145
 
-
 
1146
# arrange icons on desktop
-
 
1147
echo >> /home/liveuser/.bashrc
-
 
1148
echo "gvfs-set-attribute -t string '/home/liveuser/Desktop/system-config-keyboard.desktop' 'metadata::nautilus-icon-position' '60,120' &>/dev/null || :" >> /home/liveuser/.bashrc
-
 
1149
echo "gvfs-set-attribute -t string '/home/liveuser/Desktop/liveinst.desktop'               'metadata::nautilus-icon-position' '60,220' &>/dev/null ||:" >> /home/liveuser/.bashrc
-
 
1150
 
1146
# don't start cron/at as they tend to spawn things which are
1151
# don't start cron/at as they tend to spawn things which are
1147
# disk intensive that are painful on a live image
1152
# disk intensive that are painful on a live image
1148
systemctl --no-reload disable crond.service 2> /dev/null || :
1153
systemctl --no-reload disable crond.service 2> /dev/null || :
1149
systemctl --no-reload disable atd.service 2> /dev/null || :
1154
systemctl --no-reload disable atd.service 2> /dev/null || :
1150
systemctl stop crond.service 2> /dev/null || :
1155
systemctl stop crond.service 2> /dev/null || :