f81285e2ad
Resolves: rhbz#1959265
38 lines
1.2 KiB
INI
38 lines
1.2 KiB
INI
lang en_US
|
|
keyboard us
|
|
timezone --utc America/New_York
|
|
reboot
|
|
url --url=@BASEOS_HTTP@
|
|
bootloader --location=mbr --append="rhgb quiet crashkernel=auto"
|
|
zerombr
|
|
clearpart --all --initlabel
|
|
autopart
|
|
authselect --passalgo=sha512 --useshadow
|
|
selinux --enforcing
|
|
firewall --enabled --ssh
|
|
skipx
|
|
firstboot --disable
|
|
repo --name=appstream --baseurl=@APPSTREAM_HTTP@
|
|
|
|
# Set the system's root password (required)
|
|
# Plaintext password is: server
|
|
# Refer to e.g. http://fedoraproject.org/wiki/Anaconda/Kickstart#rootpw to see how to create
|
|
# encrypted password form for different plaintext password
|
|
rootpw --iscrypted $6$rhel6usgcb$aS6oPGXcPKp3OtFArSrhRwu6sN8q2.yEGY7AIwDOQd23YCtiz9c5mXbid1BzX9bmXTEZi.hCzTEXFosVBI5ng0
|
|
|
|
# The selected profile will restrict root login
|
|
# Add a user that can login and escalate privileges
|
|
# Plaintext password is: admin123
|
|
user --name=admin --groups=wheel --password=$6$Ga6ZnIlytrWpuCzO$q0LqT1USHpahzUafQM9jyHCY9BiE5/ahXLNWUMiVQnFGblu0WWGZ1e6icTaCGO4GNgZNtspp1Let/qpM7FMVB0 --iscrypted
|
|
|
|
# Packages selection (%packages section is required)
|
|
%packages
|
|
openscap-scanner
|
|
%end
|
|
|
|
%addon org_fedora_oscap
|
|
content-type = datastream
|
|
content-url = http://localhost:8000/test-ds.xml
|
|
profile = xccdf_org.ssgproject.content_profile_standard
|
|
%end
|