Currently, when bhyveload(8) fails to boot the guest,
it drops into the loader prompt waiting for user input.
This behaviour is inconvenient when using bhyveload(8) from
scripts.
Address by adding the '-n' option to enable non-interactive mode.
When enabled, bhyveload(8) will exit with code 1 if the
loader requests user input.
PR: 286289