Update adding a new OS to quickget guide

pull/373/head
Martin Wimpress 3 years ago
parent 46c7805ad1
commit 3f72f79e59
No known key found for this signature in database
GPG Key ID: 61DF940515E06DA3
  1. 2
      quickget

@ -3,7 +3,7 @@
# Here the quick 'n dirty guide to adding a new OS to quickget
#
# 1. Add the new OS, all lowercase, to os_support()
# 2. Add a "pretty name" display name to pretty_name()
# 2. Add a "pretty name" to pretty_name()
# 3. Create a releases_newos() generator that outputs the currently supported release versions
# 4. If the OS has "editions" (Linux Mint for example), create editions_newos() generator
# 5. Add the new OS to make_vm_config(); (only if required)

Loading…
Cancel
Save