hey i was trying wat you suggested to the other guy thanks.  However i create my pkorder.txt this is the command i use<br><br>PYTHONPATH=/usr/lib/anaconda /usr/lib/anaconda-runtime/pkgorder $PWD/  > pkgorder<br><div><span class="gmail_quote">
<br>i use this command in the root directory were the cd is.<br>I see you have something about pointing it to i386, but i dont have any i386 directories i am using the AMD64 RHEL v4.<br><br>Also i know which packages i want from the installer however i want to know how can i accurately tell which rpms i need on the cd, i have my 
ks.cfg already<br><br>this is my kickstart file<br>cat ks.cfg<br># Kickstart file automatically generated by anaconda.<br><br>install<br>cdrom<br>lang en_US.UTF-8<br>langsupport --default=en_US.UTF-8 en_US.UTF-8<br>keyboard us
<br>xconfig --card "ATI Mach64" --videoram 8192 --hsync 31.5-37.9 --vsync 50-70 --resolution 800x600 --depth 16<br>network --device eth0 --bootproto static --ip <a href="http://0.0.0.0">0.0.0.0</a> --netmask <a href="http://255.255.255.0">
255.255.255.0</a> --gateway <a href="http://65.243.100.1">65.243.100.1</a> --nameserver <a href="http://24.244.141.3">24.244.141.3</a>,<a href="http://24.244.141.4">24.244.141.4</a> --hostname dsg11<br>network --device eth1 --onboot no --bootproto dhcp --hostname dsg11
<br>rootpw --iscrypted $1$bdKsw5wV$zcds9Vi/PrwYj4IZRh072.<br>firewall --enabled --port=22:tcp<br>selinux --disabled<br>authconfig --enableshadow --enablemd5<br>timezone America/Nassau<br>bootloader --location=partition<br>
# The following is the partition information you requested<br># Note that any partitions you deleted are not expressed<br># here so unless you clear all partitions first, this is<br># not guaranteed to work<br>clearpart --all --drives=hda,hdc
<br>part raid.9 --size=100 --ondisk=hda --asprimary<br>part raid.16 --size=100 --ondisk=hdc --asprimary<br>part raid.13 --size=20480 --ondisk=hdc --asprimary<br>part raid.11 --size=20480 --ondisk=hda --asprimary<br>part raid.14
 --size=1024 --ondisk=hdc --asprimary<br>part raid.10 --size=1024 --ondisk=hda --asprimary<br>part raid.15 --size=100 --grow --ondisk=hdc --asprimary<br>part raid.12 --size=100 --grow --ondisk=hda --asprimary<br>raid /boot --fstype ext3 --level=RAID1 
raid.9 raid.16<br>raid swap --fstype swap --level=RAID1 raid.10 raid.14<br>raid / --fstype ext3 --level=RAID1 raid.11 raid.13<br>raid /home --fstype ext3 --level=RAID1 raid.12 raid.15<br><br>%packages<br>@ mysql<br>@ admin-tools
<br>@ editors<br>@ emacs<br>@ text-internet<br>@ dns-server<br>@ dialup<br>@ ftp-server<br>@ web-server<br>@ mail-server<br>@ server-cfg<br>@ development-tools<br>php-mysql<br>kernel<br>mdadm<br>-sendmail-cf<br>mod_auth_mysql
<br>postfix<br>mysql-server<br>kernel-devel<br>squirrelmail<br>e2fsprogs<br><br>%post<br>chkconfig httpd on<br>chkconfig vsftpd on<br>chkconfig mysqld on<br>chkconfig named on<br>chkconfig saslauthd on<br>chkconfig cyrus-imapd on
<br>chkconfig cups off<br>chkconfig isdn off<br>chkconfig kudzu off<br>chkconfig pcmcia off<br>chkconfig sendmail off<br>chkconfig postfix on<br>chkconfig nfslock off<br>chkconfig nfs off<br>chkconfig portmap off<br>chkconfig nfslock off
<br>chkconfig nfs off<br>chkconfig portmap off<br>chkconfig cyrus-imapd on<br>/etc/init.d/cups stop<br>/etc/init.d/nfslock stop<br>/etc/init.d/nfs stop<br>/etc/init.d/portmap stop<br>/etc/init.d/cyrus-imapd start<br>/etc/init.d/sendmail stop
<br>/etc/init.d/postfix start<br>/etc/init.d/httpd start<br>/etc/init.d/mysqld start<br>/etc/init.d/vsftpd start<br>/etc/init.d/named start<br>/etc/init.d/saslauthd start<br>/etc/init.d/cups stop<br>/etc/init.d/nfslock stop
<br>/etc/init.d/nfs stop<br>/etc/init.d/portmap stop<br>/etc/init.d/cyrus-imapd start<br>mysqladmin -u root password mysqlpa55<br>touch /var/spool/cron/root<br>echo "0 3,9,15,21 * * * /usr/sbin/ntpdate -u <a href="http://128.2.136.71">
128.2.136.71</a>" >> /var/spool/cron/root<br>chmod 600 /var/spool/cron/root<br>/etc/init.d/crond restart<br><br></span></div>