Subversion Repositories livecd

Rev

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

Rev 421 Rev 422
Line 1152... Line 1152...
1152
 
1152
 
1153
# disable kdump service
1153
# disable kdump service
1154
systemctl --no-reload disable kdump.service 2> /dev/null || :
1154
systemctl --no-reload disable kdump.service 2> /dev/null || :
1155
systemctl stop kdump.service 2> /dev/null || :
1155
systemctl stop kdump.service 2> /dev/null || :
1156
 
1156
 
-
 
1157
# disable tuned.service
-
 
1158
systemctl --no-reload disable tuned.service 2> /dev/null || :
-
 
1159
systemctl stop tuned.service 2> /dev/null || :
-
 
1160
 
1157
# Mark things as configured
1161
# Mark things as configured
1158
touch /.liveimg-configured
1162
touch /.liveimg-configured
1159
 
1163
 
1160
# add static hostname to work around xauth bug
1164
# add static hostname to work around xauth bug
1161
# https://bugzilla.redhat.com/show_bug.cgi?id=679486
1165
# https://bugzilla.redhat.com/show_bug.cgi?id=679486