sonic-buildimage/platform/broadcom/sonic-platform-modules-dell/debian/platform-modules-z9432f.postinst
arunlk-dell 756de913cb
DellEMC: Initial commit for Z9432F platform (#10640)
Why I did it
Added support for the device Z9432F

How I did it
Implemented the support for the platform Z9432F

Switch Vendor: DellEMC
Switch SKU: Z9432F-ON
ASIC Vendor: Broadcom
SONiC Image: sonic-broadcom.bin
2022-06-15 09:39:41 -07:00

11 lines
190 B
Plaintext

# postinst script for Z9432f
# Enable Dell-Z9432f-platform-service
depmod -a
systemctl enable platform-modules-z9432f.service
systemctl start platform-modules-z9432f.service
#DEBHELPER#