Subversion Repositories livecd

Rev

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

Rev 395 Rev 396
Line 256... Line 256...
256
systemctl --no-reload disable crond.service 2> /dev/null || :
256
systemctl --no-reload disable crond.service 2> /dev/null || :
257
systemctl --no-reload disable atd.service 2> /dev/null || :
257
systemctl --no-reload disable atd.service 2> /dev/null || :
258
systemctl stop crond.service 2> /dev/null || :
258
systemctl stop crond.service 2> /dev/null || :
259
systemctl stop atd.service 2> /dev/null || :
259
systemctl stop atd.service 2> /dev/null || :
260
 
260
 
-
 
261
# disable kdump service
-
 
262
systemctl --no-reload disable kdump.service 2> /dev/null || :
-
 
263
systemctl stop kdump.service 2> /dev/null || :
-
 
264
 
261
# Mark things as configured
265
# Mark things as configured
262
touch /.liveimg-configured
266
touch /.liveimg-configured
263
 
267
 
264
# add static hostname to work around xauth bug
268
# add static hostname to work around xauth bug
265
# https://bugzilla.redhat.com/show_bug.cgi?id=679486
269
# https://bugzilla.redhat.com/show_bug.cgi?id=679486