Home
Name Modified Size InfoDownloads / Week
makethumb 2013-12-24 5.1 kB
README 2013-12-24 1.9 kB
Totals: 2 Items   7.1 kB 0
README of makethumb
=================
makethumb is released under the GNU GPL.  Feel free to use or modify as you see fit.

This little script came about because I got tired of having to look up how to burn an iso to a usb or thumb drive.

Features
Edit
Simple easy to use way to burn iso to a thumb drive
Just insert thumb, login as root and run makethumb
Burns any iso quickly and easily
Allows user to exit at several steps

Description
Bash script using zenity to burn a downloaded iso to a mounted usb pen drive. It only requires that you have the iso, a mounted usb drive and zenity installed. It also includes several sanity checks to allow the user to cancel/make sure that it is doing what they want. Finally, it cleans up after itself to make sure no cruft is left on the system.

The script itself includes very extensive documentation.  Part of the idea behind this script is to show others how easy it is to script with bash and zenity and how flexible it is.  Included is a document of code snippets called code blocks that are re-usable pieces of code from the project.  The idea here being that they can be taken and applied to other projects.

License: GPL-2
 This package is free software; you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
 the Free Software Foundation; either version 2 of the License, or
 (at your option) any later version.
 .
 This package is distributed in the hope that it will be useful,
 but WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 GNU General Public License for more details.
 .
 You should have received a copy of the GNU General Public License
 along with this program. If not, see <http://www.gnu.org/licenses/>
 .
 On Debian systems, the complete text of the GNU General
 Public License version 2 can be found in "/usr/share/common-licenses/GPL-2".


Source: README, updated 2013-12-24