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 | |
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')
-rw-r--r-- | release/picobsd/bridge/config | 2 | ||||
-rw-r--r-- | release/picobsd/dial/config | 15 | ||||
-rw-r--r-- | release/picobsd/isp/config | 4 | ||||
-rw-r--r-- | release/picobsd/net/config | 2 | ||||
-rw-r--r-- | release/picobsd/router/config | 2 |
5 files changed, 5 insertions, 20 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" diff --git a/release/picobsd/dial/config b/release/picobsd/dial/config index 31cb90e..a61704d 100644 --- a/release/picobsd/dial/config +++ b/release/picobsd/dial/config @@ -1,15 +1,2 @@ STAND_LINKS="bin sbin usr/bin usr/sbin usr/libexec" -#PL_LOCALE_LINKS= pl polish -#US_LOCALE_LINKS= en english -MY_DEVS="std sysmouse tun2 cuaa0 cuaa1 cuaa2 vty10 fd0 pty0 \ - psm0 \ - wd0s1h wd0s2 wd0s3 wd0s4 wd1s1h wd1s2 wd1s3 wd1s4" -#.if ${LANGUAGE} == pl -#LOCALE=pl_PL.ISO8859-2 -#LOCALE_LINKS=${PL_LOCALE_LINKS} -#FONT=iso02-8x16.fnt -#KBD=pl_PL.ISO8859-2.kbd -#.else -#LOCALE=en_US.ISO8859-1 -#LOCALE_LINKS=${US_LOCALE_LINKS} -#.endif +o_no_devfs="" # we have devfs diff --git a/release/picobsd/isp/config b/release/picobsd/isp/config index c3f95b4..811460c 100644 --- a/release/picobsd/isp/config +++ b/release/picobsd/isp/config @@ -1,4 +1,2 @@ -MY_DEVS="std tun2 vty10 fd0 wd0s1h pty0 \ - cuaa0 cuaa1 cuaa2 cuaa3 cuaa4 \ - cuaa5 cuaa6 cuaa7 cuaa8 cuaa9" +o_no_devfs="" # we have devfs diff --git a/release/picobsd/net/config b/release/picobsd/net/config index 2b9d021..224cd64 100644 --- a/release/picobsd/net/config +++ b/release/picobsd/net/config @@ -1 +1 @@ -MY_DEVS="std tun2 cuaa0 cuaa1 cuaa2 vty10 fd0 ad0 pty0" +o_no_devfs="" # we have devfs diff --git a/release/picobsd/router/config b/release/picobsd/router/config index 65b65cd..224cd64 100644 --- a/release/picobsd/router/config +++ b/release/picobsd/router/config @@ -1 +1 @@ -MY_DEVS="std tun2 vty3 fd0 pty0 cuaa0 cuaa1 cuaa2" +o_no_devfs="" # we have devfs |