Page MenuHomeFreeBSD

Add etdump for dumping El Torito boot catalog information
ClosedPublic

Authored by benno on Apr 3 2018, 6:04 PM.
Tags
None
Referenced Files
F80099675: D14952.id41051.diff
Wed, Mar 27, 9:52 PM
Unknown Object (File)
Feb 7 2024, 3:48 AM
Unknown Object (File)
Dec 20 2023, 2:03 AM
Unknown Object (File)
Nov 10 2023, 1:56 PM
Unknown Object (File)
Nov 9 2023, 10:06 PM
Unknown Object (File)
Nov 6 2023, 5:22 AM
Unknown Object (File)
Nov 1 2023, 4:49 AM
Unknown Object (File)
Oct 24 2023, 4:09 PM
Subscribers

Details

Summary

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.

Test Plan

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 15964

Event Timeline

This revision is now accepted and ready to land.Apr 3 2018, 6:11 PM

Address results of igor -Dgpxy and mandoc -Tlint.

This revision now requires review to proceed.Apr 3 2018, 8:41 PM

Minor man page review.

usr.bin/etdump/etdump.1
40

outputs it *in* various formats.

92

To use the output in a shell script <COMMA> a for loop can be used ....

benno marked 2 inline comments as done.Apr 3 2018, 8:55 PM
This revision was not accepted when it landed; it landed in state Needs Review.Apr 3 2018, 9:08 PM
This revision was automatically updated to reflect the committed changes.