mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
11 lines
470 B
Plaintext
11 lines
470 B
Plaintext
`setcdboot' is used on the DEC Alpha platform to mark a file bootable
|
|
within an Alpha ISO-9660 image bootable. First create an ISO-9660 image
|
|
using `mkisofs', and then run
|
|
|
|
setcdboot <name_of_iso_image> <boot_path_within_image>
|
|
|
|
Once a bootable file image has been marked with `setcdboot', burn the image
|
|
to CDROM media in the usual manner. To boot the resulting CDROM, simply
|
|
specify the CDROM device as the boot device and the Alpha will boot as if
|
|
from hard disk.
|