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 265... Line 265...
265
 
265
 
266
# disable kdump service
266
# disable kdump service
267
systemctl --no-reload disable kdump.service 2> /dev/null || :
267
systemctl --no-reload disable kdump.service 2> /dev/null || :
268
systemctl stop kdump.service 2> /dev/null || :
268
systemctl stop kdump.service 2> /dev/null || :
269
 
269
 
-
 
270
# disable tuned.service
-
 
271
systemctl --no-reload disable tuned.service 2> /dev/null || :
-
 
272
systemctl stop tuned.service 2> /dev/null || :
-
 
273
 
270
# Mark things as configured
274
# Mark things as configured
271
touch /.liveimg-configured
275
touch /.liveimg-configured
272
 
276
 
273
# add static hostname to work around xauth bug
277
# add static hostname to work around xauth bug
274
# https://bugzilla.redhat.com/show_bug.cgi?id=679486
278
# https://bugzilla.redhat.com/show_bug.cgi?id=679486