标签:ror 下载 操作 replace 安装 指定 str pre localhost
Cobbler?定义重装将CentOS6重装成CentOS7
1.客户端安装 koan
#下载当前系统对应的epel源(Centos6)
[root@localhost ~]# wget -O /etc/yum.repos.d/epel.repo http://mirrors.aliyun.com/repo/epel-6.repo
#安装koan
[root@localhost ~]# yum install -y koan
2.指定对应 profile 重装操作系统
#客户端列出Cobbler Server端存在的profile
[root@localhost ~]# koan --server=10.0.0.202 --list=profiles
CentOS-7-x86_64-web
#选择对应配置即可 (执行完该命令会显示一堆信息)
[root@localhost ~]# koan --replace-self --server=10.0.0.202 --profile=CentOS-7-x86_64-web
#replace-self 将当前系统更换
3、重启客户端, 客户端?动进?重装
[root@localhost ~]# reboot
标签:ror 下载 操作 replace 安装 指定 str pre localhost
原文地址:http://blog.51cto.com/12643266/2343168