cobbler自动化安装centos8
centos8 已经发布了GA版本,迫不及待的想尝鲜了,然后现实总是那么残酷,一直安装失败,具体安装步骤如下: 假设cobbler已配置完成。 1、下载centos8 iso镜像 wget http://mirrors.aliyun.com/centos/8.0.1905/isos/x86_64/CentOS-8-x86_64-1905-dvd1.iso 2、挂载 $ mount -o loop CentOS-8-x86_64-1905-dvd1.iso /mnt/ $ cd /mnt/ $ cp -r * /iso/centos8.0/ $ cd /iso/centos8.0/ AppStream BaseOS EFI images isolinux media.repo TRANS.TBL 3、配置kickstart文件 $ cat /var/lib/cobbler/kickstarts/centos8.0.ks #version=RHEL8 # System authorization information auth --enableshadow --passalgo=sha512 # System bootloader configuration bootloader --location=mbr --boot-drive=sda # Partition