[Nokia-7215-T1] Disable sysrq-trigger from platform init (#18161) (#18210)

Co-authored-by: Pavan-Nokia <120486223+Pavan-Nokia@users.noreply.github.com>
This commit is contained in:
mssonicbld 2024-02-29 03:00:03 +08:00 committed by GitHub
parent bc1bc0f019
commit 55da4fa52c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -30,6 +30,9 @@ nokia_7215_profile()
# Install kernel drivers required for i2c bus access
load_kernel_drivers
# Disable sysrq-trigger
echo 0 > /proc/sys/kernel/sysrq
# LOGIC to enumerate SFP eeprom devices - send 0x50 to kernel i2c driver - initialize devices
# the mux may be enumerated at number 4 or 5 so we check for the mux and skip if needed