nfs --server server1.example.com --dir /var/ftp/pub # Kickstart file automatically generated by anaconda. install nfs --server=192.168.0.254 --dir=/var/ftp/pub lang en_US.UTF-8 langsupport --default=en_US.UTF-8 ar_EG.UTF-8 en_US.UTF-8 keyboard us xconfig --card "ATI Rage 128 Pro Ultra" --videoram 32768 --hsync 30-69 --vsync 50-120 --resolution 800x600 --depth 16 --startxonboot --defaultdesktop gnome network --device eth0 --bootproto dhcp rootpw --iscrypted $1$jgCXJg5n$Nkh7qximuxKPCkbE.Eulm1 firewall --disabled selinux --permissive authconfig --enableshadow --enablemd5 timezone Africa/Cairo bootloader --location=mbr --append="rhgb quiet" # The following is the partition information you requested # Note that any partitions you deleted are not expressed # here so unless you clear all partitions first, this is # not guaranteed to work clearpart --all part /boot --fstype "ext3" --size=100 part /usr --fstype "ext3" --size=8000 part / --fstype "ext3" --size=2000 part /var --fstype "ext3" --size=1000 %packages @ everything kernel mdadm lvm2 grub kernel-devel e2fsprogs %post