Update to PicoBSD 0.44 from RELENG_3
This commit is contained in:
parent
d7e03a941e
commit
a48da6e82e
@ -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}
|
||||
|
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user