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
@ -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 New Issue
Block a user