From d0eb8c13d55459083b73050793dfcbd55a7d3dde Mon Sep 17 00:00:00 2001 From: Mike Smith Date: Tue, 7 Dec 1999 18:35:58 +0000 Subject: [PATCH] Update the sample for $init_path to reflect the kernel default. --- sys/boot/forth/loader.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sys/boot/forth/loader.conf b/sys/boot/forth/loader.conf index f1af6516a34..3a46f6c88c4 100644 --- a/sys/boot/forth/loader.conf +++ b/sys/boot/forth/loader.conf @@ -62,7 +62,8 @@ bitmap_type="splash_image_data" #boot_single="NO" # Start system in single-user mode #boot_userconfig="NO" # Run kernel's interactive device configuration program #boot_verbose="NO" # Causes extra debugging information to be printed -#init_path="/sbin/init" # Sets the list of init candidates +#init_path="/sbin/init:/sbin/oinit:/sbin/init.bak:/stand/sysinstall" + # Sets the list of init candidates ##############################################################