加上内核参数
[root@localhost kickstarts]# cobbler profile edit --name=Centos-7-x86_64 --kopts='net.ifnames=0 biosdevname=0'
查看加入的内核参数
[root@localhost kickstarts]# cobbler profile report Centos-7-x86_64
执行命令,重新生成文件
更改文件必须执行 cobbler sync
[root@localhost kickstarts]# cobbler sync
启动服务
[root@localhost ks_mirror]# systemctl start xinetd
安装完成
Linux 基础教程:Linux Kickstart 自动安装
PXE+Kickstart实现无人值守批量安装Linux
Linux PXE无人值守安装出现 PXE-E32:TFTP OPen timeout的解决办法
PXE+Kickstart安装CentOS 7.3