# Kickstart file automatically generated by anaconda. install lang en_US.UTF-8 langsupport --default en_US.UTF-8 en_US.UTF-8 #network --device eth0 --bootproto dhcp --hostname blade1.bclab.com network --device eth1 --bootproto static --ip 192.168.70.100 --netmask 255.255.255.0 --gateway 192.168.70.1 --hostname blade1.bclab.com nfs --server 192.168.70.50 --dir /install-tree/rhelas3/QU3 #rootpw --iscrypted $1$mVz4vyqJ$djYLxp5I9vj68C3Qbi4tc/ rootpw PASSW0RD firewall --disabled authconfig --enableshadow --enablemd5 timezone America/Los_Angeles bootloader --location=partition --append console=hvc0 # # Wipe out the disk # clearpart --all --initlabel --drives=hda # # Disk partition table. Customize it to fit your needs. # /boot is strongly recommended # part None --fstype "PPC PReP Boot" --size 8 --ondrive=hda part /boot --size 128 --fstype ext3 --ondrive=hda part swap --size 1024 --ondrive=hda part / --size 2048 --grow --ondrive=hda # # Reboot after installation # reboot %packages @ editors @ smb-server @ base-x @ web-server @ printing @ text-internet @ gnome-desktop @ dialup @ admin-tools @ server-cfg @ graphical-internet @ compat-arch-support kernel yaboot %post