diff options
author | Jason Downs <downsj@cvs.openbsd.org> | 1997-04-21 07:32:14 +0000 |
---|---|---|
committer | Jason Downs <downsj@cvs.openbsd.org> | 1997-04-21 07:32:14 +0000 |
commit | b589590030ead87cb21a5ed1b84e7b2509148ea7 (patch) | |
tree | fdfa242055177980dde079b4a3c90e1915381835 /distrib/hp300/ramdisk/raminst.conf | |
parent | ac618a0d894bf2914e4fe7652f1e2ac786ffa81c (diff) |
Lots of changes...
* Build via a vnd, ala i386.
* Remove most of the sleep calls and all of the background processing.
* Add the notion of `kernel sets'.
* Add a couple more binaries to the ramdisk.
Diffstat (limited to 'distrib/hp300/ramdisk/raminst.conf')
-rw-r--r-- | distrib/hp300/ramdisk/raminst.conf | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/distrib/hp300/ramdisk/raminst.conf b/distrib/hp300/ramdisk/raminst.conf index 8dcd3ef4b21..7176457008a 100644 --- a/distrib/hp300/ramdisk/raminst.conf +++ b/distrib/hp300/ramdisk/raminst.conf @@ -1,16 +1,16 @@ # -# $OpenBSD: raminst.conf,v 1.2 1997/02/23 19:10:55 downsj Exp $ +# $OpenBSD: raminst.conf,v 1.3 1997/04/21 07:32:13 downsj Exp $ # $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/less usr.bin usr.sbin gnu/usr.bin +srcdirs bin sbin usr.bin/less usr.bin usr.sbin gnu/usr.bin usr.sbin/pppd -progs awk cat chmod chown chroot cp cut dd df disklabel ed expr fsck_ffs ftp -progs grep gzip hostname ifconfig init kill less ln ls mkdir mknod mount +progs awk cat chat chmod chown chroot cp cut dd df disklabel ed expr fsck_ffs +progs ftp grep gzip hostname ifconfig init kill less ln ls mkdir mknod mount progs mount_cd9660 mount_ffs mount_kernfs mount_nfs -progs mv newfs pax pdksh ping pwd reboot rm route +progs mv newfs pax pdksh ping pppd pwd reboot rm route progs sed shutdown slattach sleep sort strings stty sync test tip umount progs restore vim |