## - - install type/source - - - - - - - - - - - install url --url http://ftp.tu-chemnitz.de/pub/linux/fedora-core/5/i386/os/ ## - - debugging - - - - - - - - - - ## :: uncomment the following to debug a Kickstart config file ## interactive ## - - language and input support - - - - - - - - ## :: language used during install lang en_US.UTF-8 ## :: mouse used during install mouse generic3ps/2 ## :: runtime language and keyboard support langsupport --default en_US.UTF-8 en_US.UTF-8 keyboard us ## - - video card and monitor - - - - - - - - - - # xconfig --card "VMWare" --videoram 16384 --hsync 31.5-37.9 --vsync 50-70 --resolution 800x600 --depth 16 # force text mode for install text # don't install X skipx ## - - network configuration - - - - - - - - - - network --device eth0 --bootproto dhcp ## - - security and authentication - - - - - - - rootpw root firewall --disabled authconfig --enableshadow --enablemd5 ## - - time zone - - - - - - - - - - timezone America/Chicago ## - - boot loader- - - - - - - - - - bootloader --location=mbr ## - - disk setup - - - - - - - - - - ## :: remove old partitions clearpart --all --initlabel ## :: hard partitioning part /boot --fstype ext3 --size=128 --ondisk=sda part / --fstype ext3 --size=1024 --grow --ondisk=sda part swap --size=128 --grow --size=256 --ondisk=sdb part /source --fstype ext3 --size=1024 --grow --ondisk=sdc ## - - package selection - - - - - - - - - - ## :: reboot the machine when done ## :: (boot order is set to disk then CD) reboot ## - - package selection - - - - - - - - - - ## :: this is a barebones install, just for testing Kickstart %packages -sendmail -redhat-lsb -mdadm -libX11 -libXrender -libXi -libXcursor -libXinerama -libXmu -libXau -libXdmcp -libXext -libXxf86vm -libXfixes -libXrandr -libXt -libXft -mesa-libGL -freeglut -cairo -pango -gtk2 -libtiff -libglade2 -GConf2 -bluez-pin -mesa-libGLU -bluez-utils -aspell -aspell-en -wireless-tools -NetworkManager -rhpl -authconfig -firstboot-tui -system-config-network-tui -mailx -mailcap -logwatch -perl-String-CRC32 -lftp -stunnel -fbset -numactl -smartmontools -pcmciautils -ppp -rp-pppoe -hdparm kernel grub e2fsprogs ncurses-devel gcc %post cd /opt wget http://switch.dl.sourceforge.net/sourceforge/isl3893/isl3893-tools-20060321-bin-i386.tar.bz2 cd / bzip2 -dc /opt/isl3893-tools-20060321-bin-i386.tar.bz2 | tar -xf - ln -s /sbin/depmod /sbin/depmod.old # local test # mkdir /source/AP600 # cd /source/AP600 # wget http://192.168.1.100/isl/code.tgz # tar -xzf code.tgz