blob: 55c01cc0543fccd04711b86fce7e431e29c16b63 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
#
# $NetBSD: raminst.conf,v 1.3 1995/09/30 20:00:47 briggs Exp $
#
# ram.conf - unified binary for the RAM disk
#
srcdirs /usr/src/bin /usr/src/sbin /usr/src/usr.bin /usr/src/usr.sbin
srcdirs /usr/src/gnu/usr.bin
progs cat chmod chown chroot cp dd df disklabel ed expr fsck ftp
progs gzip ifconfig init halt ln ls mkdir mknod more mount mount_cd9660
progs mount_ffs mount_msdos mount_nfs mv newfs printf pwd reboot rm route
progs sed sh shutdown slattach strings stty sync tar test tip umount update
ln chown chgrp
ln gzip gzcat gunzip
ln sh -sh # init invokes the shell this way
ln test [
ln mount_ffs ffs
libs -ledit -lutil -ltermcap -lcrypt -ll -lm
|