Skip to content

AmazingCow-Tools/Linux_USBBootCreator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Linux USBBootCreator

Made with <3 by Amazing Cow.

Description:

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.

DISCLAIMER

** 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.

Usage:

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.

Install:

Use the Makefile.

    make install

Or to uninstall

    make uninstall

Dependencies:

There is no dependency for usb-boot-creator.

Environment and Files:

usb-boot-creator do not create / need any other files or environment vars.

License:

This software is released under GPLv3.

TODO:

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.

BUGS:

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.

Source Files:

  • AUTHORS.txt
  • CHANGELOG.txt
  • COPYING.txt
  • Makefile
  • OLDREADME.md
  • README.md
  • TODO.txt
  • usbbootcreator.py

Others:

Check our repos and take a look at our open source site.