freebsd_amp_hwpstate/release/cpio_flp_1.conf

37 lines
1.1 KiB
Plaintext
Raw Normal View History

1994-10-26 05:42:25 +00: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/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 slattach stty sync test
1994-10-26 05:42:25 +00:00
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 mount_cd9660 mount_msdos newfs ping reboot restore swapon umount route
1994-10-26 05:42:25 +00:00
ln dump rdump
ln restore rrestore
ln reboot halt
# /usr/bin stuff
progs ftp ncftp rsh sed telnet rlogin
1994-10-26 05:42:25 +00:00
# finally, we specify the libraries to link in with our binary
libs -lcrypt -ltelnet -lutil -ll -ledit
libs -lcurses -ltermcap -lkvm