Skip to content

Commit 7b0b44e

Browse files
committed
(comment)
1 parent 20d1ed4 commit 7b0b44e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

installer/x86_64/dell-s6000-replace-reboot.sh

+2
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ echo 0 > /sys/class/gpio/gpio1/value
1111
echo 0 > /sys/class/gpio/gpio2/value
1212

1313
# replace the original reboot binary with the following command
14+
# sync flushes file system buffers
15+
# i2cset command triggers a hard system reboot, required by ASIC to operate correctly
1416
rm /sbin/reboot
1517
cat <<EOF >> /sbin/reboot
1618
#!/bin/sh

0 commit comments

Comments
 (0)