summaryrefslogtreecommitdiffstats
path: root/release
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>1994-10-26 05:42:25 +0000
committerphk <phk@FreeBSD.org>1994-10-26 05:42:25 +0000
commitf8fd9378cf9596633294b33fe1294846859d13c7 (patch)
tree2819e399163a05e8dc790f4585b77fb7037d45d9 /release
parent4d893b224ac8ced07f8e16719b6bc6503230f640 (diff)
downloadFreeBSD-src-f8fd9378cf9596633294b33fe1294846859d13c7.zip
FreeBSD-src-f8fd9378cf9596633294b33fe1294846859d13c7.tar.gz
Two crunch-specs.
Diffstat (limited to 'release')
-rw-r--r--release/boot_flp.conf17
-rw-r--r--release/cpio_flp_1.conf36
2 files changed, 53 insertions, 0 deletions
diff --git a/release/boot_flp.conf b/release/boot_flp.conf
new file mode 100644
index 0000000..039521c
--- /dev/null
+++ b/release/boot_flp.conf
@@ -0,0 +1,17 @@
+# $Id: kcopy.conf,v 1.4 1994/09/09 16:02:04 rgrimes Exp $
+
+srcdirs /usr/src/bin /usr/src/sbin /usr/src/usr.bin /usr/src/gnu/usr.bin
+
+# Programs from bin/
+# progs sh mkdir rm mknod chmod expr
+# progs ln test mount umount cat mv sync cp
+# progs cpio gzip sysinstall newfs
+progs sysinstall newfs gzip cpio fsck dialog
+ln gzip gunzip
+ln gzip zcat
+#ln sh -sh
+# ln sysinstall oinit
+# ln test [
+
+# libs -ll -ledit -ltermcap -lutil -lscrypt
+libs -ldialog -lncurses -lmytinfo
diff --git a/release/cpio_flp_1.conf b/release/cpio_flp_1.conf
new file mode 100644
index 0000000..fc2c112
--- /dev/null
+++ b/release/cpio_flp_1.conf
@@ -0,0 +1,36 @@
+# fixit.conf - put in anything we think we might want on a fixit floppy
+
+# 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
+
+# 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 route
+ln dump rdump
+ln restore rrestore
+ln reboot halt
+
+# /usr/bin stuff
+
+progs ftp rsh sed telnet rlogin
+
+# finally, we specify the libraries to link in with our binary
+
+libs -lcrypt -ltelnet -lutil -ll -ledit
+libs -lcurses -ltermcap -lkvm
OpenPOWER on IntegriCloud