From 12dc00e4edde0893f31aea74a765d1a9eeb21004 Mon Sep 17 00:00:00 2001 From: Devin Teske Date: Tue, 31 Mar 2015 21:46:44 +0000 Subject: [PATCH] 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 --- sys/boot/forth/loader.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/boot/forth/loader.conf b/sys/boot/forth/loader.conf index 337f5dd38a8..573a06a7561 100644 --- a/sys/boot/forth/loader.conf +++ b/sys/boot/forth/loader.conf @@ -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)