Searched hist:e414851f3eb7a9dd2af8209eac4ada307cb6ff8e (Results 1 – 1 of 1) sorted by relevance
/freebsd/stand/lua/ |
H A D | menu.lua | diff e414851f3eb7a9dd2af8209eac4ada307cb6ff8e Wed Oct 24 04:02:37 CEST 2018 Kyle Evans <kevans@FreeBSD.org> lualoader: unload upon kernel change if a kernel was previously loaded
In the majority of cases, a kernel is not loaded before we hit the menu. However, if a password is set, we'll trigger autoboot and have loadelf'd beforehand. We also need to take into account one dropping to the loader prompt and twiddling with things manually; if they try to toggle through kernels, we'll assume they mean it.
Reported by: trasz MFC after: 3 days
|