摘要:
Kickstart配置文件解析 参考:https://www.douban.com/note/270359374/?type=likehttp://blog.51cto.com/molinux/548247http://debugo.com/kickstart-install-centos/http 阅读全文
摘要:
Kickstart文件中的主要项目及参数介绍:每个项目都由关键字来识别;关键字可跟一个或多个参数;如果某选项后面跟随了一个等号(=),它后面就必须指定一个值。install (可选)明确指定系统次次进行的是全新安装系统;是默认项;cdrom (可选)以本地CD-ROM为源安装系统;harddrive 阅读全文
摘要:
CentOS6.8 ks文件 #platform=x86, AMD64, or Intel EM64T#version=DEVEL# Firewall configurationfirewall --disabled# Install OS instead of upgradeinstall# Us 阅读全文