b617ffd88c
Modify to use pre_pddf_init.sh to check eeprom is 0x57 or 0x56. Signed-off-by: Jostar Yang <jostar_yang@accton.com.tw>
11 lines
426 B
Plaintext
11 lines
426 B
Plaintext
# Special arrangement to make PDDF mode default
|
|
# Disable monitor, monitor-fan, monitor-psu (not enabling them would imply they will be disabled by default)
|
|
# Enable pddf-platform-monitor
|
|
|
|
depmod -a
|
|
#systemctl daemon-reload
|
|
systemctl enable pddf-platform-init.service
|
|
systemctl start pddf-platform-init.service
|
|
systemctl enable as9716-32d-pddf-platform-monitor.service
|
|
systemctl start as9716-32d-pddf-platform-monitor.service
|