summaryrefslogtreecommitdiffstats
path: root/release/picobsd
diff options
context:
space:
mode:
authorroger <roger@FreeBSD.org>1999-06-14 16:48:23 +0000
committerroger <roger@FreeBSD.org>1999-06-14 16:48:23 +0000
commit935b9e8f36faf61de406a6d79d7db94edbef659f (patch)
treea3c9a4d3f109a42dd1f957752753a7044be82c44 /release/picobsd
parent1d10595f4f175e7891a2ac8e53d6962a14c9259d (diff)
downloadFreeBSD-src-935b9e8f36faf61de406a6d79d7db94edbef659f.zip
FreeBSD-src-935b9e8f36faf61de406a6d79d7db94edbef659f.tar.gz
Update to PicoBSD 0.44 from RELENG_3
Diffstat (limited to 'release/picobsd')
-rwxr-xr-xrelease/picobsd/dial/lang/update.pl4
-rw-r--r--release/picobsd/net/lang/README.en6
2 files changed, 5 insertions, 5 deletions
diff --git a/release/picobsd/dial/lang/update.pl b/release/picobsd/dial/lang/update.pl
index d462b9f..eedc7a4 100755
--- a/release/picobsd/dial/lang/update.pl
+++ b/release/picobsd/dial/lang/update.pl
@@ -1,5 +1,5 @@
#!/bin/sh
-# $Id: update.pl,v 1.1.1.1 1998/08/27 17:38:42 abial Exp $
+# $Id: update.pl,v 1.2.2.1 1999/05/07 10:02:42 abial Exp $
pwd=`pwd`
echo -n "Uaktualniam katalog /etc na dyskietce... "
mount /dev/fd0a /start_floppy
@@ -14,7 +14,7 @@ cd /etc
cp -Rp . /start_floppy/etc/
echo " Zrobione."
echo -n "Uaktualniam parametry jądra..."
-kget /start_floppy/kernel.config
+kget /start_floppy/boot/kernel.conf
umount /dev/fd0a
cd /etc
cd ${pwd}
diff --git a/release/picobsd/net/lang/README.en b/release/picobsd/net/lang/README.en
index 2d358de..d2482ae 100644
--- a/release/picobsd/net/lang/README.en
+++ b/release/picobsd/net/lang/README.en
@@ -25,9 +25,9 @@ What are minimal requirements?
* Modem sitting on COM1-COM4 (default is to use COM2), if you want to have
a PPP connection.
* Network card: compatible with NE2000, PCI Intel, 3Com 3c509 or with DEC
- chipsets (ed, ep, fxp and de drivers). The kernel supports two of them
- (i.e. 7 total) plus two PPP connections (tun interfaces). So you can
- easily build something like router with as many as 9 outlets :-)
+ chipsets (ed, ep, fxp and de drivers). The kernel supports two of each
+ ISA (i.e. +6 total) plus two PPP connections (tun interfaces). So you can
+ easily build something like router with as many as 8 outlets :-)
For detailed description and list of supported hardware see the original
documentation, or:
OpenPOWER on IntegriCloud