.\" 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 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 | drive > > outfile .br .SH DESCRIPTION This manual page documents briefly the .B geteltorito command. .PP \fBgeteltorito\fP is a Perl script which extracts the initial/default boot image from a CD if existent. It will not extract any of other possibly existing boot images that are allowed by the .B El Torito standard. The image data are written to .BR STDOUT all other information is written to .BR STDERR (e.g. type and size of image). If you want to write the image to a file instead of .BR STDOUT you can specify the filename wanted on the command line using option .BR \-o\ . .SH SEE ALSO .BR genisoimage (1), .BR isoinfo (1). .br .SH AUTHOR geteltorito was written by Rainer Krienke . .PP This manual page was written by Eduard Bloch based on README.geteltorito from geteltorito-0.4 package.