mirror of
https://github.com/opnsense/src.git
synced 2026-04-22 14:49:36 -04:00
Add a dumpdev example to /boot/defaults/loader.conf
Submitted by: rgrimes MFC after: 4 weeks Sponsored by: Spectra Logic Corp
This commit is contained in:
parent
338af8a097
commit
a2b25bfbba
1 changed files with 1 additions and 0 deletions
|
|
@ -101,6 +101,7 @@ module_path="/boot/modules" # Set the module search path
|
|||
#prompt="\\${interpret}" # Set the command prompt
|
||||
#root_disk_unit="0" # Force the root disk unit number
|
||||
#rootdev="disk1s1a" # Set the root filesystem
|
||||
#dumpdev="disk1s1b" # Set a dump device early in the boot process
|
||||
#tftp.blksize="1428" # Set the RFC 2348 TFTP block size.
|
||||
# If the TFTP server does not support RFC 2348,
|
||||
# the block size is set to 512. If the value
|
||||
|
|
|
|||
Loading…
Reference in a new issue