Perl script which will extract the initial/default boot image from a CD if existent. It'll not extract any of other possibly existing boot images that are allowed by the El Torito standard.
The image data 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
specify the filename wanted on the command-line using option -o <filename>
.
Call: fetcheltorito CD-image > toritoimagefile
Example: fetcheltorito /dev/sr0 > /tmp/bootimage
Compatible with macOS, Linux based distros, and Windows.
Download latest release version.
The repo already comes with an executable and if that doesn't work, make the fetcheltorito.pl
file an executable using sudo chmod +x fetcheltorito.pl
in the command-line.
This project is licensed under the GNU General Public License v3.0. Permissions of this strong copyleft license are conditioned on making available complete source code of licensed works and modifications, which include larger works using a licensed work, under the same license. Copyright and license notices must be preserved. Contributors provide an express grant of patent rights. Any material found which vandalises or threatens any sort of plagiarism will be strictly given a legal action.
Copyright (c) 2020 Swattle Inc. All rights reserved.
- Fork this project by clicking the
Fork
button on top right corner of this page. - Open terminal/console window.
- Clone the repository by running following command in git:
$ git clone https://github.com/[YOUR-USERNAME]/fetch-el-torito.git
- Add all changes by running this command.
$ git add .
- Or to add specific files only, run this command.
$ git add path/to/your/file
- Commit changes by running these commands.
$ git commit -m "DESCRIBE YOUR CHANGES HERE"
$ git push origin
- Create a Pull Request by clicking the
New pull request
button on your repository page.
Copyright (c) 2020 Swattle Inc. All rights reserved.
Made with ❤ by Sai Vittal B