/usr/share/doc/genisoimage/genisoimage
# README.alphaboot Steve McIntyre <steve@einval.com> 2004/07/19 The alpha boot support allows you to create a bootable CD which will work with DEC/Compaq/HP Alpha machines, for example bootable installation media. The method used for this is the same as in aboot, the bootloader for Linux on Alpha, and works with SRM firmware. See the SRM Firmware HOWTO at http://www.alphalinux.org/faq/SRM-HOWTO/ for more details about SRM. In common with many Unix systems, the SRM code reads the first 512-byte "sector" off a disk and parses information in that sector. The information in question is the location (start "sector") and length of the first stage boot loader. On a Linux system, this file will normally be called bootlx. SRM will load and execute the first stage boot loader, and from that point the system should be able to find the normal OS kernel and start up fully. To use the Alpha boot support code in genisoimage, simply specify the location of the first stage boot loader (relative to the CD root) using the -alpha-boot command line switch: genisoimage ... -alpha-boot boot/bootlx -o alpha.iso files
.
Edit
..
Edit
README
Edit
README.alphaboot
Edit
README.compression
Edit
README.eltorito
Edit
README.graft_dirs
Edit
README.hfs_boot
Edit
README.hfs_magic
Edit
README.hide
Edit
README.hppaboot
Edit
README.joliet
Edit
README.macosx
Edit
README.mipsboot
Edit
README.mipselboot
Edit
README.mkhybrid
Edit
README.prep_boot
Edit
README.releasenotes
Edit
README.rootinfo
Edit
README.session
Edit
README.sort
Edit
README.sparcboot
Edit
README.sunx86boot
Edit