From b0f8a2e96e723cfbf60e4e3ec112cebd366a9771 Mon Sep 17 00:00:00 2001 From: asomers Date: Thu, 19 Jan 2017 16:07:52 +0000 Subject: MFC r310417 Add a dumpdev example to /boot/defaults/loader.conf --- sys/boot/forth/loader.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/sys/boot/forth/loader.conf b/sys/boot/forth/loader.conf index d17d335..17ec4cf 100644 --- a/sys/boot/forth/loader.conf +++ b/sys/boot/forth/loader.conf @@ -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 -- cgit v1.1