Imported Upstream version 1.1.11
[platform/upstream/cdrkit.git] / 3rd-party / geteltorito / README.geteltorito
1 geteltorito
2 ===========
3
4 Author: Rainer Krienke
5 Email:  krienke@uni-koblenz.de
6 License: GPL
7 Version: 0.4
8 Description: A El Torito boot image extractor
9
10 call:   geteltorito CD-image > toritoimagefile
11 example:geteltorito /dev/sr0  > /tmp/bootimage
12
13 The perl-script will extract the initial/default boot image from a CD if
14 existant. It will not extract any of other possibly existing bootimages
15 that are allowed by the El Torito standard.
16 The imagedata are written to STDOUT all other information is written to
17 STDERR (eg type and size of image).
18 If you want to write the image to a file instead of STDOUT you can
19 secify the filename wanted on the commandline using option -o <filename>
20
21 Rainer Krienke
22 krienke@uni-koblenz.de