blob: c511a3fc1f52901ddf14606b2a3b72c3ea2e603f (
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
28
29
30
31
32
33
|
#
# $OpenBSD: raminst.conf,v 1.1 2001/01/29 21:25:46 deraadt Exp $
#
# ram.conf - unified binary for the RAM disk
#
srcdirs distrib/special bin sbin usr.bin usr.sbin
srcdirs gnu/usr.bin sys/arch/alpha/stand
progs cat chmod cp dd df disklabel ed grep fsck_ffs ftp
progs gzip ifconfig init less ln ls mkdir mknod mount
progs mount_kernfs mount_ffs mv newfs ksh
progs reboot rm route sed sleep stty pax umount
#progs dhclient mount_cd9660
#progs installboot XXX - should be there.
#progs rsh expr
#progs mount_nfs slattach sync tip
ln chmod chgrp
ln chmod chown
ln fsck_ffs fsck
ln ksh sh
ln ksh -sh # init invokes the shell this way
ln mount_ffs ffs
ln newfs mount_mfs
ln grep egrep
ln grep fgrep
ln less more
ln reboot halt
ln pax tar
ln pax cpio
libs -lutil -lotermcap -lm
|