From dcd7d9b7b7beabe040a398c9b459b1cae9361a47 Mon Sep 17 00:00:00 2001 From: Maxim Sobolev Date: Mon, 21 Jan 2002 01:16:11 +0000 Subject: Allow dump device be configured as early as possible using loader(8) tunable. This allows obtaining crash dumps from the panics occured during late stages of kernel initialisation before system enters into single-user mode. MFC after: 2 weeks --- sys/boot/forth/loader.conf | 1 + 1 file changed, 1 insertion(+) (limited to 'sys/boot/forth') diff --git a/sys/boot/forth/loader.conf b/sys/boot/forth/loader.conf index 7256ea637483..e04aa4a1c7c6 100644 --- a/sys/boot/forth/loader.conf +++ b/sys/boot/forth/loader.conf @@ -64,6 +64,7 @@ module_path="/boot/kernel;/boot/modules;/modules" # Set the module search path #boot_verbose="NO" # Causes extra debugging information to be printed #init_path="/sbin/init:/sbin/oinit:/sbin/init.bak:/stand/sysinstall" # Sets the list of init candidates +#dumpdev="ad0s1b" # Set device for crash dumps ############################################################## -- cgit v1.3