Kickstart/RHEL4

From Federal Burro of Information
Jump to navigationJump to search
install
text

lang en_GB

langsupport --default en_GB en_GB

keyboard uk

mouse none

skipx

timezone Europe/London

rootpw --iscrypted $1$Xb/6DSDSJFHFHo0wYMZ6p1sMW7DoTS1

reboot

authconfig --enableshadow --enablemd5

bootloader --location=mbr

url --url http://192.168.23.1/RHEL_AS_v4_U4/

firewall --disabled

clearpart --initlabel --all

part / --fstype ext3 --size=8192
part /tmp --fstype ext3 --size=2048
part /var --fstype ext3 --size=4096
part swap --size=4096
part /u01 --fstype ext3 --size=100 --grow

network --bootproto dhcp --device eth0

%packages --ignoredeps
@Core

%post
cd /tmp
wget -q http://192.168.23.1/Kickstart/postinstall_RHEL_AS_v4_U4.sh
chmod u+x postinstall_RHEL_AS_v4_U4.sh
sh ./postinstall_RHEL_AS_v4_U4.sh