注意此篇的操作均在  要重新装系统的机器上操作

1.确定当前系统中已经安装koan软件

rpm -qa  | grep koan

2.安装koan

yum -y install epel-releaseyum -y install koan

3.查看cobbler服务器上的系统版本列表

koan --server=10.0.0.21 --list=profiles

4.选择“centos7.2-x86_64”重装

koan --server=10.0.0.21 --profile=centos7.2-x86_64 --replace-self

5.重启即开始重新安装系统

reboot