diff options
| author | Alan Somers <asomers@FreeBSD.org> | 2016-12-22 15:48:54 +0000 |
|---|---|---|
| committer | Alan Somers <asomers@FreeBSD.org> | 2016-12-22 15:48:54 +0000 |
| commit | a2b25bfbbab43cf01d8acb3ef4cda1f3e4a218be (patch) | |
| tree | 9cb26da4345a32c17e176be5e3b7975ea9b0c249 /sys/boot/forth | |
| parent | 338af8a097e39a6c315a9986b46916aecd9c05d5 (diff) | |
Notes
Diffstat (limited to 'sys/boot/forth')
| -rw-r--r-- | sys/boot/forth/loader.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/boot/forth/loader.conf b/sys/boot/forth/loader.conf index d17d33580db6b..17ec4cfeacfbc 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 |
