#version=DEVEL # System authorization information auth --enableshadow --passalgo=sha512 # Run the Setup Agent on first boot firstboot --enable ignoredisk --only-use=vda # Keyboard layouts keyboard --vckeymap=us --xlayouts='us' # System language lang en_US.UTF-8 # Network information network --bootproto=dhcp --device=eth0 --ipv6=auto --activate network --hostname=localhost.localdomain # Root password rootpw --iscrypted $6$JZ2qPZVAD8nCQ4xv$eqIz7b2zM3w6EjXP9yArTuRZCcUAcHbWUkyl5Mqs09HdlXAD8yukaKwDrytvFcJ2zXlc/ZHszHntY.3YiDj8u. # System services services --enabled="chronyd" # System timezone timezone Etc/UTC --isUtc user --groups=wheel --name=test --password=$6$vkKr8GLUuhXllqPP$fQFUTcoDp891qzCCX4AYN/qXYKz7AxcPdE6WNvGaKYb0xHqX2vM2FWDCnTrzUMjIixcdgir8Ig6VnzP.E35gj/ --iscrypted --gecos="test" # System bootloader configuration bootloader --location=mbr --boot-drive=vda autopart --type=plain # Partition clearing information clearpart --all --initlabel --drives=vda # reboot after its done reboot %packages @core chrony %end