1 # fixit.conf - put in anything we think we might want on a fixit floppy
3 # first, we list the source dirs that our programs reside in. These are
4 # searched in order listed to find the dir containing each program.
6 srcdirs /usr/src/bin /usr/src/sbin /usr/src/usr.bin /usr/src/usr.sbin
7 srcdirs /usr/src/gnu/usr.bin /usr/src/usr.bin/vi
8 srcdirs /usr/src/sbin/i386
10 # second, we list all the programs we want to include in our crunched binary.
11 # The order doesn't matter. Any program that needs hard links to it gets an
16 progs cat chmod cp date dd df echo ed expr hostname kill ln ls mkdir
17 progs mt mv pwd rcp rm rmdir sh sleep stty sync test
20 ln sh -sh # init invokes the shell this way
24 progs badsect chown clri disklabel dump dmesg fdisk fsck ifconfig init
25 progs mknod mount newfs ping reboot restore swapon umount
31 progs ftp rsh sed telnet rlogin common find
42 # finally, we specify the libraries to link in with our binary
44 libs -lcrypt -ltelnet -lutil -ll
45 libs -lcurses -ltermcap -ledit -lkvm