Subversion Repositories livecd

Rev

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

Rev 401 Rev 402
Line 46... Line 46...
46
@network-file-system-client
46
@network-file-system-client
47
@print-client
47
@print-client
48
@x11
48
@x11
49
@internet-applications
49
@internet-applications
50
@office-suite
50
@office-suite
51
@remote-desktop-clients
51
#@remote-desktop-clients
52
@gnome-apps
52
@gnome-apps
53
 
53
 
54
# additional packages
54
# additional packages
55
@backup-client
55
@backup-client
56
@compat-libraries
56
@compat-libraries
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
echo -e "\ngsettings set org.gnome.settings-daemon.plugins.updates active 'false' &/dev/null || :" >> /home/liveuser/.bashrc
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 || :