Two crunch-specs.

This commit is contained in:
Poul-Henning Kamp 1994-10-26 05:42:25 +00:00
parent 7f986648de
commit 7a1b8974a7
2 changed files with 53 additions and 0 deletions

17
release/boot_flp.conf Normal file
View File

@ -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

36
release/cpio_flp_1.conf Normal file
View File

@ -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