1. 31 Aug, 2020 2 commits
  2. 22 May, 2020 1 commit
  3. 13 Jan, 2020 1 commit
  4. 19 Aug, 2019 2 commits
  5. 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
  6. 04 Jun, 2019 1 commit
  7. 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
  8. 31 Oct, 2017 2 commits
  9. 08 Sep, 2017 1 commit
  10. 15 Aug, 2016 2 commits
  11. 28 Jul, 2016 1 commit
  12. 02 Mar, 2016 1 commit
  13. 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
  14. 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
  15. 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
  16. 05 May, 2014 2 commits
  17. 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
  18. 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
  19. 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
  20. 05 Mar, 2013 1 commit
  21. 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
  22. 16 May, 2012 1 commit
  23. 18 Apr, 2012 1 commit
    • Michael Shigorin's avatar
      virtualbox feature renamed to vm, extended · 48587911
      Michael Shigorin authored
      Initial SPICE support has been added for kvm/libvirt installation
      and boot-up using qxl and spice by default as proposed by shaba@.
      
      VirtualBox part is shifted a level deeper correspondingly
      but otherwise stays the same.
      48587911