summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2004-09-30 15:27:37 +0000
committerru <ru@FreeBSD.org>2004-09-30 15:27:37 +0000
commit25eaf9d98a6f291bbb9394b5b60bf666ef94b149 (patch)
treea5c29c295d96e25969819ab5f423334f8f48563d /sys
parentf4c1d5275dd61eabd8c17493871acfab71b620e0 (diff)
downloadFreeBSD-src-25eaf9d98a6f291bbb9394b5b60bf666ef94b149.zip
FreeBSD-src-25eaf9d98a6f291bbb9394b5b60bf666ef94b149.tar.gz
Setting dump device from loader(8) has not been supported since 2002.
Diffstat (limited to 'sys')
-rw-r--r--sys/boot/common/loader.87
-rw-r--r--sys/boot/forth/loader.conf1
2 files changed, 0 insertions, 8 deletions
diff --git a/sys/boot/common/loader.8 b/sys/boot/common/loader.8
index 2a33468..9686c9b 100644
--- a/sys/boot/common/loader.8
+++ b/sys/boot/common/loader.8
@@ -409,13 +409,6 @@ when the kernel is booted.
This can be overridden by setting
.Va rootdev
explicitly.
-.It Va dumpdev
-The name of a device where the kernel can save a crash dump in case
-of a panic.
-This automatically sets the
-.Va kern.dumpdev
-.Xr sysctl 3
-MIB variable.
.El
.Pp
Other variables are used to override kernel tunable parameters.
diff --git a/sys/boot/forth/loader.conf b/sys/boot/forth/loader.conf
index 4b2630e..6158948 100644
--- a/sys/boot/forth/loader.conf
+++ b/sys/boot/forth/loader.conf
@@ -73,7 +73,6 @@ module_path="/boot/modules" # Set the module search path
#boot_verbose="" # 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
##############################################################
OpenPOWER on IntegriCloud