1994-10-26 06:42:25 +01:00
|
|
|
# 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/gnu/usr.bin
|
1994-12-05 01:21:27 +01:00
|
|
|
srcdirs /usr/src/bin /usr/src/sbin /usr/src/sbin/i386 /usr/src/usr.bin
|
|
|
|
srcdirs /usr/src/usr.sbin
|
1994-10-26 06:42:25 +01:00
|
|
|
|
|
|
|
# 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
|
|
|
|
|
1994-11-17 08:09:22 +01:00
|
|
|
progs cat chmod cksum cp date dd df echo ed expr grep hostname kill ln ls
|
|
|
|
progs mkdir mt mv pwd rcp rm rmdir sh sleep slattach stty sync test
|
1994-10-26 06:42:25 +01:00
|
|
|
ln test [
|
|
|
|
ln sh -sh # init invokes the shell this way
|
|
|
|
|
|
|
|
# /sbin stuff
|
|
|
|
|
1994-11-12 21:36:28 +01:00
|
|
|
progs badsect basename chown clri disklabel dmesg dump dmesg fdisk fsck ft
|
1994-11-20 15:49:48 +01:00
|
|
|
progs getopt ifconfig init mknod mount mount_cd9660 mount_msdos mount_nfs
|
1994-12-05 02:37:50 +01:00
|
|
|
progs newfs ping reboot restore route swapon umount
|
1994-10-26 06:42:25 +01:00
|
|
|
ln dump rdump
|
|
|
|
ln restore rrestore
|
|
|
|
ln reboot halt
|
|
|
|
|
|
|
|
# /usr/bin stuff
|
|
|
|
|
1994-11-15 09:10:35 +01:00
|
|
|
progs tar tip ftp ncftp rsh sed telnet rlogin
|
1994-11-11 09:47:34 +01:00
|
|
|
ln tip cu
|
1994-10-26 06:42:25 +01:00
|
|
|
|
|
|
|
# finally, we specify the libraries to link in with our binary
|
|
|
|
libs -lcrypt -ltelnet -lutil -ll -ledit
|
1995-01-12 13:30:07 +01:00
|
|
|
libs -lgnuregex -lreadline -lcurses -ltermcap -lkvm
|