diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2001-01-29 21:25:52 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2001-01-29 21:25:52 +0000 |
commit | c0e90e9881c7d005a72f413c5ddeb2952fd8fe18 (patch) | |
tree | 9740e6f0d298bc37c1106ea724b9346c612e8318 /distrib/alpha/common/raminst.conf | |
parent | 20e7f68becf404122b4e194bff0b4349f4460f28 (diff) |
three floppies, and a bsd.rd for the CD
Diffstat (limited to 'distrib/alpha/common/raminst.conf')
-rw-r--r-- | distrib/alpha/common/raminst.conf | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/distrib/alpha/common/raminst.conf b/distrib/alpha/common/raminst.conf new file mode 100644 index 00000000000..c511a3fc1f5 --- /dev/null +++ b/distrib/alpha/common/raminst.conf @@ -0,0 +1,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 |