summaryrefslogtreecommitdiffstats
path: root/release/fixit_crunch.conf
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>1995-03-13 20:09:38 +0000
committerphk <phk@FreeBSD.org>1995-03-13 20:09:38 +0000
commitb9928379ff27c1fdb2633e445d738c58b76fc176 (patch)
tree6613737f8d5b2702bc665d3b49b9db234e26da35 /release/fixit_crunch.conf
parent963f2ebed7ef209a4e2a9e73622a0e962fddd864 (diff)
downloadFreeBSD-src-b9928379ff27c1fdb2633e445d738c58b76fc176.zip
FreeBSD-src-b9928379ff27c1fdb2633e445d738c58b76fc176.tar.gz
Added a fixit floppy to the rules.
Diffstat (limited to 'release/fixit_crunch.conf')
-rw-r--r--release/fixit_crunch.conf45
1 files changed, 45 insertions, 0 deletions
diff --git a/release/fixit_crunch.conf b/release/fixit_crunch.conf
new file mode 100644
index 0000000..523e40a
--- /dev/null
+++ b/release/fixit_crunch.conf
@@ -0,0 +1,45 @@
+# $Id$
+
+# first, we list the source dirs that our programs reside in. These are
+# searched in order listed to find the dir containing each program.
+
+srcdirs /usr/src/bin /usr/src/sbin /usr/src/usr.bin /usr/src/usr.sbin
+srcdirs /usr/src/gnu/usr.bin /usr/src/usr.bin/vi
+srcdirs /usr/src/sbin/i386
+
+# second, we list all the programs we want to include in our crunched binary.
+# The order doesn't matter. Any program that needs hard links to it gets an
+# `ln' directive.
+
+# /bin stuff
+
+progs cat chmod cp date dd df echo ed expr hostname kill ln ls mkdir
+progs mt mv pwd rcp rm rmdir sh sleep stty sync test
+
+ln test [
+ln sh -sh # init invokes the shell this way
+
+# /sbin stuff
+
+progs badsect chown clri disklabel dump dmesg fdisk fsck ifconfig init
+progs mknod mount newfs ping reboot restore swapon umount
+ln dump rdump
+ln restore rrestore
+
+# /usr/bin stuff
+
+progs ftp rsh sed telnet rlogin common find
+ln common vi
+ln common view
+ln common ex
+
+# gnu stuff
+
+progs cpio gzip
+ln gzip gunzip
+ln gzip gzcat
+
+# finally, we specify the libraries to link in with our binary
+
+libs -lcrypt -ltelnet -lutil -ll
+libs -lcurses -ltermcap -ledit -lkvm
OpenPOWER on IntegriCloud