blob: 829e21f9d2ec4cefd05a2af327ba8fecc9cfc4b5 (
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
|
# $OpenBSD: instbin.conf,v 1.6 1997/05/07 06:03:22 deraadt Exp $
#
# instbin.conf - unified binary for the inst/upgr floppies
#
srcdirs bin sbin usr.bin/less usr.bin usr.sbin gnu/usr.bin usr.sbin/pppd
progs awk bad144 cat chat chmod chown cp dd df disklabel ed
progs expr fsck_ffs ftp fdisk
progs ifconfig init less ln ls mkdir mknod mount mount_cd9660
progs mount_ffs mount_msdos mount_nfs mount_kernfs
progs mv newfs pax pdksh ping pppd pwd reboot rm route
progs scsi sed shutdown slattach stty sync test tip umount
progs rsh restore gzip
ln chown chgrp
ln fsck_ffs fsck
ln less more
ln pax tar
ln pax cpio
ln pdksh sh
ln pdksh -sh # init invokes the shell this way
ln test [
ln reboot halt
libs -ledit -lutil -ltermcap -ll -lm
|