Commit be38098a authored by Michael Shigorin's avatar Michael Shigorin

init: tweak to accomodate p7/t7 too

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.
parent b5ff2b24
......@@ -10,6 +10,7 @@ use/init:
use/init/sysv: use/init
@$(call set,INIT_TYPE,sysvinit)
@$(call add,BASE_PACKAGES,syslogd)
@$(call add,BASE_PACKAGES_REGEXP,^systemd- ^systemd-services-)
### i-f should be dropped as soon as rootfs scripts are effective there
use/init/systemd: use/init
......
sysvinit
sysklogd
interactivesystem
systemd-services-
systemd-
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment