1. 29 Jun, 2022 1 commit
  2. 20 Jan, 2022 1 commit
  3. 04 Dec, 2021 2 commits
  4. 04 Nov, 2021 1 commit
  5. 26 Jul, 2021 1 commit
  6. 03 Apr, 2021 3 commits
  7. 01 May, 2020 2 commits
  8. 28 Nov, 2019 1 commit
  9. 18 Nov, 2019 1 commit
  10. 21 Oct, 2019 1 commit
  11. 16 Oct, 2019 1 commit
  12. 09 Sep, 2019 1 commit
  13. 22 Jul, 2019 1 commit
  14. 15 Apr, 2019 1 commit
    • Anton Midyukov's avatar
      init: elogind support · 08d93ed8
      Anton Midyukov authored
      elogind is the systemd project's "logind" extracted out to be
      a standalone service.  It integrates with PAM to know the set
      of users that are logged in to a system and whether they are
      logged in graphically, on the console, or remotely.
      08d93ed8
  15. 04 Mar, 2019 1 commit
  16. 21 Jan, 2019 1 commit
  17. 14 Jan, 2019 1 commit
  18. 24 Dec, 2018 1 commit
  19. 15 Oct, 2018 1 commit
  20. 13 Aug, 2018 1 commit
    • Michael Shigorin's avatar
      init: tweak +systemd · c5c2ea9d
      Michael Shigorin authored
      Added chkconfig (spotted in alt-server's m-p-d)
      and vconsole-setup-kludge@X86 (common problem
      stop-gap item, unfortunately).
      c5c2ea9d
  21. 11 Jun, 2018 1 commit
    • Michael Shigorin's avatar
      init: set pkgpriorities · a2d55319
      Michael Shigorin authored
      The infamous systemd infiltration through secondary
      "targets" using virtual dependencies started with
      syslogd-daemon, continued with network-config-subsystem
      and later with ntp-server; all of its implementations
      pulling in the main package which is explicitly unwanted
      in sysv-based images.
      
      Let's try employing pkgpriorities.
      a2d55319
  22. 19 Feb, 2018 1 commit
  23. 04 Aug, 2016 1 commit
  24. 25 Mar, 2016 1 commit
    • Michael Shigorin's avatar
      init: re-rework de-systemd-ization · 3d9a50ba
      Michael Shigorin authored
      This partially reverts commit 30d38381: trying to use/rescue
      with e.g. distro/simply results in conflict between SysVinit
      and systemd-sysvinit; INIT_TYPE had to relation to RESCUE_LISTS
      in the first place.  Ugh.
      3d9a50ba
  25. 30 Nov, 2015 1 commit
  26. 20 Oct, 2015 1 commit
  27. 29 Jun, 2015 1 commit
    • Michael Shigorin's avatar
      init: rework de-systemd-ization · 30d38381
      Michael Shigorin authored
      It's the very same problem that must be solved within mkimage:
      some package lists get expanded early and some late thus having
      no chance to influence apt's choices of alternatives made early
      (in fact, too early).
      
      Until that, here's another kludge...
      
      PS: turns out that ^systemd- is not "drop ^systemd" but rather:
          systemd-analyze
          systemd-coredump
          systemd-journal-gateway
          systemd-networkd
          systemd-sysvinit
          -- thus one /really/ wants something else.
      30d38381
  28. 16 Jun, 2015 1 commit
  29. 26 Feb, 2015 1 commit
    • Michael Shigorin's avatar
      init: use the proper variable for i-f packages · bc2a4025
      Michael Shigorin authored
      When installer-feature-systemd-stage3 hits BASE_PACKAGES
      it pulls install2-init-functions in which is wrong
      (one of the consequences is that alterator-browser-qt
      lands into even a very basic server installation).
      
      And install2 doesn't even need that package as init feature
      carries a script hook that does the same...
      bc2a4025
  30. 25 Feb, 2015 1 commit
  31. 14 Nov, 2014 1 commit
    • Michael Shigorin's avatar
      init: tweak to accomodate p7/t7 too · be38098a
      Michael Shigorin authored
      The problem with initial implementation (commit 62e7e9c1)
      is that there's no systemd-services package in p7/branch
      thus apt complains about an attempt to remove something
      that doesn't even exist in the first place.
      be38098a
  32. 28 Jul, 2014 1 commit
    • Michael Shigorin's avatar
      init: added tty12 log setup for systemd case · 41d537fb
      Michael Shigorin authored
      That's a part of ALT Linux conveniences: system log
      messages at tty12 (helps immensely in case of disk crash
      or cable problems as running anything, including utilities
      to view logs, becomes painful to impossible in such cases).
      
      systemd lacks this kind of setup out-of-box for sure
      so zerg@ hacked a substitute together; just pull that in.
      41d537fb
  33. 16 Sep, 2013 1 commit
    • Michael Shigorin's avatar
      init: we don't need no systemd with sysvinit · b2a1befe
      Michael Shigorin authored
      That is, no need to pull in systemd as syslogd-daemon provider
      when an unspecified one has been requested by interactivesystem
      or anything else.
      
      The tricky issue is that THE_LISTS will get expanded separately
      and too late to specify a particular provider which will have been
      auto-chosen while expanding e.g. BASE_PACKAGES.
      b2a1befe
  34. 17 Jun, 2013 1 commit
    • Michael Shigorin's avatar
      initial init feature · b337e72e
      Michael Shigorin authored
      This one is finally there and should help reduce the
      systemd-induced mess in package lists and specifications.
      b337e72e