48 lines
1.1 KiB
INI
48 lines
1.1 KiB
INI
# Generated by Anaconda 34.25.5.9
|
|
# Generated by pykickstart v3.32
|
|
#version=RHEL9
|
|
# Use graphical install
|
|
graphical
|
|
|
|
%addon com_redhat_kdump --enable --reserve-mb='auto'
|
|
|
|
%end
|
|
|
|
# Keyboard layouts
|
|
keyboard --xlayouts='us'
|
|
# System language
|
|
lang en_US.UTF-8
|
|
|
|
# Netwrok
|
|
network --bootproto=dhcp --hostname REPLACE_HOSTNAME
|
|
|
|
# Use CDROM installation media
|
|
cdrom
|
|
|
|
%packages
|
|
@^minimal-environment
|
|
|
|
%end
|
|
|
|
# Run the Setup Agent on first boot
|
|
firstboot --enable
|
|
|
|
# Generated using Blivet version 3.6.0
|
|
ignoredisk --only-use=sda
|
|
# System bootloader configuration
|
|
bootloader --append="crashkernel=1G-4G:192M,4G-64G:256M,64G-:512M" --location=mbr --boot-drive=sda
|
|
# Partition clearing information
|
|
clearpart --none --initlabel
|
|
# Disk partitioning information
|
|
part / --fstype="ext4" --ondisk=sda --grow --size=5000
|
|
|
|
# System timezone
|
|
timezone America/Chicago --utc
|
|
|
|
# Add root ssh key to allow install script to run ansible
|
|
rootpw --lock
|
|
sshkey --username=root "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAILG56T1k766Cru14kyXI8WXSJwlO2sVhmH6JeRWy+mfe root@host.actcur.com"
|
|
|
|
# Reboot at end
|
|
reboot
|
|
|