We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20d1ed4 commit 7b0b44eCopy full SHA for 7b0b44e
installer/x86_64/dell-s6000-replace-reboot.sh
@@ -11,6 +11,8 @@ echo 0 > /sys/class/gpio/gpio1/value
11
echo 0 > /sys/class/gpio/gpio2/value
12
13
# 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
16
rm /sbin/reboot
17
cat <<EOF >> /sbin/reboot
18
#!/bin/sh
0 commit comments