sonic-buildimage/platform/broadcom/sonic-platform-modules-dell/debian/platform-modules-z9332f.postinst
srideepDell 4458efbd71 DellEMC: Add support for new platform z9332f -32x400G (#3845)
* Switch Vendor: DellEMC
* Switch SKU: z9332F
* ASIC Vendor: Broadcom
* Swich ASIC: tomahawk3
* Port Configuration: 32x400G
* SONiC Image: sonic-broadcom.bin

* Changes Include ipmitool implementation for platform_sensors script is inclued in pmon startup
2019-12-17 15:26:23 -08:00

11 lines
190 B
Plaintext

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