We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent baa48e0 commit f4053dbCopy full SHA for f4053db
initrd/bin/poweroff
@@ -8,6 +8,11 @@ if [ "$CONFIG_TPM" = "y" ]; then
8
tpmr shutdown
9
fi
10
11
+# Run special EC-based poweroff for Nitropad-Nxx
12
+if [ "${CONFIG_BOARD%_*}" = nitropad-nv41 || "${CONFIG_BOARD%_*}" = nitropad-ns51 ]; then
13
+ /bin/nitropad-shutdown.sh
14
+fi
15
+
16
# Sync all mounted filesystems
17
echo s > /proc/sysrq-trigger
18
initrd/bin/reboot
0 commit comments