Commit 8644ed59 authored by Anton Midyukov's avatar Anton Midyukov

regular.mk: switch server to boot installer on systemd mode (sisyphus, p11)

parent 99b911f7
......@@ -199,6 +199,10 @@ distro/.regular-server-full: distro/.regular-server-managed \
distro/regular-server-systemd: distro/.regular-server-full \
+systemd; @:
ifeq (,$(filter-out sisyphus p11,$(BRANCH)))
@$(call set,INSTALL2_INIT,systemd.unit=install2.target)
@$(call add,LIVE_PACKAGES,livecd-net-eth)
endif
distro/regular-server-sysv: distro/.regular-server-full +sysvinit +power; @:
......
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