svn commit: r329631 - head/stand/lua

Kyle Evans kevans at FreeBSD.org
Tue Feb 20 05:12:41 UTC 2018


Author: kevans
Date: Tue Feb 20 05:12:39 2018
New Revision: 329631
URL: https://svnweb.freebsd.org/changeset/base/329631

Log:
  stand/lua: Insert helpful comment for drawer.branddefs

Modified:
  head/stand/lua/drawer.lua

Modified: head/stand/lua/drawer.lua
==============================================================================
--- head/stand/lua/drawer.lua	Tue Feb 20 05:11:17 2018	(r329630)
+++ head/stand/lua/drawer.lua	Tue Feb 20 05:12:39 2018	(r329631)
@@ -173,6 +173,8 @@ orb = {
 none = {""};
 
 drawer.branddefs = {
+	-- Indexed by valid values for loader_brand in loader.conf(5). Valid
+	-- keys are: graphic (table depicting graphic)
 	["fbsd"] = {
 		graphic = fbsd_logo,
 	},


More information about the svn-src-head mailing list