# Address of Installation Server 10.8.22.149 ... # Image Directory /rh ... # Insert CDROM 1 to the Drive ... # Login as a root ... cd unalias cp mount /mnt/cdrom mkdir -p /rh/ks cd /mnt/cdrom cp -av .discinfo RedHat images /rh cd eject # Insert CDROM 2 to the Drive ... mount /mnt/cdrom cd /mnt/cdrom cp -avf RedHat /rh cd eject # Insert CDROM 3 to the Drive ... mount /mnt/cdrom cd /mnt/cdrom cp -avf RedHat /rh cd eject # Insert CDROM 4 to the Drive ... mount /mnt/cdrom cd /mnt/cdrom cp -avf RedHat /rh cd eject scp root@10.8.29.159:/root/anaconda-ks.cfg /rh/ks/ksm.cfg # Edit file /rh/ks/ks.cfg # Add after "install" line: nfs --server 10.8.32.100 --dir /rh # Remove all comments from the partitions # Customize ksm.cfg vi /rh/ks/ksm.cfg # Add line to the file /etc/exports # # /rh *(ro) # Restart Services lokkit --disabled -q service portmap restart service nfs restart # Boot the new System with CDROM 1 and type to the boot prompt: # boot: linux ks=nfs:10.8.22.149:/rh/ks/ksm.cfg