f01076ea2a
Why I did it Added Support for Dell EMC S5212f platform How I did it Implemented the support for Dell EMC S5212f platform Platform: x86_64-dellemc_s5212f_c3538-r0 HwSKU: DellEMC-S5212f-P-25G ASIC: broadcom ASIC Count: 1 How to verify it Verified the show command outputs
11 lines
190 B
Plaintext
11 lines
190 B
Plaintext
# postinst script for S5212f
|
|
|
|
# Enable Dell-S5212f-platform-service
|
|
depmod -a
|
|
systemctl enable platform-modules-s5212f.service
|
|
systemctl start platform-modules-s5212f.service
|
|
|
|
|
|
#DEBHELPER#
|
|
|