diff options
author | Luigi Rizzo <luigi@FreeBSD.org> | 2002-03-09 08:17:40 +0000 |
---|---|---|
committer | Luigi Rizzo <luigi@FreeBSD.org> | 2002-03-09 08:17:40 +0000 |
commit | a10032481971bf242ee73876a81fbce0c15a0ac4 (patch) | |
tree | cb7123b8e978ec2d7e608510f683f9ebba85ef6a /release/picobsd/bridge/config | |
parent | c445626ad37d4c677aebcc76cdd265c4830fbf0d (diff) | |
download | src-a10032481971bf242ee73876a81fbce0c15a0ac4.tar.gz src-a10032481971bf242ee73876a81fbce0c15a0ac4.zip |
Make this fit again into a 1.44 floppy.
We had to give up DDB and grep this time...
Add a hint in "config" on how to increase the image size so
we can stuff more things in the image (mostly for use on a CDROM).
Notes
Notes:
svn path=/head/; revision=91938
Diffstat (limited to 'release/picobsd/bridge/config')
-rw-r--r-- | release/picobsd/bridge/config | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/release/picobsd/bridge/config b/release/picobsd/bridge/config index 55c330391b1a..af0b5a211fa0 100644 --- a/release/picobsd/bridge/config +++ b/release/picobsd/bridge/config @@ -3,3 +3,4 @@ # by the shell much like rc.conf* files MY_DEVS="std tun2 vty10 fd0 ad0 pty0 cuaa0 cuaa1 bpf0 bpf1 bpf2" +#fd_size="2880" |