From fed2a44f04b78914b39a630e169af500f9b35474 Mon Sep 17 00:00:00 2001 From: Cheng Sun Date: Wed, 7 Jan 2015 17:05:33 +0000 Subject: [PATCH] Update CentOS to reboot instead of poweroff --- examples/http/centos6-ks.cfg | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/examples/http/centos6-ks.cfg b/examples/http/centos6-ks.cfg index b0467f5..1c9a165 100644 --- a/examples/http/centos6-ks.cfg +++ b/examples/http/centos6-ks.cfg @@ -17,8 +17,7 @@ clearpart --all --initlabel autopart auth --useshadow --enablemd5 firstboot --disabled -#reboot -poweroff +reboot %packages --ignoremissing @Base