K 10 svn:author V 6 kevans K 8 svn:date V 27 2018-04-06T15:19:48.539770Z K 7 svn:log V 385 lualoader: Fix menu skipping with loader.conf(5) vars Earlier efforts to stop loading the menu broke the ability to skip the menu with, e.g., beastie_disable in loader.conf(5) as it was decided before configuration was read. Defer bringing in the menu module until we've loaded configuration so that we can make a more informed decision on whether the menu should be skipped or not. END