summaryrefslogtreecommitdiffstats
path: root/release/picobsd/router
diff options
context:
space:
mode:
authordwhite <dwhite@FreeBSD.org>2000-04-25 19:00:08 +0000
committerdwhite <dwhite@FreeBSD.org>2000-04-25 19:00:08 +0000
commitde8b1605aeb6036cca7c2ac75630f0696977fb45 (patch)
treed98f93df8f3b287089e96e3f4f3cd2abc4b65484 /release/picobsd/router
parent5b41d2de633ed80bf0f35a9a464f08ff3f39c2da (diff)
downloadFreeBSD-src-de8b1605aeb6036cca7c2ac75630f0696977fb45.zip
FreeBSD-src-de8b1605aeb6036cca7c2ac75630f0696977fb45.tar.gz
Commit PicoBSD mega-patch:
. Bring PicoBSD up to date with -CURRENT reality. . Make PicoBSD smart and not spam /dev/vn0 and /mnt. Now it uses the first unused vn device and creates a temporary mountpoint in /tmp. . Miscellaneous build cleanups and optimizations. Unfortunately the bridge, isp, and router floppies are too big and need the axe treatment. The install floppy needs updating to -CURRENT. Dial and net build and (appear to) run OK. I will be adressing these in the near future (unless someone beats me to it :-) ). PR: misc/17737 Submitted by: Omachonu Ogali <oogali@intranova.net>
Diffstat (limited to 'release/picobsd/router')
-rw-r--r--release/picobsd/router/PICOBSD4
-rw-r--r--release/picobsd/router/crunch1/Makefile8
2 files changed, 8 insertions, 4 deletions
diff --git a/release/picobsd/router/PICOBSD b/release/picobsd/router/PICOBSD
index f7ae471..215bcd6 100644
--- a/release/picobsd/router/PICOBSD
+++ b/release/picobsd/router/PICOBSD
@@ -83,3 +83,7 @@ pseudo-device ether
pseudo-device ppp 4
pseudo-device pty 16
pseudo-device md
+
+options COMPAT_OLDISA #Use ISA shims and glue for old drivers
+options COMPAT_OLDPCI #Use PCI shims and glue for old drivers
+
diff --git a/release/picobsd/router/crunch1/Makefile b/release/picobsd/router/crunch1/Makefile
index 4235ae9..08736da 100644
--- a/release/picobsd/router/crunch1/Makefile
+++ b/release/picobsd/router/crunch1/Makefile
@@ -22,13 +22,13 @@ clean:
*.gz
install:
- cp crunch1 /mnt/stand/crunch
- chmod 555 /mnt/stand/crunch
+ cp crunch1 ${MFS_MOUNTPOINT}/stand/crunch
+ chmod 555 ${MFS_MOUNTPOINT}/stand/crunch
for i in `crunchgen -l crunch1.conf` ; \
do \
- ln /mnt/stand/crunch /mnt/stand/$${i}; \
+ ln ${MFS_MOUNTPOINT}/stand/crunch ${MFS_MOUNTPOINT}/stand/$${i}; \
done
- rm /mnt/stand/crunch
+ rm ${MFS_MOUNTPOINT}/stand/crunch
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud