diff options
| author | Craig Rodrigues <rodrigc@FreeBSD.org> | 2011-07-25 21:52:17 +0000 |
|---|---|---|
| committer | Craig Rodrigues <rodrigc@FreeBSD.org> | 2011-07-25 21:52:17 +0000 |
| commit | ded85b30377d2aaaa4bd83a91a5b892615a389da (patch) | |
| tree | 7d820cb14f6f7dd433b44fa90e29d8c9e6de1343 /sys/boot/forth | |
| parent | 42f227047589d03c5a27339cbf7aa2aee6b9553e (diff) | |
Notes
Diffstat (limited to 'sys/boot/forth')
| -rw-r--r-- | sys/boot/forth/loader.conf | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sys/boot/forth/loader.conf b/sys/boot/forth/loader.conf index 759d62cf3fd2..46a1bbefbe8e 100644 --- a/sys/boot/forth/loader.conf +++ b/sys/boot/forth/loader.conf @@ -55,6 +55,11 @@ 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 +#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 + # is out of range ( < 8 || > 9008 ) an error is + # returned. ############################################################## |
