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 271... Line 271...
271
systemctl --no-reload disable crond.service 2> /dev/null || :
271
systemctl --no-reload disable crond.service 2> /dev/null || :
272
systemctl --no-reload disable atd.service 2> /dev/null || :
272
systemctl --no-reload disable atd.service 2> /dev/null || :
273
systemctl stop crond.service 2> /dev/null || :
273
systemctl stop crond.service 2> /dev/null || :
274
systemctl stop atd.service 2> /dev/null || :
274
systemctl stop atd.service 2> /dev/null || :
275
 
275
 
-
 
276
# disable kdump service
-
 
277
systemctl --no-reload disable kdump.service 2> /dev/null || :
-
 
278
systemctl stop kdump.service 2> /dev/null || :
-
 
279
 
276
# Mark things as configured
280
# Mark things as configured
277
touch /.liveimg-configured
281
touch /.liveimg-configured
278
 
282
 
279
# add static hostname to work around xauth bug
283
# add static hostname to work around xauth bug
280
# https://bugzilla.redhat.com/show_bug.cgi?id=679486
284
# https://bugzilla.redhat.com/show_bug.cgi?id=679486