#Generated by Kickstart Configurator # use text mode, as no mouse text #System language lang en_US #Language modules to install langsupport --default en_GB en_GB #System keyboard keyboard uk #System mouse mouse none #System timezone timezone --utc Europe/London #Root password rootpw r3dhat00 # reboot automoatically reboot #System bootloader configuration bootloader --location=mbr #Install Red Hat Linux instead of upgrade install #Use NFS installation media nfs --server 192.168.0.2 --dir /home/redhat/ #url --url http://192.168.0.5/7.3/ #url --url ftp://exports:test@192.168.0.5:/7.3/ # test with cdrom #cdrom #Clear the Master Boot Record zerombr yes #Clear all partitions from the disk clearpart --initlabel --all #Disk partitioning information part swap --recommended part /boot --fstype ext3 --size 50 part / --fstype ext3 --size 10000 --grow #part /opt --fstype ext3 --size 3000 --ondisk hdc #part /var --fstype ext3 --size 4000 --ondisk hdc #Use static networking network --bootproto static --ip 192.168.0.254 --netmask 255.255.255.0 --gateway 192.168.0.254 --nameserver 127.0.0.1 #System authorization information #auth --enableldap --enableldapauth --ldapserver=ldap ldapbasedn="dc=hungerstone,dc=net" auth #Firewall configuration firewall --disabled #XWindows configuration information #Probe for video card #Probe for monitor xconfig --depth 16 --resolution 1024x768 --defaultdesktop=GNOME --startxonboot %packages @Printing Support @X Window System @GNOME @Sound and Multimedia Support @Network Support @Messaging and Web Tools @Graphics and Image Manipulation @NFS File Server @Web Server @DNS Name Server @Network Managed Workstation # specific individual packages dhcp atftp #tftp #tftp-server ucd-snmp cups qtcups acroread ltsp_core ltsp_floppyd ltsp_kernel ltsp_kernel_pxe ltsp_local_apps ltsp_local_netscape ltsp_x_core ltsp_x_fonts wandsworth-config OpenOffice-suite OpenOffice-suite-configs %post # Post install configuration # echo "Red Hat 7.3 Wandsworth 0.99 (Kickstart)" > /etc/motd /sbin/chkconfig --level 345 pcmcia off /sbin/chkconfig --level 345 kudzu off /sbin/chkconfig --level 345 lpd off /sbin/chkconfig --level 345 nfs on /sbin/chkconfig --level 345 dhcpd on /sbin/chkconfig --level 345 tftp on /sbin/chkconfig --level 345 squid on