7271fe598f
- What I did Move the enabling of Systemd services from sonic_debian_extension to a new systemd generator - How I did it Create a new systemd generator to manually create symlinks to enable systemd services Add rules/Makefile to build generator Add services to be enabled to /etc/sonic/generated_services.conf to be read by the generator at boot time Signed-off-by: Lawrence Lee <t-lale@microsoft.com>
9 lines
328 B
Makefile
9 lines
328 B
Makefile
# sonic aboot installer
|
|
|
|
SONIC_GENERIC_ABOOT_IMAGE = sonic-aboot-generic.swi
|
|
$(SONIC_GENERIC_ABOOT_IMAGE)_MACHINE = generic
|
|
$(SONIC_GENERIC_ABOOT_IMAGE)_IMAGE_TYPE = aboot
|
|
$(SONIC_GENERIC_ABOOT_IMAGE)_INSTALLS += $(SYSTEMD_SONIC_GENERATOR)
|
|
$(SONIC_GENERIC_ABOOT_IMAGE)_DOCKERS =
|
|
SONIC_INSTALLERS += $(SONIC_GENERIC_ABOOT_IMAGE)
|