blob: c3a608e8fc6968f15970dfdc0fb9079520038424 (
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.1 1995/10/03 22:48:03 thorpej Exp $
#
# instbin.conf - configuration for hp300 miniroot
srcdirs bin sbin usr.bin usr.sbin gnu/usr.bin usr.bin/vi
progs bad144 basename cat cut chflags chmod chown chroot cp dd df disklabel
progs dmesg ed expr fsck ftp gawk grep gzip hostname ifconfig init ln ls
progs mkdir mknod more mount mount_cd9660 mount_ffs mount_nfs mt mv newfs ping
progs pwd reboot rm route sed sh shutdown slattach sleep strings stty sync tar
progs test tip tset umount update
# XXX catch vi; see above
progs common
ln chown chgrp
ln gawk awk
ln gzip gzcat gunzip
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 -lm -lkvm
|