77e80ef011
This target needed for alterator-setup (pkg step). Also added preinstall and eth-net steps.
28 lines
948 B
Makefile
28 lines
948 B
Makefile
use/oem: use/services use/branding
|
|
@$(call add_feature)
|
|
@$(call add,DEFAULT_SERVICES_ENABLE,messagebus alteratord)
|
|
@$(call add,THE_PACKAGES,alterator-setup alterator-notes)
|
|
@$(call add,THE_PACKAGES,rootfs-installer-features)
|
|
@$(call add,THE_BRANDING,alterator notes)
|
|
@$(call try,OEM_TARGET,setup)
|
|
@$(call add,DEFAULT_SERVICES_ENABLE,$$(OEM_TARGET))
|
|
@$(call xport,OEM_TARGET)
|
|
@$(call xport,OEM_NO_CLEANUP)
|
|
@$(call xport,OEM_STEPS)
|
|
@$(call xport,OEM_INSTALL)
|
|
|
|
use/oem/vnc: use/oem use/x11-vnc use/net-eth/dhcp
|
|
@$(call add,THE_PACKAGES,alterator-setup-x11vnc)
|
|
@$(call set,OEM_TARGET,setup-vnc)
|
|
@$(call set,NMCTL,no)
|
|
@$(call xport,NMCTL)
|
|
|
|
use/oem/no-cleanup: use/oem
|
|
@$(call set,OEM_NO_CLEANUP,yes)
|
|
|
|
use/oem/install: use/oem use/repo/main
|
|
@$(call set,OEM_INSTALL,yes)
|
|
@$(call try,OEM_STEPS,sysconfig notes-license datetime pkg \
|
|
preinstall net-eth root users setup-finish)
|
|
@$(call add,THE_PACKAGES,alterator-pkg alterator-net-eth)
|