#platform=x86, AMD64, or Intel EM64T # System authorization information auth --useshadow --enablemd5 # System bootloader configuration bootloader --location=mbr # Clear the Master Boot Record zerombr # Partition clearing information clearpart --all --initlabel # Use text mode install text #Skip Install Key key --skip # Firewall configuration firewall --disabled # Run the Setup Agent on first boot firstboot --disable # System keyboard keyboard uk # System language lang en_GB # Installation logging level logging --level=info # Use network installation url --url=http://kickstart.example.com/x64/rhs53 # Reboot after installation reboot #Root password #rootpw --iscrypted # SELinux configuration selinux --disabled # Do not configure the X Window System skipx # System timezone timezone Europe/London # Install OS instead of upgrade install # Disk partitioning information part /boot --bytes-per-inode=4096 --fstype="ext3" --size=100 part swap --bytes-per-inode=4096 --fstype="swap" --size=6144 part / --bytes-per-inode=4096 --fstype="ext3" --size=15360 part /tmp --bytes-per-inode=4096 --fstype="ext3" --grow --size=1 %post --interpreter=/bin/bash wget -O /tmp/bl1-cfg.sh http://kickstart.example.com/common/bl1-cfg.sh chmod 744 /tmp/bl1-cfg.sh sh /tmp/bl1-cfg.sh %packages @base @server-cfg @development-libs @development-tools @admin-tools @system-tools @legacy-software-development @legacy-software-support @editors @openfabrics-enterprise-distribution opensm