[Bug 274803] nextboot's handling of multiple -o is unhelpful

From: <bugzilla-noreply_at_freebsd.org>
Date: Mon, 30 Oct 2023 03:17:05 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=274803

            Bug ID: 274803
           Summary: nextboot's handling of multiple -o is unhelpful
           Product: Base System
           Version: 15.0-CURRENT
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: bin
          Assignee: bugs@FreeBSD.org
          Reporter: markj@FreeBSD.org

# nextboot -o foo=bar -o "-v"
# cat /boot/nextboot.conf 
nextboot_enable="YES"
kernel_options="foo=bar"
kernel_options="-v"
#

So the last option wins.  It would be nice to document that, or even better,
perhaps make -o append to the previous value.

-- 
You are receiving this mail because:
You are the assignee for the bug.