mirror of
https://github.com/opnsense/src.git
synced 2026-06-10 17:22:46 -04:00
Currently, there is a race condition where the Makefile sh invocation of 'bhyveload -c stdio' exits before receiving any user input in the bootloader (e.g. in the form of a user typically pressing <enter>), causing the 'expect' script to wrongly spawn the 'bhyve' invocation while still in the bootloader. This patch wraps bhyveload in expect(1) to ensure that stdio is correctly consumed before the process exits. Signed-off-by: Siva Mahadevan <me@svmhdvn.name> Sponsored by: The FreeBSD Foundation Pull Request: https://github.com/freebsd/freebsd-src/pull/1757 |
||
|---|---|---|
| .. | ||
| tools | ||
| Makefile | ||
| Makefile.aarch64 | ||
| Makefile.amd64 | ||
| Makefile.armv7 | ||
| Makefile.powerpc64 | ||
| Makefile.powerpc64le | ||
| Makefile.riscv64 | ||