As part of generating hybrid ISO images we need to find out where the EFI ESP is located in the El Torito boot catalog. This utility can emit that information either in human-readable text or as a string that can be passed to eval in a shell script for further use there.
Details
- Reviewers
imp mav - Group Reviewers
manpages - Commits
- rS331949: Add the etdump utility for dumping El Torito boot catalog information.
Run it against some El Torito ISO images and see what it says.
Diff Detail
- Repository
- rS FreeBSD src repository - subversion
- Lint
Lint Skipped - Unit
Tests Skipped - Build Status
Buildable 15960
Did you consider making a structure to wrap the uint8_t lock state, instead of passing a naked uint8_t around?