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:
Devin Teske 2015-03-31 21:46:44 +00:00
parent 8f9bc4e2ba
commit 12dc00e4ed

View File

@ -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)