]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - usr.sbin/crunch/examples/fixit.conf
virtio_mmio: Fix feature negotiation copy-paste issue in r361943
[FreeBSD/FreeBSD.git] / usr.sbin / crunch / examples / fixit.conf
1 # fixit.conf - put in anything we think we might want on a fixit floppy
2 # $FreeBSD$
3
4 # first, we list the source dirs that our programs reside in.  These are
5 # searched in order listed to find the dir containing each program.
6
7 srcdirs /usr/src/bin /usr/src/sbin /usr/src/usr.bin /usr/src/usr.sbin
8 srcdirs /usr/src/gnu/usr.bin /usr/src/usr.bin/vi
9 srcdirs /usr/src/sbin/i386
10
11 # second, we list all the programs we want to include in our crunched binary.
12 # The order doesn't matter.  Any program that needs hard links to it gets an
13 # `ln' directive.  
14
15 # /bin stuff
16
17 progs cat chmod cp date dd df echo ed expr hostname kill ln ls mkdir
18 progs mt mv pwd rcp rm rmdir sh sleep stty sync test
19
20 ln test [
21 ln sh -sh               # init invokes the shell this way
22
23 # /sbin stuff
24
25 progs chown clri disklabel dump dmesg fdisk fsck ifconfig init
26 progs mknod mount newfs ping reboot restore swapon umount
27 ln dump rdump
28 ln restore rrestore
29
30 # /usr/bin stuff
31
32 progs ftp sed telnet common find
33 ln common vi
34 ln common view
35 ln common ex
36
37 # gnu stuff
38
39 progs cpio gzip
40 ln gzip gunzip
41 ln gzip gzcat
42
43 # finally, we specify the libraries to link in with our binary
44
45 libs -lcrypt -ltelnet -lutil -ll
46 libs -lcurses -ltermcap -ledit -lkvm