diff options
Diffstat (limited to 'sys/boot/forth/loader.4th')
-rw-r--r-- | sys/boot/forth/loader.4th | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/boot/forth/loader.4th b/sys/boot/forth/loader.4th index 3349c1f..8ffb02d 100644 --- a/sys/boot/forth/loader.4th +++ b/sys/boot/forth/loader.4th @@ -134,6 +134,7 @@ only forth definitions also support-functions : start ( -- ) ( throws: abort & user-defined ) s" /boot/defaults/loader.conf" initialize include_conf_files + include_nextboot_file \ Will *NOT* try to load kernel and modules if no configuration file \ was succesfully loaded! any_conf_read? if @@ -151,6 +152,7 @@ only forth definitions also support-functions : initialize ( -- flag ) s" /boot/defaults/loader.conf" initialize include_conf_files + include_nextboot_file any_conf_read? ; |