1. 04 Mar, 2019 1 commit
  2. 21 Jan, 2019 1 commit
  3. 14 Jan, 2019 1 commit
  4. 24 Dec, 2018 1 commit
  5. 15 Oct, 2018 1 commit
  6. 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
  7. 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
  8. 19 Feb, 2018 1 commit
  9. 04 Aug, 2016 1 commit
  10. 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
  11. 30 Nov, 2015 1 commit
  12. 20 Oct, 2015 1 commit
  13. 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
  14. 16 Jun, 2015 1 commit
  15. 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
  16. 25 Feb, 2015 1 commit
  17. 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
  18. 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
  19. 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
  20. 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