1. 23 Apr, 2021 1 commit
  2. 18 Sep, 2020 1 commit
  3. 15 Jul, 2020 1 commit
  4. 05 Jun, 2020 2 commits
  5. 22 May, 2020 2 commits
  6. 03 Apr, 2020 1 commit
  7. 21 Oct, 2019 1 commit
  8. 09 Sep, 2019 1 commit
  9. 19 Aug, 2019 2 commits
  10. 29 May, 2019 2 commits
  11. 11 Mar, 2019 1 commit
  12. 06 Aug, 2018 1 commit
  13. 20 Jul, 2018 1 commit
    • Michael Shigorin's avatar
      install2: make arch-aware · 9e59e5a1
      Michael Shigorin authored
      +installer should work everywhere it can at all,
      but full-blown one is currently developed on x86;
      provide at least the reasonable chunk elsewhere.
      9e59e5a1
  14. 08 Jul, 2018 1 commit
  15. 04 Jun, 2018 1 commit
  16. 30 Jul, 2017 1 commit
  17. 31 Mar, 2017 1 commit
  18. 01 Feb, 2017 1 commit
    • Michael Shigorin's avatar
      install2, syslinux: fix VNC support · c73abccd
      Michael Shigorin authored
      Was broken in too many places including several libraries
      x11vnc currently links against getting removed, several
      utilities missing, and no way to guess what to do...
      
      One could stumble upon http://altlinux.org/vncinst
      or find the implementation in installer.git but it's
      not exactly user-friendly.
      c73abccd
  19. 29 Jan, 2017 1 commit
  20. 14 Nov, 2016 1 commit
  21. 15 Aug, 2016 1 commit
  22. 09 Jun, 2016 1 commit
    • Michael Shigorin's avatar
      install2: add xorg-drv-synaptics · 8be5b8d4
      Michael Shigorin authored
      This has been spotted by rider@ and reproduced by me as well:
      some touchpads would work in livecd/installed system but not
      within the installer itself.
      8be5b8d4
  23. 13 May, 2016 1 commit
    • Michael Shigorin's avatar
      install2: add tools subtarget · a85e011c
      Michael Shigorin authored
      The use case at hand was: "we'd better backup this system
      to a flashdrive before installing" (given quad-core CPU
      and half-terabyte HDD); pxz is pretty tiny, no worries.
      a85e011c
  24. 01 Apr, 2016 1 commit
    • Michael Shigorin's avatar
      install2: introduce stage3 bits · afb547b6
      Michael Shigorin authored
      use/install2/stage3 is only needed for distributions
      implementing their own installer-*-stage3 package
      (e.g., centaurus and simply but not kdesktop).
      afb547b6
  25. 10 Feb, 2016 1 commit
  26. 03 Dec, 2015 1 commit
  27. 29 Mar, 2015 2 commits
    • Michael Shigorin's avatar
      install2: don't require bootloader just always · d0228a53
      Michael Shigorin authored
      Commit 657c0bf6 has silently added use/bootloader
      to the base use/install2 target thus breaking
      experimental distro/netinst; it seems better to
      require *a* bootloader in the target that's been
      specifically designed to cover the common case
      (thus linked to by +installer shortcut) but still
      to have our base lightweight and flexible.
      
      This doesn't hurt the actual distros as these use
      +installer of course.
      d0228a53
    • Michael Shigorin's avatar
      install2, live: implement ACPI suspend support · 072fefdf
      Michael Shigorin authored
      The corresponding installer feature had to be updated first
      following blkid(8) output format changes, but that's it!
      072fefdf
  28. 25 Feb, 2015 1 commit
    • Michael Shigorin's avatar
      install2: drop use/install2/kms · a211aec7
      Michael Shigorin authored
      This has only been useful for plymouth feature,
      and +installer shortcut included this target
      for all the wrong reasons as it seems today
      (thus blocking the DRM-free server installers,
      for example).
      a211aec7
  29. 04 Jun, 2014 1 commit
  30. 03 Jun, 2014 1 commit
  31. 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
  32. 05 May, 2014 1 commit
    • Michael Shigorin's avatar
      install2: add use/install2/{vmware,vmguest} · d6c45593
      Michael Shigorin authored
      VMware specific bits went into use/install2/vmware target,
      and all of those targets are worth their use/install2/vmguest
      collective one instead of just sticking the kitchen sink into
      use/install2/full immediately.
      d6c45593
  33. 24 Mar, 2014 3 commits