2013-06-21 22:37:21 +04:00
use/oem : use /services use /branding
@$( call add_feature)
2020-06-30 12:17:18 +03:00
@$( call add,DEFAULT_SERVICES_ENABLE,messagebus alteratord)
2013-06-21 22:37:21 +04:00
@$( call add,THE_PACKAGES,alterator-setup alterator-notes)
2020-08-21 16:23:48 +03:00
@$( call add,THE_PACKAGES,rootfs-installer-features)
2013-06-21 22:37:21 +04:00
@$( call add,THE_BRANDING,alterator notes)
2020-06-30 12:17:18 +03:00
@$( call try,OEM_TARGET,setup)
@$( call add,DEFAULT_SERVICES_ENABLE,$$ ( OEM_TARGET) )
@$( call xport,OEM_TARGET)
2020-10-01 17:01:29 +03:00
@$( call xport,OEM_NO_CLEANUP)
2020-11-05 21:43:12 +03:00
@$( call xport,OEM_STEPS)
2020-12-04 17:59:15 +03:00
@$( call xport,OEM_INSTALL)
2020-06-30 12:17:18 +03:00
2020-07-03 00:56:33 +03:00
use/oem/vnc : use /oem use /x 11-vnc use /net -eth /dhcp
2020-06-30 12:17:18 +03:00
@$( call add,THE_PACKAGES,alterator-setup-x11vnc)
@$( call set,OEM_TARGET,setup-vnc)
2020-07-03 00:56:33 +03:00
@$( call set,NMCTL,no)
@$( call xport,NMCTL)
2020-10-01 17:01:29 +03:00
use/oem/no-cleanup : use /oem
@$( call set,OEM_NO_CLEANUP,yes)
2020-12-04 17:59:15 +03:00
2021-02-18 15:47:04 +03:00
use/oem/distro : use /oem
@$( call try,OEM_STEPS,sysconfig notes-license datetime \
preinstall net-eth root users setup-finish)
@$( call add,THE_PACKAGES,alterator-net-eth)
2020-12-04 17:59:15 +03:00
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)