Skip to content

Commit 5e8e658

Browse files
authored
[Nokia][chassis] Update Nokia-IXR7250E chassis device data (sonic-net#21703)
-- No need to remove /sys/firmware/efi/efivars/dump* in the platf_reboot since pstore has handled it in 202405 branch Signed-off-by: mlok <marty.lok@nokia.com>
1 parent 360d425 commit 5e8e658

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

device/nokia/x86_64-nokia_ixr7250e_36x400g-r0/platform_reboot

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,6 @@ sleep 2
4444
echo "w" > /dev/watchdog
4545
kick_date=`date -u`
4646
echo "last watchdog kick $kick_date" > /var/log/nokia-watchdog-last.log
47-
rm -f /sys/firmware/efi/efivars/dump-*
47+
# rm -f /sys/firmware/efi/efivars/dump-*
4848
sync
4949
exec /sbin/reboot $@

device/nokia/x86_64-nokia_ixr7250e_sup-r0/platform_reboot

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ sleep 2
3333
echo "w" > /dev/watchdog
3434
kick_date=`date -u`
3535
echo "last watchdog kick $kick_date" > /var/log/nokia-watchdog-last.log
36-
rm -f /sys/firmware/efi/efivars/dump-*
36+
# rm -f /sys/firmware/efi/efivars/dump-*
3737
echo "Shutdown midplane"
3838
ifconfig xe0 down
3939
sync

0 commit comments

Comments
 (0)