Update to PicoBSD 0.44 from RELENG_3

This commit is contained in:
Roger Hardiman 1999-06-14 16:48:23 +00:00
parent d7e03a941e
commit a48da6e82e
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=47908
2 changed files with 5 additions and 5 deletions

View File

@ -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}

View File

@ -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: