diff options
author | luigi <luigi@FreeBSD.org> | 2002-03-10 21:12:23 +0000 |
---|---|---|
committer | luigi <luigi@FreeBSD.org> | 2002-03-10 21:12:23 +0000 |
commit | 837ffe445131940cca1a02b0c9ca020fc0603f0f (patch) | |
tree | 89048e43aa044fe11591f81ba24990778a053e28 /release/picobsd/bridge | |
parent | bf24f7e68a8bfe983299820a4f3fe66cf046250f (diff) | |
download | FreeBSD-src-837ffe445131940cca1a02b0c9ca020fc0603f0f.zip FreeBSD-src-837ffe445131940cca1a02b0c9ca020fc0603f0f.tar.gz |
CURRENT has devfs, so we do not need to specify what devices we
want on the MFS image. Update the config files accordingly.
Diffstat (limited to 'release/picobsd/bridge')
-rw-r--r-- | release/picobsd/bridge/config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/release/picobsd/bridge/config b/release/picobsd/bridge/config index af0b5a2..1d0a5f5 100644 --- a/release/picobsd/bridge/config +++ b/release/picobsd/bridge/config @@ -2,5 +2,5 @@ # it should only contain variable definitions -- it is sourced # by the shell much like rc.conf* files -MY_DEVS="std tun2 vty10 fd0 ad0 pty0 cuaa0 cuaa1 bpf0 bpf1 bpf2" +o_no_devfs="" # we have devfs. #fd_size="2880" |