Made with <3 by Amazing Cow.
usb-boot-creator
- Creates bootable usb sticks with ease.
usb-boot-creator
is a small tool to help the easy but very tedious
task of turning a usb stick into a bootable usb stick.
It's mainly a wrapper of dd(1)
letting you forget about the clumsy
command line options and providing security checks.
** dd(1)
MUST BE DONE WITH SUPERUSER PRIVILEGES AND YOU'RE MESSING WITH
YOUR DISKS, SO TAKE A DOUBLE, TRIPLE, 100^100 CHECK BEFORE HIT ENTER :)**
As usual, you are very welcomed to share and hack it.
usb-boot-creator [-hv] <disk-image-path>
Options:
*-h --help : Show this screen.
*-v --version : Show app version and copyright.
Notes:
TAKE [A LOT OF] CARE, this program need perform dd(1) as,
SUPERUSER so double check your disk name before do anything stupid.
Options marked with * are exclusive, i.e. the usb-boot-creator
will run that and exit successfully after the operation.
Use the Makefile.
make install
Or to uninstall
make uninstall
There is no dependency for usb-boot-creator
.
usb-boot-creator
do not create / need any other files or environment vars.
This software is released under GPLv3.
Check the TODO file for general things.
This projects uses the COWTODO tags.
So install cowtodo and run:
$ cd path/for/the/project
$ cowtodo
That's gonna give you all things to do :D.
We strive to make all our code the most bug-free as possible - But we know that few of them can pass without we notice ;).
Please if you find any bug report to [email protected] with the name of this project and/or create an issue here in Github.
- AUTHORS.txt
- CHANGELOG.txt
- COPYING.txt
- Makefile
- OLDREADME.md
- README.md
- TODO.txt
- usbbootcreator.py
Check our repos and take a look at our open source site.