2.4.2. Creazione di un CD-ROM di installazione
isolinux (non disponibile per i sistemi Itanium) é usato per l'avvio del CD di installazione di Red Hat Enterprise Linux. Per creare il vostro CD-ROM in modo da poter avviare il programma di installazione, usare le seguenti istruzioni:
Copy the
isolinux/
directory from the Red Hat Enterprise Linux DVD or CD #1 into a temporary directory (referred to here as <path-to-workspace>
) using the following command:
cp -r <path-to-cd>/isolinux/
<path-to-workspace>
Change directories to the
<path-to-workspace>
directory you have created:
cd <path-to-workspace>
Assicurarsi che i file copiati abbiano i permessi appropriati:
chmod u+w isolinux/*
Per finire, impostare il seguente comando per creare il file di immagine ISO:
mkisofs -o file.iso -b isolinux.bin -c boot.cat -no-emul-boot \ -boot-load-size 4 -boot-info-table -R -J -v -T isolinux/
Nota
Il suddetto comando é stato diviso in due line solo per scopi di stampa. Quando si esegue questo comando, assicurarsi di inserirlo come un singolo comando, tutto sulla stessa linea.
Burn the resulting ISO image (named
file.iso
and located in <path-to-workspace>
) to a CD-ROM as you normally would.