summaryrefslogtreecommitdiffstats
path: root/release/floppies/fixit/crunch/crunch.conf
blob: 36c52e334e735a108d25cbfcd47c6eea53991605 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
# $FreeBSD$

# 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
srcdirs /usr/src/sbin/i386
srcdirs /usr/src/sbin
srcdirs /usr/src/gnu/usr.bin
srcdirs /usr/src/usr.bin
srcdirs /usr/src/usr.sbin
srcdirs /usr/src/usr.bin/vi

# 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 chroot cp date dd df echo ed expr hostname kill ln ls mkdir
progs mt mv pwd rcp rm rmdir sleep stty sync test

ln test [

# /sbin stuff

progs badsect chown clri disklabel dump dmesg fdisk
progs mknod mount newfs ping reboot restore scsi swapon umount

progs mount_msdos mount_cd9660 mount_nfs
ln dump rdump
ln restore rrestore
ln newfs mount_mfs

# /usr/bin stuff

progs ftp rsh sed telnet rlogin common find grep
ln common vi
ln common view
ln common ex

# finally, we specify the libraries to link in with our binary

libs -lcrypt -ltelnet -lutil -ll
libs -lcurses -ltermcap -ledit -lgnuregex -lkvm -lscsi
OpenPOWER on IntegriCloud