Hi, i wrote: > I did not find the spot yet, where isofs.txt learns
That's because i jumped out of the script template too early. The isofs.txt instructions are written in architecture/x86/boot/boot.in function arch_boot_cd_post(). This announces the El Torito boot image to be used and the name of the El Torito boot catalog to be created by mkisofs. The boot image shall not be marked as emulated floppy or hard disk: BOOT -b boot/isolinux/isolinux.bin -c boot/isolinux/isolinux.cat -no-emul-boot Two more options to describe the boot image plus two options to relax file name rules (the reason for the mkisofs warnings): BOOTx -boot-load-size 4 -boot-info-table -allow-multidot -relaxed-filenames And the mapping from disk to the first ISO image: DISK1 $isofsdir/ / (Thus isolinux.bin is in /boot/isolinux, not in /isolinux.) Have a nice day :) Thomas ----------------------------------------------------------- If you wish to unsubscribe from this mailing, send mail to [email protected] with a subject of: unsubscribe t2
