1. 14 Nov, 2016 1 commit
  2. 12 Sep, 2016 1 commit
  3. 15 Aug, 2016 1 commit
  4. 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
  5. 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
  6. 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
  7. 10 Feb, 2016 1 commit
  8. 03 Dec, 2015 1 commit
  9. 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
  10. 09 Mar, 2015 1 commit
    • Michael Shigorin's avatar
      stage2, install2: oops, narrow the cleanup back · 7cb477c3
      Michael Shigorin authored
      The former install2-only "bloated binary" purge script
      happened to hit stage2 (which is a lot more than just
      install2); a kind of safety net has been stuck into it
      to guard installable LiveCDs against this particular
      cleanup but seems it was not enought for ildar@ who
      reported this problem almost three years after it was
      introduced.
      
      This change re-places the script back into install2
      section; the binaries in question amount for ca. 8 Mb
      (except openssl ildar@ asked about); if these are deemed
      unneccessary within any other stage2-based subprofiles,
      please step up with details.
      7cb477c3
  11. 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
  12. 04 Jun, 2014 1 commit
  13. 03 Jun, 2014 1 commit
  14. 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
  15. 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
  16. 24 Mar, 2014 16 commits
  17. 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
  18. 13 Jan, 2014 1 commit
  19. 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
  20. 24 Nov, 2013 2 commits
  21. 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
  22. 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
  23. 06 Jan, 2013 1 commit