config.mk 1.22 KB
Newer Older
1
use/oem: use/services use/branding use/deflogin/root
Michael Shigorin's avatar
Michael Shigorin committed
2
	@$(call add_feature)
3
	@$(call add,DEFAULT_SERVICES_ENABLE,messagebus alteratord)
4 5
	@$(call add,BASE_PACKAGES,alterator-setup alterator-notes)
	@$(call add,BASE_PACKAGES,rootfs-installer-features)
6
	@$(call add,PINNED_PACKAGES,rootfs-installer-features)
7
	@$(call add,THE_BRANDING,alterator notes)
8 9 10
	@$(call try,OEM_TARGET,setup)
	@$(call add,DEFAULT_SERVICES_ENABLE,$$(OEM_TARGET))
	@$(call xport,OEM_TARGET)
11
	@$(call xport,OEM_NO_CLEANUP)
12
	@$(call xport,OEM_STEPS)
13
	@$(call xport,OEM_INSTALL)
14

15
use/oem/vnc: use/oem
16 17
	@$(call add,BASE_PACKAGES,alterator-vnc)
	@$(call add,BASE_PACKAGES,x11vnc x11vnc-service xorg-drv-dummy)
18 19 20

use/oem/no-cleanup: use/oem
	@$(call set,OEM_NO_CLEANUP,yes)
21

22 23 24
use/oem/distro: use/oem
	@$(call try,OEM_STEPS,sysconfig notes-license datetime \
		preinstall net-eth root users setup-finish)
25 26
	@$(call add,BASE_PACKAGES,alterator-net-eth)
	@$(call add,BASE_PACKAGES,installer-common-stage3)
27

28 29 30 31
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)
32 33
	@$(call add,BASE_PACKAGES,alterator-pkg alterator-net-eth)
	@$(call add,BASE_PACKAGES,installer-common-stage3)