Easy way to burn a bootable flash drive with ISO.
Changes:
- added support for files with spaces in the name
- using pv and shell instead of dd
Add support for files with spaces in the name- Add support for more directories (not just
~/)
All UNIX (and UNIX-like) systems with Bash installed are supported.
First, you need to install bash (Bourne-Again Shell). It usually located in bash package, see your distribution instructions.
And you also need to install pv, it is needed to writing the image. I use pv in this script because it faster.
And now, you can clone and install (or try) this script by running:
git clone https://github.com/lotigara/isowrt.git
cd isowrt
chmod +x install.sh
chmod +x isowrt.sh
./install.sh # (or isowrt.sh if you want to try this script before installation)- Add PKGBUILD for ArchLinux