目录
一.kickstart制作
在rhel7中:
1. 安装
2.图形工具
3.设定
4.检测语法
5.发布kickstart
yum install vsftpd -y
systemctl start vsftpd
systemctl enable vsftpd
systemctl stop firewalld
systemctl disable firewalld
6. 使用
在安装界面,按[tab]键
在安装选项最后写入ks=ftp://192.168.1.107/ksfile/ks.cfg
回车
此时系统进入自动安装模式
在rhel8中:
二. 使用网络资源安装系统
通过ftp服务发布镜像资源到网络
访问网络镜像资源
ftp://192.168.1.109/rhel8
更改ks.cfg
vim ks.cfg
#cdrom ##注释使用光盘资源
url --url="ftp://192.168.1.109/rhel8" ##使用网络资源