Do not try to disable 'reboot' service

This commit is contained in:
Marek Marczykowski 2011-03-16 08:41:41 +01:00
parent 809e1db247
commit 00ff62767a

View File

@ -96,6 +96,7 @@ do
[ $srv = 'killall' ] && continue
[ $srv = 'halt' ] && continue
[ $srv = 'single' ] && continue
[ $srv = 'reboot' ] && continue
[ $srv = 'qubes_gui' ] && continue
chkconfig $srv off
done