Date: Fri, 18 Jan 2019 16:16:52 +0000 From: bugzilla-noreply@freebsd.org To: bugs@FreeBSD.org Subject: [Bug 235040] Lua-based loader(8) does not pick up /boot/loader.rc.local Message-ID: <bug-235040-227-g7yv7dWUWF@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-235040-227@https.bugs.freebsd.org/bugzilla/> References: <bug-235040-227@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D235040 Kyle Evans <kevans@freebsd.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |imp@FreeBSD.org --- Comment #1 from Kyle Evans <kevans@freebsd.org> --- (In reply to Alexey Dokuchaev from comment #0) Hi, Indeed, because reading loader.rc.local is a little bit of a rabbit hole. We could try to have some limited support by trying to process loader.rc.local= as a series of loader commands, but the file is historically parsed as 4th so = we can't claim to completely support it. The loader-independent way to do this is probably best done with the `exec` loader.conf(5) variable. e.g. exec=3D"gop set 0" exec=3D"gop set 2" ... but ideally we would have loader.conf(5) variables for these kinds of thing= s to trim down the interpreter-dependent things being done by a standard sysadmin/user that isn't trying to modify core boot/menu behavior. --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-235040-227-g7yv7dWUWF>