1. 12 Dec, 2023 1 commit
  2. 09 Dec, 2023 3 commits
  3. 06 Dec, 2023 4 commits
  4. 18 Mar, 2023 1 commit
  5. 02 Dec, 2022 1 commit
  6. 02 Mar, 2022 2 commits
  7. 13 Feb, 2022 1 commit
  8. 29 Dec, 2021 1 commit
  9. 28 Dec, 2021 1 commit
  10. 19 Dec, 2021 1 commit
  11. 08 Sep, 2021 1 commit
  12. 04 Sep, 2021 1 commit
  13. 20 Jul, 2021 1 commit
  14. 12 Apr, 2021 1 commit
  15. 26 Oct, 2020 1 commit
  16. 31 Aug, 2020 2 commits
  17. 22 May, 2020 1 commit
  18. 13 Jan, 2020 1 commit
  19. 19 Aug, 2019 2 commits
  20. 03 Jul, 2019 1 commit
    • Michael Shigorin's avatar
      vmguest: factor out use/vmguest/vmware · 1a7f7467
      Michael Shigorin authored
      It's actually sisyphus jeos image that needed this:
      open-vm-tools got installed and then removed just
      before the final reboot (unlike p8 jeos); not clear
      what exactly caused this as subsequent installation
      only pulled in libdnet and libicu56, neither of which
      were excplicitly removed during cleanup.
      
      Let's make the image a bit leaner until someone asks
      for VMware support there.
      1a7f7467
  21. 04 Jun, 2019 1 commit
  22. 20 Jul, 2018 1 commit
    • Michael Shigorin's avatar
      vmguest: make arch-aware · 98601e13
      Michael Shigorin authored
      +vmguest should work everywhere it can at all either;
      it's most advanced on x86_64 in terms of hypervisors
      available; still aarch64 has kvm too.
      98601e13
  23. 31 Oct, 2017 2 commits
  24. 08 Sep, 2017 1 commit
  25. 15 Aug, 2016 2 commits
  26. 28 Jul, 2016 1 commit
  27. 11 Mar, 2016 1 commit
    • Michael Shigorin's avatar
      vmguest: learn to disable useless services under VMs · c7da0828
      Michael Shigorin authored
      This has long been a TODO item but an elegant solution
      just didn't come until the night before starterkits...
      some services (mostly those operating on real hardware)
      do not fit virtual environments at all, won't even start.
      c7da0828
  28. 02 Mar, 2016 1 commit
  29. 20 Apr, 2015 1 commit
    • Michael Shigorin's avatar
      a few modules.d test drives · 559f80ad
      Michael Shigorin authored
      These are aimed to test the modules.d/ and auto-pickup
      implementation as well as to present an example.
      
      At least 50-net might change (or just get renamed to avoid
      auto-pickup) some day as the "net" feature's meaning is
      to provide networking upon bootup and these modules are
      only needed within stage1 if we're going to netboot;
      and that's quite different thing.
      
      armh-cubox bits are prone to get renamed/generalized too
      since e.g. ArmadaXP based server images are going to need
      this as well.
      559f80ad
  30. 02 Mar, 2015 1 commit
    • Michael Shigorin's avatar
      vmguest: fixup vbox targets · 8cbb7146
      Michael Shigorin authored
      use/vmguest/vbox/base used to pull in DRM modules
      which are required for vboxvideo but useless without
      xorg bits; and all of these aren't needed in jeos.
      
      Things might break, doublecheck please.
      8cbb7146