1 Star 0 Fork 30

陈辉/nsd2202

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
ks.cfg 895 Bytes
一键复制 编辑 原始数据 按行查看 历史
luckfurit 提交于 2022-03-21 16:35 . 应答文件
#platform=x86, AMD64, 或 Intel EM64T
#version=DEVEL
# Install OS instead of upgrade
install
# Keyboard layouts
keyboard 'us'
# Root password
rootpw --iscrypted $1$Rg2sRBrf$y4kqVHMaMCYeKsuufgA.a.
# Use network installation
url --url="ftp://192.168.4.7/centos"
# System language
lang en_US
# System authorization information
auth --useshadow --passalgo=sha512
# Use graphical install
graphical
firstboot --disable
# SELinux configuration
selinux --disabled
# Firewall configuration
firewall --disabled
# Network information
network --bootproto=dhcp --device=eth0
# Reboot after installation
reboot
# System timezone
timezone Asia/Shanghai
# System bootloader configuration
bootloader --location=mbr
# Clear the Master Boot Record
zerombr
# Partition clearing information
clearpart --all --initlabel
# Disk partitioning information
part / --fstype="xfs" --grow --size=1
%packages
@base
%end
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/chen643271507/nsd2202.git
git@gitee.com:chen643271507/nsd2202.git
chen643271507
nsd2202
nsd2202
master

搜索帮助