1. 25 May, 2024 1 commit
  2. 10 Apr, 2024 1 commit
  3. 12 Sep, 2023 1 commit
  4. 21 Aug, 2023 1 commit
  5. 29 Jun, 2022 1 commit
  6. 20 Jan, 2022 1 commit
  7. 04 Dec, 2021 2 commits
  8. 04 Nov, 2021 1 commit
  9. 26 Jul, 2021 1 commit
  10. 03 Apr, 2021 3 commits
  11. 01 May, 2020 2 commits
  12. 28 Nov, 2019 1 commit
  13. 18 Nov, 2019 1 commit
  14. 21 Oct, 2019 1 commit
  15. 16 Oct, 2019 1 commit
  16. 09 Sep, 2019 1 commit
  17. 22 Jul, 2019 1 commit
  18. 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
  19. 04 Mar, 2019 1 commit
  20. 21 Jan, 2019 1 commit
  21. 14 Jan, 2019 1 commit
  22. 24 Dec, 2018 1 commit
  23. 15 Oct, 2018 1 commit
  24. 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
  25. 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
  26. 19 Feb, 2018 1 commit
  27. 04 Aug, 2016 1 commit
  28. 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
  29. 30 Nov, 2015 1 commit
  30. 20 Oct, 2015 1 commit
  31. 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
  32. 16 Jun, 2015 1 commit
  33. 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
  34. 25 Feb, 2015 1 commit
  35. 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
  36. 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