注意此篇的操作均在 要重新装系统的机器上操作
1.确定当前系统中已经安装koan软件
rpm -qa | grep koan
2.安装koan
yum -y install epel-release yum -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
本文出自 “RSLinux” 博客,请务必保留此出处http://readshlinux.blog.51cto.com/9322509/1812405
原文地址:http://readshlinux.blog.51cto.com/9322509/1812405