blob: 0001f3bf51e74eb19d3e29211508fc11f3f0a2cf (
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
|
#
# $NetBSD: raminst.conf,v 1.3 1995/09/30 20:00:47 briggs Exp $
#
# ram.conf - unified binary for the RAM disk
#
srcdirs bin sbin usr.bin usr.sbin
srcdirs gnu/usr.bin
progs cat chmod chown cut cp dd df disklabel ed grep expr fsck_ffs ftp
progs gzip ifconfig init hostname kill ln ls mkdir mknod less mount
progs mount_cd9660 mount_kernfs mount_ffs mount_msdos mount_nfs
progs mv newfs pwd reboot rm route sed sleep pdksh slattach sort stty
progs sync pax test tip umount vim
ln vim vi
ln chown chgrp
ln fsck_ffs fsck
ln less more
ln pdksh sh
ln pdksh -sh # init invokes the shell this way
ln test [
ln reboot halt
ln grep egrep
libs -ledit -lutil -ltermcap -lkrb -ldes -ll -lm
|