25 lines
354 B
INI
Raw Permalink Normal View History

2019-10-18 14:52:20 +08:00
install
cdrom
lang en_US.UTF-8
keyboard us
network --bootproto=dhcp
2019-10-23 10:41:38 +08:00
rootpw ucloud_packer
2019-10-18 14:52:20 +08: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