From 79a19533fb9d3cfd56dff6ac3a208f36b4931456 Mon Sep 17 00:00:00 2001 From: Luigi Rizzo Date: Sat, 24 Aug 2002 03:54:38 +0000 Subject: [PATCH] Make this compile again (libgmd now is a port, and remove some binaries to save space). --- release/picobsd/dial/config | 3 +++ release/picobsd/dial/crunch.conf | 42 +++++++++++++++++++++++--------- 2 files changed, 34 insertions(+), 11 deletions(-) diff --git a/release/picobsd/dial/config b/release/picobsd/dial/config index a61704dced07..73721ac745f7 100644 --- a/release/picobsd/dial/config +++ b/release/picobsd/dial/config @@ -1,2 +1,5 @@ +# $FreeBSD$ STAND_LINKS="bin sbin usr/bin usr/sbin usr/libexec" o_no_devfs="" # we have devfs +#fd_size=2880 +#import_files="/usr/libexec/ld-elf.so.1 /usr/lib/libc.so.4 /usr/lib/libm.so.2" diff --git a/release/picobsd/dial/crunch.conf b/release/picobsd/dial/crunch.conf index 47420472ff38..c02864d00e1d 100644 --- a/release/picobsd/dial/crunch.conf +++ b/release/picobsd/dial/crunch.conf @@ -1,12 +1,27 @@ # $FreeBSD$ # -# NOTE1: the string "/usr/src" will be automatically replaced with the -# correct value set in 'build' script - you should change it there +# NOTE: This configuration is not very up to date. You may want +# to check the "bridge" configuration instead. # Default build options buildopts -DNOPAM -DRELEASE_CRUNCH -DNOSECURE -DNOCRYPT -DNONETGRAPH -DNOIPSEC -# other sources +# The string "/usr/src" will be automatically replaced with the +# correct value set in 'build' script. + +# directories where to look for sources of various binaries. +# @__CWD__@ is a magic keyword in the picobsd's (Makefile.conf) +# which is replaced with the picobsd directory. +srcdirs @__CWD__@/src + +# Some programs are especially written for PicoBSD and reside here +# Make this first in the list so we can override standard programs +# with the picobsd-specific ones. +srcdirs /usr/src/release/picobsd/tinyware + +# +# standard locations +# srcdirs /usr/src/bin srcdirs /usr/src/sbin/i386 srcdirs /usr/src/sbin @@ -15,17 +30,20 @@ srcdirs /usr/src/gnu/usr.bin srcdirs /usr/src/usr.sbin srcdirs /usr/src/libexec -# ns, vm etc... -srcdirs /usr/src/release/picobsd/tinyware - -progs ppp ftp telnet ee gzip less -#progs ssh +progs ppp +progs ee +progs gzip +#progs ftp # 38KB +progs telnet +#ln minigzip gzip ln gzip gunzip ln gzip zcat ln gzip gzcat -ln less more +#progs less # 36KB +#ln less more +#progs ssh -progs sh test kget echo pwd msg stty +progs sh test echo pwd msg stty progs hostname cat kill sps vm ns progs chmod chown help getty progs cp df fsck ping mv ln traceroute @@ -43,6 +61,8 @@ ln mount_cd9660 cd9660 ln mount_ext2fs ext2fs ln chown chgrp -libs -ll -ledit -lutil -lmd -lcrypt -lftpio -lgnuregex -lmp -lgmp -lm +libs -ll -ledit -lutil -lmd -lcrypt -lftpio -lgnuregex -lmp -lm +# you need to install libgmp-freebsd from ports/math +libs /usr/local/lib/libgmp.a libs -lncurses -lmytinfo -lipx -lz libs -ltermcap -lalias