Commit graph

4 commits

Author SHA1 Message Date
Warner Losh
2c040e3473 luaboot: visible must be a function
Visible needs to be a function. Looks like I tested the wrong thing.

(cherry picked from commit 556e66b7b0)
2023-01-24 14:49:16 -07:00
Warner Losh
0f4dfa3fd4 loader: create a generic vendor sub-menu place holder
Add a dummy vendor menu entry on the main welcome menu. Vendors can override
this in their local.lua file to create whatever sub-menu they need for their
products.

Also fix the adding a 'welcome' entry as well based on a suggestion from Kyle.
Silly option menu code also from Kyle. They seem to work for me, but any
transcription error is likely mine.

Reviewed by: kevans@ (the vendor stuff)

(cherry picked from commit e7ccd5b418)
2023-01-24 14:49:16 -07:00
Kyle Evans
4b3c64f722 Remove "All Rights Reserved" on files that I hold sole copyright on
See r333391 for more detail; in summary: it holds no weight and may be
removed.
2018-05-09 16:44:19 +00:00
Kyle Evans
f520b4afd2 Add menu.lua(8), but do not add to distribution
Distribution will be done after all of the lualoader manpages are created.

Reviewed by:	rpokala
Differential Revision:	https://reviews.freebsd.org/D14480
2018-03-02 05:36:04 +00:00