mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Setting dump device from loader(8) has not been supported since 2002.
This commit is contained in:
parent
e946ee1355
commit
ced68b5b2c
2 changed files with 0 additions and 8 deletions
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
||||
##############################################################
|
||||
|
|
|
|||
Loading…
Reference in a new issue