summaryrefslogtreecommitdiff
path: root/3rd-party/geteltorito/README.geteltorito
diff options
context:
space:
mode:
authorIgor Pashev <pashev.igor@gmail.com>2012-12-31 05:04:42 +0400
committerIgor Pashev <pashev.igor@gmail.com>2012-12-31 05:04:42 +0400
commit71dc8760ff4de5f365330d1bc571d934deb54af9 (patch)
tree7346d42a282562a3937d82307012b5857d642ce6 /3rd-party/geteltorito/README.geteltorito
downloadcdrkit-71dc8760ff4de5f365330d1bc571d934deb54af9.tar.gz
Imported Upstream version 1.1.11upstream/1.1.11upstream
Diffstat (limited to '3rd-party/geteltorito/README.geteltorito')
-rw-r--r--3rd-party/geteltorito/README.geteltorito22
1 files changed, 22 insertions, 0 deletions
diff --git a/3rd-party/geteltorito/README.geteltorito b/3rd-party/geteltorito/README.geteltorito
new file mode 100644
index 0000000..383712f
--- /dev/null
+++ b/3rd-party/geteltorito/README.geteltorito
@@ -0,0 +1,22 @@
+geteltorito
+===========
+
+Author: Rainer Krienke
+Email: krienke@uni-koblenz.de
+License: GPL
+Version: 0.4
+Description: A El Torito boot image extractor
+
+call: geteltorito CD-image > toritoimagefile
+example:geteltorito /dev/sr0 > /tmp/bootimage
+
+The perl-script will extract the initial/default boot image from a CD if
+existant. It will not extract any of other possibly existing bootimages
+that are allowed by the El Torito standard.
+The imagedata are written to STDOUT all other information is written to
+STDERR (eg type and size of image).
+If you want to write the image to a file instead of STDOUT you can
+secify the filename wanted on the commandline using option -o <filename>
+
+Rainer Krienke
+krienke@uni-koblenz.de