aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Jones <thj@FreeBSD.org>2025-07-04 06:37:19 +0000
committerTom Jones <thj@FreeBSD.org>2025-07-04 06:37:31 +0000
commitd72c74a6c52cd382c5aaf8f28b5f94e102140a6d (patch)
tree5a459fee9ddf9eec8da0c000dd6c10a2f37e9483
parent228b43c258d24c293b135ae94c120e7ccf0a7aea (diff)
-rw-r--r--stand/efi/loader/main.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/stand/efi/loader/main.c b/stand/efi/loader/main.c
index 70cdfb2e9328..3ef418d20df3 100644
--- a/stand/efi/loader/main.c
+++ b/stand/efi/loader/main.c
@@ -1547,6 +1547,7 @@ command_seed_entropy(int argc, char *argv[])
}
COMMAND_SET(poweroff, "poweroff", "power off the system", command_poweroff);
+COMMAND_SET(halt, "halt", "power off the system", command_poweroff);
static int
command_poweroff(int argc __unused, char *argv[] __unused)