sonic-buildimage/platform/broadcom/sonic-platform-modules-dell/debian/platform-modules-s5232f.postinst
srideepDell 0695a6449f [devices]: Add a new supported device DellEMC s5232f (#3090)
* Switch Vendor: DellEMC
    * Switch SKU: s5232F
    * ASIC Vendor: Broadcom
    * Swich ASIC: Trident3
    * Port Configuration: 32x100G
    * SONiC Image: sonic-broadcom.bin

    * LED support for s5232f
    * Changes Include ipmitool implementation for platform_sensors script is inclued in pmon startup
    * Added 100G,25G,10G configruation ( 100G is default).
2019-06-28 21:40:50 -07:00

11 lines
190 B
Plaintext

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