Kickstart/RHEL6 Lab Satellite

From Federal Burro of Information
Jump to navigationJump to search
# Kickstart file automatically generated by anaconda.

#version=DEVEL
install
cdrom
lang en_US.UTF-8
keyboard us
network --onboot no --device eth0 --bootproto static --ip 10.30.10.67 --netmask 255.255.255.0 --noipv6 --nameserver 8.8.8.8                                    --domain lab
network --onboot no --device eth1 --bootproto static --ip 192.168.1.1 --netmask 255.255.255.0 --noipv6 --nameserver 192.168.1.1 --hostname drt-rhel-sat-01.lab --domain lab
rootpw  --iscrypted XXXX
firewall --service=ssh
authconfig --enableshadow --passalgo=sha512
selinux --enforcing
timezone --utc America/New_York
bootloader --location=mbr --driveorder=sda --append="crashkernel=auto rhgb quiet"
# The following is the partition information you requested
# Note that any partitions you deleted are not expressed
# here so unless you clear all partitions first, this is
# not guaranteed to work
#clearpart --all --drives=sda

#part /boot --fstype=ext4 --size=500
#part swap --asprimary --size=8000
#part / --fstype=ext4 --grow --asprimary --size=200



%packages
@base
@client-mgmt-tools
@console-internet
@core
@debugging
@directory-client
@hardware-monitoring
@java-platform
@large-systems
@network-file-system-client
@performance
@perl-runtime
@server-platform
@server-policy
pax
python-dmidecode
oddjob
sgpio
device-mapper-persistent-data
samba-winbind
certmonger
pam_krb5
krb5-workstation
perl-DBD-SQLite
%end