# Address of Installation Server 10.8.22.149 ... # Image Directory /var/www/html/rh ... # Insert CDROM 1 to the Drive ... # Login as a root ... cd unalias cp mount /mnt/cdrom mkdir -p /var/www/html/rh/ks cd /mnt/cdrom cp -av .discinfo RedHat images /var/www/html/rh cd eject # Insert CDROM 2 to the Drive ... mount /mnt/cdrom cd /mnt/cdrom cp -avf RedHat /var/www/html/rh cd eject # Insert CDROM 3 to the Drive ... mount /mnt/cdrom cd /mnt/cdrom cp -avf RedHat /var/www/html/rh cd eject # Insert CDROM 4 to the Drive ... mount /mnt/cdrom cd /mnt/cdrom cp -avf RedHat /var/www/html/rh cd eject scp root@10.8.29.159:/root/anaconda-ks.cfg /var/www/html/rh/ks/ksm.cfg # Edit file /var/www/html/rh/ks/ks.cfg # Add after "install" line: url --url http://10.8.22.149/rh # Remove all comments from the partitions # Customize ksm.cfg vi /var/www/html/rh/ks/ksm.cfg # Restart Apache Web Server service httpd restart # Boot the new System with CDROM 1 and type to the boot prompt: # boot: linux ks=http://10.8.22.149/rh/ks/ksm.cfg