packer-cn/builder/ucloud/examples/local/http/centos-6.10/ks.cfg

25 lines
354 B
INI
Raw Normal View History

2019-10-18 02:52:20 -04:00
install
cdrom
lang en_US.UTF-8
keyboard us
network --bootproto=dhcp
2019-10-22 22:41:38 -04:00
rootpw ucloud_packer
2019-10-18 02:52:20 -04:00
firewall --disabled
selinux --permissive
timezone UTC
unsupported_hardware
bootloader --location=mbr
text
skipx
zerombr
clearpart --all
autopart
auth --enableshadow --passalgo=sha512
firstboot --disabled
reboot
%packages --nobase --ignoremissing
sudo
gcc
make
%end