Subversion Repositories livecd

Rev

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

Rev 394 Rev 396
Line 1176... Line 1176...
1176
systemctl --no-reload disable crond.service 2> /dev/null || :
1176
systemctl --no-reload disable crond.service 2> /dev/null || :
1177
systemctl --no-reload disable atd.service 2> /dev/null || :
1177
systemctl --no-reload disable atd.service 2> /dev/null || :
1178
systemctl stop crond.service 2> /dev/null || :
1178
systemctl stop crond.service 2> /dev/null || :
1179
systemctl stop atd.service 2> /dev/null || :
1179
systemctl stop atd.service 2> /dev/null || :
1180
 
1180
 
-
 
1181
# disable kdump service
-
 
1182
systemctl --no-reload disable kdump.service 2> /dev/null || :
-
 
1183
systemctl stop kdump.service 2> /dev/null || :
-
 
1184
 
1181
# Mark things as configured
1185
# Mark things as configured
1182
touch /.liveimg-configured
1186
touch /.liveimg-configured
1183
 
1187
 
1184
# add static hostname to work around xauth bug
1188
# add static hostname to work around xauth bug
1185
# https://bugzilla.redhat.com/show_bug.cgi?id=679486
1189
# https://bugzilla.redhat.com/show_bug.cgi?id=679486