Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Alternate consolidated group of PRs plus extended PR 295 #324

Commits on Nov 21, 2021

  1. Add CachyOS support

    vnepogodin committed Nov 21, 2021
    Configuration menu
    Copy the full SHA
    f8fe496 View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2021

  1. sort the changes

    vnepogodin committed Nov 22, 2021
    Configuration menu
    Copy the full SHA
    c0ea696 View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2021

  1. use url from mirror

    vnepogodin committed Nov 23, 2021
    Configuration menu
    Copy the full SHA
    b46c8e4 View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2021

  1. Adding gentoo support

    This code is for adding gentoo support, its not complete yet
    guyosi authored Nov 28, 2021
    Configuration menu
    Copy the full SHA
    726d32a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7c48090 View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2021

  1. Attempt to get gentoo

    Some tweaks towards getting the latest release iso
    philclifford committed Nov 29, 2021
    Configuration menu
    Copy the full SHA
    ae6f2f9 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1 from philclifford/help-guyosi

    Attempt to get gentoo
    guyosi authored Nov 29, 2021
    Configuration menu
    Copy the full SHA
    ca6fac8 View commit details
    Browse the repository at this point in the history
  3. Update README.md

    guyosi authored Nov 29, 2021
    Configuration menu
    Copy the full SHA
    e843451 View commit details
    Browse the repository at this point in the history
  4. Update README.md

    guyosi authored Nov 29, 2021
    Configuration menu
    Copy the full SHA
    8a47ad7 View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2021

  1. Configuration menu
    Copy the full SHA
    b3edcfc View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2021

  1. Configuration menu
    Copy the full SHA
    3cdfe21 View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2021

  1. Pop!_OS: add 21.10

    mifix committed Dec 16, 2021
    Configuration menu
    Copy the full SHA
    b3f3545 View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2021

  1. Configuration menu
    Copy the full SHA
    4a04862 View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2021

  1. add arcolinux

    arcolinuxz committed Dec 20, 2021
    Configuration menu
    Copy the full SHA
    c1ded4d View commit details
    Browse the repository at this point in the history
  2. readme added

    arcolinuxz committed Dec 20, 2021
    Configuration menu
    Copy the full SHA
    cc7caab View commit details
    Browse the repository at this point in the history
  3. readme added

    arcolinuxz committed Dec 20, 2021
    Configuration menu
    Copy the full SHA
    a487d9a View commit details
    Browse the repository at this point in the history
  4. readme added

    arcolinuxz committed Dec 20, 2021
    Configuration menu
    Copy the full SHA
    a5f9b28 View commit details
    Browse the repository at this point in the history
  5. Added openSUSE path for OVMF

    guinuxbr committed Dec 20, 2021
    Configuration menu
    Copy the full SHA
    74068d2 View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2021

  1. Adding KolibriOS support

    It can download and boot this OS. There is one requirement: 7z.
    Its not completed yet (at least internet and sound dont work)
    Vitalkrilov committed Dec 21, 2021
    Configuration menu
    Copy the full SHA
    310d2d3 View commit details
    Browse the repository at this point in the history

Commits on Dec 23, 2021

  1. Improved support of KolibriOS:

    CD-ROM (iso), Disk, Internet and Audio are working now.
    Also added forced LiveCD booting (because release named latest-iso, not latest-img).
    Did some tweaks with '-machine' and '-cpu'. Now these VMs will run with 'qemu32' processor since KolibriOS throw an MTRR error (I didnt get how to fix it by any other way).
    Vitalkrilov committed Dec 23, 2021
    Configuration menu
    Copy the full SHA
    82be8d3 View commit details
    Browse the repository at this point in the history

Commits on Dec 26, 2021

  1. Configuration menu
    Copy the full SHA
    9f27cbf View commit details
    Browse the repository at this point in the history
  2. Allow using a different chipset on quickemu

    Haiku is incompatible with the q35 machine type, as it emulates a ICH9
    host chipset. Instad, the "pc" machine type needs to be used (emulates
    I44FX).
    
    https://wiki.qemu.org/Features/Q35
    nqvrg committed Dec 26, 2021
    Configuration menu
    Copy the full SHA
    9826600 View commit details
    Browse the repository at this point in the history
  3. Add Haiku to README

    nqvrg committed Dec 26, 2021
    Configuration menu
    Copy the full SHA
    1f917c8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    935b83a View commit details
    Browse the repository at this point in the history
  5. Add more info about Haiku to README.md

    Replacing second "BSD Guests" section, because it was duplicated above.
    nqvrg committed Dec 26, 2021
    Configuration menu
    Copy the full SHA
    aee9ea2 View commit details
    Browse the repository at this point in the history

Commits on Dec 27, 2021

  1. Configuration menu
    Copy the full SHA
    c3b0841 View commit details
    Browse the repository at this point in the history
  2. Added MX-Linux support

    fridy1307 committed Dec 27, 2021
    Configuration menu
    Copy the full SHA
    4fc02da View commit details
    Browse the repository at this point in the history

Commits on Dec 29, 2021

  1. Add manjaro support

    Jai-JAP authored Dec 29, 2021
    Configuration menu
    Copy the full SHA
    599aa07 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5719671 View commit details
    Browse the repository at this point in the history
  3. Update README.md

    Jai-JAP authored Dec 29, 2021
    Configuration menu
    Copy the full SHA
    545fd39 View commit details
    Browse the repository at this point in the history

Commits on Dec 30, 2021

  1. Add Alpine Linux support

    Jai-JAP authored Dec 30, 2021
    Configuration menu
    Copy the full SHA
    435e427 View commit details
    Browse the repository at this point in the history
  2. Update quickget

    Jai-JAP authored Dec 30, 2021
    Configuration menu
    Copy the full SHA
    b4c940e View commit details
    Browse the repository at this point in the history
  3. Update quickget

    Jai-JAP authored Dec 30, 2021
    Configuration menu
    Copy the full SHA
    82885ef View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    168f2ee View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    53889d9 View commit details
    Browse the repository at this point in the history

Commits on Dec 31, 2021

  1. Update quickget

    Jai-JAP authored Dec 31, 2021
    Configuration menu
    Copy the full SHA
    3454f4f View commit details
    Browse the repository at this point in the history
  2. fix typo

    fridy1307 committed Dec 31, 2021
    Configuration menu
    Copy the full SHA
    cff1c45 View commit details
    Browse the repository at this point in the history

Commits on Jan 1, 2022

  1. Update README.md

    Jai-JAP authored Jan 1, 2022
    Configuration menu
    Copy the full SHA
    35d174d View commit details
    Browse the repository at this point in the history
  2. Auto Update Manjaro

    Jai-JAP authored Jan 1, 2022
    Configuration menu
    Copy the full SHA
    e33900a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7c21235 View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2022

  1. Add support for Tails Linux

    sebcode committed Jan 7, 2022
    Configuration menu
    Copy the full SHA
    ad3332a View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2022

  1. added initial support for void linux

    zenobit committed Jan 16, 2022
    Configuration menu
    Copy the full SHA
    3ef5ff4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    32bad0e View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2022

  1. Merge new-elementary-release' into merging-updated-distros

    attempting to pull all the new and updated distros into a single branch
    with any conflicts resolved.
    philclifford committed Jan 17, 2022
    Configuration menu
    Copy the full SHA
    7ecd33b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d066815 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8adbae8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    48fbbb5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    dc901fa View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1d0312f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f15f011 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    f1604ee View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    5e58fd4 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    f232fdf View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    fbec9cf View commit details
    Browse the repository at this point in the history
  12. Merge remote-tracking branch 'sebcode/task/add-tails-linux-support' i…

    …nto merging-updated-distros
    philclifford committed Jan 17, 2022
    Configuration menu
    Copy the full SHA
    a7de776 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    86a614c View commit details
    Browse the repository at this point in the history
  14. Merge remote-tracking branch 'nvepogodin/master'

    into merging-updated-distros
    
    Also updated release and ISO name
    as that had changed with an updated release
    philclifford committed Jan 17, 2022
    Configuration menu
    Copy the full SHA
    a8f9a8d View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    641f6f8 View commit details
    Browse the repository at this point in the history
  16. Merge remote-tracking branch 'thementor/SimplifyMakeVMConfig'

    into merged-distros-plus-295
    
    extended case to new distros
    philclifford committed Jan 17, 2022
    Configuration menu
    Copy the full SHA
    2f43895 View commit details
    Browse the repository at this point in the history
  17. Make case exceptions and default

    Detailed list is not needed here and merely
    raises the bar to contributions.
    Unknown/mistyped distros are handled elsewhere.
    philclifford committed Jan 17, 2022
    Configuration menu
    Copy the full SHA
    10a978a View commit details
    Browse the repository at this point in the history
  18. Merge remote-tracking branch 'nqvrg/add-haiku'

    into merging-updated-distros
    philclifford committed Jan 17, 2022
    Configuration menu
    Copy the full SHA
    2dcc05a View commit details
    Browse the repository at this point in the history
  19. Fixes to kolibrios

    removed 7z dependency and corrected errors.
    philclifford committed Jan 17, 2022
    Configuration menu
    Copy the full SHA
    5e7dce6 View commit details
    Browse the repository at this point in the history
  20. Merge more distros

    replace lost bsd readme chunk again
    philclifford committed Jan 17, 2022
    Configuration menu
    Copy the full SHA
    f582517 View commit details
    Browse the repository at this point in the history
  21. Fewer future collissions

    philclifford committed Jan 17, 2022
    Configuration menu
    Copy the full SHA
    2f2cae8 View commit details
    Browse the repository at this point in the history
  22. Fewer future collissions

    philclifford committed Jan 17, 2022
    Configuration menu
    Copy the full SHA
    dbd0a7d View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2022

  1. Fixes quickemu-project#330 (#13)

    erroneous and confusing release outputs fixed
    philclifford authored Jan 29, 2022
    Configuration menu
    Copy the full SHA
    ee6daed View commit details
    Browse the repository at this point in the history
  2. fix 330

    philclifford committed Jan 29, 2022
    Configuration menu
    Copy the full SHA
    207d327 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2022

  1. fixed mxlinux list bug

    philclifford committed Jan 30, 2022
    Configuration menu
    Copy the full SHA
    5e8d6d9 View commit details
    Browse the repository at this point in the history
  2. fixed mxlinux list bug

    philclifford committed Jan 30, 2022
    Configuration menu
    Copy the full SHA
    e97db8e View commit details
    Browse the repository at this point in the history
  3. fix

    zen0bit authored Jan 30, 2022
    Configuration menu
    Copy the full SHA
    18f92bc View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2022

  1. Update quickget

    zen0bit authored Jan 31, 2022
    Configuration menu
    Copy the full SHA
    3d30f8b View commit details
    Browse the repository at this point in the history
  2. Update quickget

    zen0bit authored Jan 31, 2022
    Configuration menu
    Copy the full SHA
    6de8215 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    daa730a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    680e446 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e07f0cd View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    03092c3 View commit details
    Browse the repository at this point in the history