1. 29 May, 2019 2 commits
  2. 11 Mar, 2019 1 commit
  3. 06 Aug, 2018 1 commit
  4. 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
  5. 08 Jul, 2018 1 commit
  6. 04 Jun, 2018 1 commit
  7. 30 Jul, 2017 1 commit
  8. 31 Mar, 2017 1 commit
  9. 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
  10. 29 Jan, 2017 1 commit
  11. 14 Nov, 2016 1 commit
  12. 15 Aug, 2016 1 commit
  13. 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
  14. 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
  15. 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
  16. 10 Feb, 2016 1 commit
  17. 03 Dec, 2015 1 commit
  18. 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
  19. 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
  20. 04 Jun, 2014 1 commit
  21. 03 Jun, 2014 1 commit
  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 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
  24. 24 Mar, 2014 5 commits
  25. 03 Feb, 2014 1 commit
    • Michael Shigorin's avatar
      install2: add installer-common-stage3 · 4639e796
      Michael Shigorin authored
      This package has replaced installer-feature-setup-network-stage3
      without declaring that; it appears that installer-distro-altlinux-*
      don't require it even if most of the others do.
      
      This is to ensure it's included, at least at the moment.
      4639e796
  26. 13 Jan, 2014 1 commit
  27. 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
  28. 24 Nov, 2013 2 commits
  29. 27 May, 2013 1 commit
    • Michael Shigorin's avatar
      install2: minor EFI related tweak · 9b91001f
      Michael Shigorin authored
      INSTALL2_PACKAGES turned out to be sensitive to the
      feature addition order: if efi was added before install2
      then the packages added by the former were overridden
      by the latter.
      
      This is also related to commit g7b76c734 as +installer
      can be added pretty much anywhere, there's no warranty
      that use/install2 appears early enough in configuration
      build-up sequence.
      9b91001f
  30. 24 May, 2013 1 commit
    • Michael Shigorin's avatar
      install2: introduced +installer mixin · 7b76c734
      Michael Shigorin authored
      This one is a part of a larger rewrite to move away from
      distro-centric build-up to configuration-centric one with
      the particular packaging being of secondary importance
      compared to actual functionality.
      7b76c734
  31. 24 Sep, 2012 1 commit
  32. 11 Aug, 2012 1 commit
    • Michael Shigorin's avatar
      complex subprofile delimiter changed ("/" -> "@") · b21353a0
      Michael Shigorin authored
      That sub/stage2/install2 was somewhat clumsy actually as it looked
      like a hierarchical thing while being a substitution thing:
      generic stage2 would get put in place renamed as install2.
      
      This could only get worse with hierarchical features which have
      already been both requested and considered for quite a time,
      and "stage2 at install2" reads much more naturally.
      b21353a0
  33. 02 Jul, 2012 1 commit