Quirky Installer improved
April 16, 2015 —
BarryK
Lots of bug fixes and improvements for the new Quirky Installer.
Download the appropriate one for your operating system:
x86_64
http://distro.ibiblio.org/quirky/quirky6/amd64/releases/april-7.0.3/installquirky.amd64
i686
http://distro.ibiblio.org/quirky/quirky6/x86/releases/april-7.0.3/installquirky.x86
The Installer is a Linux application, intended to work on a wide range of recent distributions. I have done some testing on Fatdog64, worked OK.
After downloading, you will need to set the file permissions to "executable" -- in ROX-Filer, you can do this in the right-click menu. Or, in a terminal, use chmod:
# chmod 755 installquirky.amd64
You can click on it to run it, but best to run it in a terminal, so as to see any error messages (as it is still a work-in-progress and may have bugs, or incompatibilities with a particular distro):
# ./installquirky.amd64
Comments
Thanks to feedback on the Forum, we have identified more bugs:http://murga-linux.com/puppy/viewtopic.php?t=97897&start=450
I have tested the Installer running in Precise Puppy 5.7.1, and did a frugal install and an install to a USB Flash drive.
Both now work.
There were lots of little bugs, for example I discovered that the 'mkdosfs' applet of busybox can only create FAT32 filesystems, not FAT16 (as required for the 32-bit install-to-drive).
The latest version of the Installer has been re-uploaded to the above links.