Um eine RedHat Enterprise Linux Installations-DVD zu erstellen, geht man analog der Erstellung einer Boot-CD und des Erstellens eines YUM-Repository vor.
Weitere Infos im RHEL4 Installation Guide.
yum -y install anaconda-runtime
cd /data/rhel4 cd RedHat/base PATH=$PATH:/usr/lib/anaconda-runtime genhdlist --withnumbers ../..
Anmerkung: ggf. ist es sinnvoll auch die package-Reihenfolge zu definieren. 1)
cd /data/rhel4 PYTHONPATH=/usr/lib/anaconda pkgorder /data/rhel4/ i386 > pkgorder.txt buildinstall --pkgorder /data/rhel4/pkgorder.txt --comp dist-EL4 --version EL4 /data/rhel4/
cd RHEL4-DVD-ROOT mkisofs -v -v -l -N -r -T -J -pad -no-emul-boot -boot-load-size 4 -boot-info-table -b isolinux/isolinux.bin -c isolinux/boot.cat -hide isolinux/boot.cat -hide-joliet isolinux/boot.cat -V RHEL4-U2-x86_64 -o ../RHEL4-U2-x86_64-ES-dvd.iso ./