Subversion Repositories livecd

Rev

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

Rev 420 Rev 422
Line 285... Line 285...
285
 
285
 
286
# disable kdump service
286
# disable kdump service
287
systemctl --no-reload disable kdump.service 2> /dev/null || :
287
systemctl --no-reload disable kdump.service 2> /dev/null || :
288
systemctl stop kdump.service 2> /dev/null || :
288
systemctl stop kdump.service 2> /dev/null || :
289
 
289
 
-
 
290
# disable tuned.service
-
 
291
systemctl --no-reload disable tuned.service 2> /dev/null || :
-
 
292
systemctl stop tuned.service 2> /dev/null || :
-
 
293
 
290
# Mark things as configured
294
# Mark things as configured
291
touch /.liveimg-configured
295
touch /.liveimg-configured
292
 
296
 
293
# add static hostname to work around xauth bug
297
# add static hostname to work around xauth bug
294
# https://bugzilla.redhat.com/show_bug.cgi?id=679486
298
# https://bugzilla.redhat.com/show_bug.cgi?id=679486