mirror of
https://github.com/linuxboot/heads.git
synced 2024-12-18 20:47:55 +00:00
initrd/bin/reboot: BugFix in nv41/ns50 condition check to call nitropad-shutdown.sh (otherwise output error on console for improper condition in ash
Signed-off-by: Thierry Laurion <insurgo@riseup.net>
This commit is contained in:
parent
7f5d9700b7
commit
9c3fb35358
@ -18,8 +18,8 @@ if [ "$CONFIG_TPM" = "y" ]; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
# Run special EC-based poweroff for Nitropad-Nxx
|
# Run special EC-based poweroff for Nitropad-Nxx
|
||||||
if [ "${CONFIG_BOARD%_*}" = nitropad-nv41 || "${CONFIG_BOARD%_*}" = nitropad-ns51 ]; then
|
if [ "${CONFIG_BOARD%_*}" = nitropad-nv41 ] || [ "${CONFIG_BOARD%_*}" = nitropad-ns51 ]; then
|
||||||
/bin/nitropad-shutdown.sh
|
/bin/nitropad-shutdown.sh
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Sync all mounted filesystems
|
# Sync all mounted filesystems
|
||||||
|
Loading…
Reference in New Issue
Block a user