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.
2 parents 7025031 + fd98c8d commit 96b619bCopy full SHA for 96b619b
3 files changed
initrd/bin/nitropad-shutdown.sh
initrd/bin/poweroff
@@ -8,11 +8,6 @@ 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-ns50" ]; then
13
- /bin/nitropad-shutdown.sh
14
-fi
15
-
16
# Sync all mounted filesystems
17
echo s > /proc/sysrq-trigger
18
initrd/bin/reboot
@@ -17,11 +17,6 @@ if [ "$CONFIG_TPM" = "y" ]; then
19
20
21
22
23
24
25
26
27
0 commit comments