# # Minimal Kichstart for Scientific Linux # install url --url http://qhepas.oeaw.ac.at/Scientific/5x/x86_64 repo --name=HEPHY --baseurl=http://qhepas.oeaw.ac.at/Scientific/5x/x86_64/sites/hephy lang en_US.UTF-8 keyboard en_US skipx cmdline firstboot --disable network --device=eth0 --bootproto=dhcp firewall --enabled --port=22:tcp selinux --permissive timezone --utc Europe/Vienna authconfig --useshadow --passalgo=sha256 --kickstart rootpw --iscrypted $6$6ijKcRHG$gL5mqWrPX3ecYuiF5dkFV3tp6Gc6P1WPCPRN2er.Tl8Bi9Uz8W.rbTmnjCH1d5rf6OplOJL4n/yMGojJcya.2. reboot services --disabled=avahi-daemon,bluetooth bootloader --location=mbr cmdline skipx firstboot --disable reboot clearpart --all --initlabel part /boot --bytes-per-inode=4096 --fstype="ext3" --size=100 part pv.01 --size=1 --asprimary --grow volgroup Volume pv.01 logvol swap --fstype swap --name=SwapVol --vgname=Volume --size=1024 --grow --maxsize=8192 logvol / --fstype ext4 --name=RootVol --vgname=Volume --size=8192 --grow %packages --excludedocs --nobase @Base vim-enhanced ntp -pscs-lite -bluez-utils -smartmontools -NetworkManager -*-firmware rpmforge-release %post ( ntpdate -v 193.170.243.15 193.170.243.43 yum -y update yum install -y puppet augeas ruby-rdoc curl -s http://qhepas.oeaw.ac.at/ks/puppet.conf -o /etc/puppet/puppet.conf chkconfig puppet on ) 2>&1 | /usr/bin/tee /root/post-install.log | /usr/bin/tee /dev/console