oem: Added use/oem/vnc
This commit is contained in:
parent
d1e7fc06eb
commit
df0875fe22
@ -1,5 +1,12 @@
|
||||
use/oem: use/services use/branding
|
||||
@$(call add_feature)
|
||||
@$(call add,DEFAULT_SERVICES_ENABLE,messagebus alteratord setup)
|
||||
@$(call add,DEFAULT_SERVICES_ENABLE,messagebus alteratord)
|
||||
@$(call add,THE_PACKAGES,alterator-setup alterator-notes)
|
||||
@$(call add,THE_BRANDING,alterator notes)
|
||||
@$(call try,OEM_TARGET,setup)
|
||||
@$(call add,DEFAULT_SERVICES_ENABLE,$$(OEM_TARGET))
|
||||
@$(call xport,OEM_TARGET)
|
||||
|
||||
use/oem/vnc: use/oem use/x11-vnc
|
||||
@$(call add,THE_PACKAGES,alterator-setup-x11vnc)
|
||||
@$(call set,OEM_TARGET,setup-vnc)
|
||||
|
@ -2,7 +2,7 @@
|
||||
# this breaks the default configuration on intent
|
||||
# so that alterator-setup can run predictably
|
||||
|
||||
TARGET=/lib/systemd/system/setup.target
|
||||
TARGET=/lib/systemd/system/$GLOBAL_OEM_TARGET.target
|
||||
|
||||
[ ! -s "$TARGET" ] ||
|
||||
ln -s "$TARGET" /etc/systemd/system/default.target
|
||||
|
Loading…
Reference in New Issue
Block a user