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

.SH SEE ALSO
.BR genisoimage (1),
.BR isoinfo (1).
.br
.SH AUTHOR
geteltorito was written by Rainer Krienke <krienke@uni-koblenz.de>.
.PP
This manual page was written by Eduard Bloch <blade@debian.org> based on
README.geteltorito from geteltorito-0.4 package.