Imported Upstream version 1.1.11
[platform/upstream/cdrkit.git] / 3rd-party / geteltorito.1
1 .\"                                      Hey, EMACS: -*- nroff -*-
2 .TH GETELTORITO 1 "Mai  6, 2007"
3 .\" Please adjust this date whenever revising the manpage.
4 .\"
5 .\" Some roff macros, for reference:
6 .\" .nh        disable hyphenation
7 .\" .hy        enable hyphenation
8 .\" .ad l      left justify
9 .\" .ad b      justify to both left and right margins
10 .\" .nf        disable filling
11 .\" .fi        enable filling
12 .\" .br        insert line break
13 .\" .sp <n>    insert n+1 empty lines
14 .\" for manpage-specific macros, see man(7)
15 .SH NAME
16 geteltorito \- an El Torito boot image extractor
17 .SH SYNOPSIS
18 .B geteltorito
19 .RI < image | device >
20 .RB [ \-o
21 .IR outputfile ]
22 .br
23 .SH DESCRIPTION
24 .B geteltorito
25 is a Perl script which extracts the initial/default
26 .B El Torito
27 boot image from a CD if one exists. It will not extract any of other
28 boot images that are allowed by the El Torito standard.
29 .PP
30 The boot image file is written to
31 .B stdout
32 and all other information (e.g., image type and size) is written to
33 .BR stderr .
34 To write the image to a file instead of
35 .BR stdout ,
36 specify the output filename using
37 .B \-o
38 .IR filename .
39
40 .SH SEE ALSO
41 .BR genisoimage (1),
42 .BR isoinfo (1).
43 .br
44 .SH AUTHOR
45 geteltorito was written by Rainer Krienke <krienke@uni-koblenz.de>.
46 .PP
47 This manual page was written by Eduard Bloch <blade@debian.org> based on
48 README.geteltorito from geteltorito-0.4 package.