grehan-freebsd / grub2-bhyve

GNU General Public License v3.0
51 stars 21 forks source link

check for TERM not set #9

Closed swills closed 4 years ago

swills commented 5 years ago

I ran into an issue where grub-bhyve was spinning using 100% cpu for me, which eventually lead me to discover this commit:

https://github.com/churchers/vm-bhyve/commit/24b6b35c2521cc3a40319a0beef5ceb8c64d1b1f

and to do something similar. Perhaps grub-bhyve should be changed to check for TERM not being set and default to xterm or complain to the user?

grehan-freebsd commented 4 years ago

That does indeed seem an issue. Let me see if I can come up with a simple fix.