mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Change contents of the exec variable in loader.conf to be friendly to both
Ficl/Forth and Lua. No visible change for Forth while enabling Lua support. Submitted by: rpaulo
This commit is contained in:
parent
8f9bc4e2ba
commit
12dc00e4ed
1 changed files with 1 additions and 1 deletions
|
|
@ -12,7 +12,7 @@
|
|||
### Basic configuration options ############################
|
||||
##############################################################
|
||||
|
||||
exec=".( Loading /boot/defaults/loader.conf ) cr"
|
||||
exec="echo Loading /boot/defaults/loader.conf"
|
||||
|
||||
kernel="kernel" # /boot sub-directory containing kernel and modules
|
||||
bootfile="kernel" # Kernel name (possibly absolute path)
|
||||
|
|
|
|||
Loading…
Reference in a new issue