1. 13 Feb, 2022 1 commit
    • Anton Midyukov's avatar
      init: clear machine id · ebe22ccd
      Anton Midyukov authored
      systemd create new uniq machine-id on first boot.
      so that during mass deployment of containers, virtual machines or
      live there are no identical machine-ids on computers in the same network.
      Reported by obirvalger@
      ebe22ccd
  2. 20 Jan, 2022 2 commits
  3. 04 Dec, 2021 2 commits
  4. 04 Nov, 2021 1 commit
  5. 18 Oct, 2021 1 commit
  6. 16 Oct, 2021 2 commits
  7. 26 Jul, 2021 1 commit
  8. 03 Apr, 2021 3 commits
  9. 01 May, 2020 2 commits
  10. 20 Jan, 2020 2 commits
  11. 13 Jan, 2020 1 commit
  12. 28 Nov, 2019 2 commits
  13. 18 Nov, 2019 2 commits
  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. 16 Apr, 2019 1 commit
  19. 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
  20. 04 Mar, 2019 1 commit
  21. 21 Jan, 2019 1 commit
  22. 14 Jan, 2019 1 commit
  23. 24 Dec, 2018 3 commits
  24. 15 Oct, 2018 2 commits
  25. 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
  26. 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
  27. 19 Feb, 2018 1 commit
  28. 04 Nov, 2016 1 commit
    • Michael Shigorin's avatar
      init: sysvinit+NM support · db3da224
      Michael Shigorin authored
      The issue at hand it _nmconnect group that's supported
      in ALT NM for polkit-less cases; it has to be added
      *before* 50-users hook from deflogin feature fires off.
      
      The existing systemd-related hook has been renamed
      to reflect its job better.
      db3da224