WORK IN PROGRESS
These makefile tool are designed to create unattended install media for Redhat and Debian family of Linux OSs
To use the tool specify the following at the command line:
# rhiso DEVICE=/dev/cdrom KICKSTART=~/anaconda-ks.cfg
Note:
- the volume label in the file
isolinux.cfg
must match the volume label used in themkisofs
command. - CentOS leaves a line
boot:
in the anaconda-ks file - this must be removed as the installer can not parse it. - you must add the
reboot --eject
command to the ks.cfg file, in order for the OS to boot to the logon prompt
The output .iso will be created in the same directory
Not done this one yet :-(