aboutsummaryrefslogtreecommitdiff
path: root/stand/efi/loader/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'stand/efi/loader/main.c')
-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)