blob: 8b924a098193102fbeb4af3d4ea454a5e26d144e (
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
|
# $NetBSD: instbin.conf,v 1.4 1995/11/14 10:12:36 thorpej Exp $
#
# instbin.conf - configuration for hp300 miniroot
srcdirs bin sbin usr.bin usr.sbin gnu/usr.bin usr.bin/vi
progs basename cat cut chflags chmod chown chroot cp dd df disklabel
progs dmesg ed expr fsck ftp gawk grep hostname ifconfig init kill ln ls
progs mkdir mknod more mount mount_cd9660 mount_ffs mount_nfs mt mv newfs
progs netstat pax ping pwd reboot rm route rsh sed sh shutdown slattach sleep
progs sort strings stty sync test tip tset umount update
# XXX catch vi; see above
progs common
ln chown chgrp
ln gawk awk
ln pax tar
ln sh -sh # init invokes the shell this way
ln test [
ln mount_cd9660 cd9660
ln mount_ffs ffs
ln mount_nfs nfs
ln reboot halt
ln common vi # XXX catch vi; see above
libs -ledit -lutil -lcurses -ltermcap -lcrypt -ll -lz -lm -lkvm
|