diff options
author | cinap_lenrek <cinap_lenrek@felloff.net> | 2014-10-31 03:06:09 +0100 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@felloff.net> | 2014-10-31 03:06:09 +0100 |
commit | 2cfbc3c1cbf918e6154d86ed697d74e583efc529 (patch) | |
tree | d5f3202a4be6b412ed1837fde0f2ffb480f56b28 /sys/man/8 | |
parent | 4bfa18a5d173dc3b9615153e54b95a6178150a49 (diff) |
mk9660: add -E option to create EFI boot entry
Diffstat (limited to 'sys/man/8')
-rw-r--r-- | sys/man/8/mk9660 | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/sys/man/8/mk9660 b/sys/man/8/mk9660 index 543fdd7e9..ed2d80ab9 100644 --- a/sys/man/8/mk9660 +++ b/sys/man/8/mk9660 @@ -18,6 +18,10 @@ dump9660, mk9660 \- create an ISO-9660 CD image .I bootfile ] [ +.B -E +.I bootfile +] +[ .B -p .I proto ] @@ -193,6 +197,17 @@ boot block. This gives the program in the boot block full (ATA) LBA access to the CD filesystem, not just the initial blocks that would fit on a floppy. .PP +In addition to +.B -b +and +.B -B +a boot entry for UEFI systems can be created with the +.B -E +option and with +.I bootfile +pointing to a FAT image containing the contents of +the efi system partition. +.PP The .B -D flag creates immense amounts of debugging output |