Update CentOS to reboot instead of poweroff

This commit is contained in:
Cheng Sun 2015-01-07 17:05:33 +00:00
parent 7dbd2d8f68
commit fed2a44f04

View File

@ -17,8 +17,7 @@ clearpart --all --initlabel
autopart
auth --useshadow --enablemd5
firstboot --disabled
#reboot
poweroff
reboot
%packages --ignoremissing
@Base