Drop non-free support, that is irrelevant in a VM. releases_debian() lists actual releases and get_debian() support the different desktop edition, which are exposed in the csv/json lists.
* add Slackware as supported OS
* fix checksum check for Slackware
* add Slackware as supported OS
* fix checksum check for Slackware
* fix case with new format
* Add extra_args option in vm conf file
I added this simple piece of code for any extra arguments one wants to use.
You just add extra_args variable to your vm conf file.
ex. add host disk partition
extra_args="-drive file=/dev/sdb2,cache=none,if=virtio"
This is the easiest way to "extend" quickemu functionality.
* add missing variable
Mixing an option parser with the existing argv/arvc style parser creates a confusing set of conditionals with large if/then inside a case statement.
On reflection, I don't think this feature has a place in quickget. For anyone with existing iso image, quickemu configurations can be hand crafted. Perhaps the additional of a "quickconf" would be a better way to quickly create VM configs from existing ISO images.
* Readme regenerated
Generated version includes missing parts of the
now extensive supported guest catalogue.
* A little markdown linting
* some of the lint was better
* missing BSD bit replaced
* Accessibility enhancement noted
* # This is a combination of 3 commits.
# This is the 1st commit message:
Readme regenerated
Generated version includes missing parts of the
now extensive supported guest catalogue.
# This is the commit message #2:
A little markdown linting
# This is the commit message #3:
some of the lint was better