Commit 001fa3f0 authored by Anton Midyukov's avatar Anton Midyukov

regular.mk: INSTALL2_INIT='systemd.unit=install2.target' for desktop (sisyphus)

For now we can only enable when using systemd and NetworkManager.
parent 8568890d
......@@ -68,6 +68,9 @@ distro/.regular-desktop: distro/.regular-wm use/branding/full \
use/firmware/laptop +systemd +systemd-optimal +vmguest \
use/live-install/oem use/services/bluetooth-enable \
use/live/rescue
ifeq (,$(filter-out sisyphus,$(BRANCH)))
@$(call set,INSTALL2_INIT,systemd.unit=install2.target)
endif
@$(call add,THE_PACKAGES,bluez)
distro/.regular-gtk: distro/.regular-desktop use/x11/lightdm/gtk +plymouth; @:
......
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