From 3aefe6759669bbadeb1a24a8956bf222ce279c68 Mon Sep 17 00:00:00 2001 From: Gleb Smirnoff Date: Mon, 19 Feb 2024 19:51:22 -0800 Subject: [PATCH] nextboot: fix typo that merged two args into one Fixes: fd6d47375a78fbf0737012b7cc11180291781e8b --- sbin/reboot/reboot.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sbin/reboot/reboot.c b/sbin/reboot/reboot.c index d215255487a..7ea4d50eaf7 100644 --- a/sbin/reboot/reboot.c +++ b/sbin/reboot/reboot.c @@ -79,7 +79,7 @@ zfsbootcfg(const char *pool, bool force) "-n", "freebsd:nvstore", "-k", - "nextboot_enable" + "nextboot_enable", "-v", "YES", NULL