1. 08 Sep, 2021 1 commit
  2. 04 Sep, 2021 1 commit
  3. 20 Jul, 2021 1 commit
  4. 12 Apr, 2021 1 commit
  5. 26 Oct, 2020 1 commit
  6. 31 Aug, 2020 2 commits
  7. 22 May, 2020 1 commit
  8. 13 Jan, 2020 1 commit
  9. 19 Aug, 2019 2 commits
  10. 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
  11. 04 Jun, 2019 1 commit
  12. 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
  13. 31 Oct, 2017 2 commits
  14. 08 Sep, 2017 1 commit
  15. 15 Aug, 2016 2 commits
  16. 28 Jul, 2016 1 commit
  17. 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
  18. 02 Mar, 2016 1 commit
  19. 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
  20. 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
  21. 19 Sep, 2014 1 commit
    • Michael Shigorin's avatar
      vmguest: handle vmware x11 driver · 5c4f116b
      Michael Shigorin authored
      xorg-drv-vmware is desirable for guests with X11
      but undesirable for text-only ones; let's provide
      this knob at least but ideal m-p would figure out
      that an image with use/x11 and use/vmguest/vmware
      should receive this intersection either.
      5c4f116b
  22. 12 May, 2014 1 commit
    • Michael Shigorin's avatar
      vmguest, install2: add vmware modules · 600febca
      Michael Shigorin authored
      led-ws kernel flavour has gained kernel-modules-vmware
      recently, let's add this to the appropriate targets.
      
      It's used in regular-jeos already but THE_ part was missing.
      600febca
  23. 05 May, 2014 2 commits
  24. 25 Dec, 2013 1 commit
    • Michael Shigorin's avatar
      install2, sound, vmguest: support led-ws modules · f044f587
      Michael Shigorin authored
      led@ has different kernel-modules-* package set,
      some of those "standard" names are provided but
      vbox* is not the case.
      
      As our macros and helpers will grok this just fine,
      let's add both variants so what's present gets in.
      f044f587
  25. 08 May, 2013 1 commit
    • Michael Shigorin's avatar
      Revert "vmguest: apply vboxdrv related workaround" · b1ce5a80
      Michael Shigorin authored
      This reverts commit ae441691
      as libglx has been fixed already; see #27340 and #28782 for
      the details, huge thanks go to Alexey Borisenkov for his
      thorough investigation and patches as well as to shrek@
      and sin@ for their cooperation to get this fixed in Sisyphus.
      b1ce5a80
  26. 22 Apr, 2013 1 commit
    • Michael Shigorin's avatar
      vmguest: apply vboxdrv related workaround · ae441691
      Michael Shigorin authored
      This is to cope with #28782 while the culprit is being found out;
      not much of a loss while #27340 is open (thus no 3D with vboxdrv
      anyways).
      
      I chose to avoid pulling the service related machinery into
      vmguest (and haven't got around to factoring it out from live
      feature's scripts into a standalone form) so had to tweak these
      as well.
      ae441691
  27. 05 Mar, 2013 1 commit
  28. 25 Jun, 2012 1 commit
    • Michael Shigorin's avatar
      vm feature renamed to vmguest · 11d4f406
      Michael Shigorin authored
      The "vm" name became a bit confusing with the introduction
      of build-vm feature; let's call this one "vmguest" until we do
      hierarchical (sub)features.
      11d4f406