lang en_US langsupport en_US fr_FR de_DE keyboard de-latin1-nodeadkeys ### Network Configuration network --bootproto dhcp ### Source File Location nfs --server 192.168.1.1 --dir /home/pub/pub/RedHat/9 ### Partitioning Information zerombr yes clearpart --initlabel part / --fstype ext3 --size 512 part swap --size 512 part swap --size 512 part /var --fstype ext3 --size 4096 part /usr --fstype ext3 --size 5120 part /home/one --fstype ext3 --size 8192 --grow part /home/two --fstype ext3 --size 8192 --grow ### Perform kickstart installation in text mode install text ### Mouse Configuration mouse generic3ps/2 ### Firewall Configuration firewall --disabled ### Time Zone Configuration timezone --utc Europe/Vienna ### X Configuration skipx ### Root Password Designation rootpw shame.on.you ### Reboot system after installation complete reboot ### Authorization Configuration auth --useshadow --enablemd5 ### Boot Loader Configuration bootloader --location=mbr ### Package Designation %packages @ Engineering and Scientific # @ Editors @ Windows File Server @ GNOME Desktop Environment # @ Everything ncompress @ X Window System XFree86-devel fontconfig-devel freetype-devel libjpeg-devel imlib-devel glib-devel gtk+-devel libtiff-devel libungif-devel libpng-devel openoffice openoffice-libs openoffice-i18n mozilla mozilla-nspr indexhtml vim-enhanced postfix # lesstif = libXm.so.1, openmotif21 = libXm.so.2, openmotif = libXm.so.3 lesstif lesstif-devel openmotif21 @ Development Tools nasm kernel-source compat-libstdc++ compat-libstdc++-devel ### Commands to be run immediately after this file has been parsed %pre date "+%s Kickstart-installed Red Hat Linux" ### Commands to be run post-installation %post --nochroot # the 'cp' on installation image has no -a # the 'cp' on installed system does not run on RedHat 8.0 mkdir /mnt/sysimage/tmp/post-install \ && tar -C /mnt/sysimage/etc/rc.d -xf /mnt/source/post-install.tar \ && cd /mnt/sysimage/etc/rc.d/post-install \ && sh -x ./one > /mnt/sysimage/tmp/post-install/one 2>&1 chroot /mnt/sysimage bin/sh -x /etc/rc.d/post-install/two \ > /mnt/sysimage/tmp/post-install/two 2>&1