• Michael Shigorin's avatar
    init: ban systemd when sysvinit has been requested · 62e7e9c1
    Michael Shigorin authored
    The issue at hand is that interactivesystem pulls in
    network-config-subsystem and that one has several providers
    by now, systemd-networkd being one of them since recently
    (and pulling in systemd).
    
    Just the same problem as with systemd-journal; both might be
    fixed by reworking mkimage to allow for different package name
    resolution modes:
    
    - "slap everything together and resolve with one-shot"
      to handle conflictless situations (most of those);
    - "process multiple transactions to allow for conflicts"
      thus making it possible to include e.g. a few MTAs into
      the provided package base.
    
    Ensure that systemd is outside by explicitly telling so
    in the pkglist.
    62e7e9c1
Name
Last commit
Last update
.gear Loading commit data...
bin Loading commit data...
conf.d Loading commit data...
doc Loading commit data...
features.in Loading commit data...
image.in Loading commit data...
lib Loading commit data...
pkg.in Loading commit data...
sub.in Loading commit data...
.gitignore Loading commit data...
COPYING Loading commit data...
Makefile Loading commit data...
QUICKSTART Loading commit data...
README Loading commit data...
main.mk Loading commit data...
reports.mk Loading commit data...