Add the etdump utility for dumping El Torito boot catalog information.
authorBenno Rice <benno@FreeBSD.org>
Tue, 3 Apr 2018 21:08:10 +0000 (21:08 +0000)
committerBenno Rice <benno@FreeBSD.org>
Tue, 3 Apr 2018 21:08:10 +0000 (21:08 +0000)
commit158d2fcd757fb0df8b6c27b49cdc2c047a9fb9a4
treebf12e2a9ca33490b0408b8a28fcd8553c247b452
parentdc711d6db32bedec06db3617a16d73aa1a1da514
Add the etdump utility for dumping El Torito boot catalog information.

This can be used to check existing images but will be used in the future to
find EFI ESP images placed in El Torito catalogs so they can be used for
hybrid boot purposes.

Reviewed by: imp (code), sbruno (man page), bcr (man page)
Sponsored by: iXsystems, Inc.
Differential Revision: https://reviews.freebsd.org/D14952
usr.bin/Makefile
usr.bin/etdump/Makefile [new file with mode: 0644]
usr.bin/etdump/etdump.1 [new file with mode: 0644]
usr.bin/etdump/etdump.c [new file with mode: 0644]
usr.bin/etdump/etdump.h [new file with mode: 0644]
usr.bin/etdump/output_shell.c [new file with mode: 0644]
usr.bin/etdump/output_text.c [new file with mode: 0644]