Re: [PATCH] bhyve: implement timeout for bhyveload

2025-07-21 Thread Michal Prívozník via Devel
On 7/19/25 13:30, Roman Bogorodskiy wrote: > The bhyveload(8) command does not have a native non-interactive mode. > It means that in case of errors, e.g. invalid boot media, it > just drops into a loader prompt and waits for user input. This behaviour > makes it tricky for users to understand what

[PATCH] bhyve: implement timeout for bhyveload

2025-07-19 Thread Roman Bogorodskiy
The bhyveload(8) command does not have a native non-interactive mode. It means that in case of errors, e.g. invalid boot media, it just drops into a loader prompt and waits for user input. This behaviour makes it tricky for users to understand what's going on. To address that, run it with the time