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>
11 lines
433 B
Makefile
11 lines
433 B
Makefile
# sonic broadcom raw image installer
|
|
|
|
SONIC_RAW_IMAGE = sonic-broadcom.raw
|
|
$(SONIC_RAW_IMAGE)_MACHINE = broadcom
|
|
$(SONIC_RAW_IMAGE)_IMAGE_TYPE = raw
|
|
$(SONIC_RAW_IMAGE)_INSTALLS += $(BRCM_OPENNSL_KERNEL)
|
|
$(SONIC_RAW_IMAGE)_INSTALLS += $(SYSTEMD_SONIC_GENERATOR)
|
|
$(SONIC_RAW_IMAGE)_LAZY_INSTALLS += $($(SONIC_ONE_IMAGE)_LAZY_INSTALLS)
|
|
$(SONIC_RAW_IMAGE)_DOCKERS += $(SONIC_INSTALL_DOCKER_IMAGES)
|
|
SONIC_INSTALLERS += $(SONIC_RAW_IMAGE)
|