diff options
| author | Roger Hardiman <roger@FreeBSD.org> | 1999-06-14 16:48:23 +0000 |
|---|---|---|
| committer | Roger Hardiman <roger@FreeBSD.org> | 1999-06-14 16:48:23 +0000 |
| commit | a48da6e82ec7d9cb5a80f5e2a2d3ba7b9999ebb4 (patch) | |
| tree | 03a49ae7a331e2bed6b98482d6239c15aa0bfa4f /release/picobsd | |
| parent | d7e03a941e50877a5cb143807f2534f41e30acb1 (diff) | |
Notes
Diffstat (limited to 'release/picobsd')
| -rwxr-xr-x | release/picobsd/dial/lang/update.pl | 4 | ||||
| -rw-r--r-- | release/picobsd/net/lang/README.en | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/release/picobsd/dial/lang/update.pl b/release/picobsd/dial/lang/update.pl index d462b9f84089..eedc7a4f7ca8 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 2d358de0a937..d2482aeed561 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: |
