1DUMPET(1) BSD General Commands Manual DUMPET(1)
2
4 dumpet — dump information about bootable CDs and other similar formats
5
7 dumpet --iso image [--dumpdisks] [--dumphex|--xml]
8
10 dumpet is a tool for debugging El Torito boot images.
11
12 The following options are available:
13
14 -?, --help
15 Display help information.
16
17 -i, --iso image
18 The file name of the input ISO image.
19
20 -d, --dumpdisks
21 Dump each El Torito boot image into a file. If --xml is not given,
22 the files will be named image.1, image.2, etc. in sequence. Other‐
23 wise, BootImage tags will be added to the output XML document with
24 the content of each boot image in hexadecimal.
25
26 -h, --dumphex
27 Dump each El Torito structure in hexadecimal. This option has no
28 effect if --xml is given.
29
30 -x, --xml
31 Dump the El Torito structure to standard output as an XML document.
32
34 Peter Jones <pjones@redhat.com>
35
36 August 25, 2010