summaryrefslogtreecommitdiff
path: root/3rd-party/geteltorito.1
diff options
context:
space:
mode:
Diffstat (limited to '3rd-party/geteltorito.1')
-rw-r--r--3rd-party/geteltorito.148
1 files changed, 48 insertions, 0 deletions
diff --git a/3rd-party/geteltorito.1 b/3rd-party/geteltorito.1
new file mode 100644
index 0000000..978da17
--- /dev/null
+++ b/3rd-party/geteltorito.1
@@ -0,0 +1,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.