diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 1999-04-04 22:25:38 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 1999-04-04 22:25:38 +0000 |
commit | ebf3a223b2b6d5984c711d0da4cc02dddac547f6 (patch) | |
tree | ffb6848ab74b2bf3e03ee2711118cae6267626c9 /distrib | |
parent | c6289e32b640b7abb359b42de3e96f465d6f97ea (diff) |
Don't include mount_nfs since the alpha RAMDISK does not have NFS support in it
Diffstat (limited to 'distrib')
-rw-r--r-- | distrib/alpha/inst-common/list | 3 | ||||
-rw-r--r-- | distrib/alpha/ramdisk/raminst.conf | 6 |
2 files changed, 4 insertions, 5 deletions
diff --git a/distrib/alpha/inst-common/list b/distrib/alpha/inst-common/list index 9bdf716ae7e..a42901d9f10 100644 --- a/distrib/alpha/inst-common/list +++ b/distrib/alpha/inst-common/list @@ -1,5 +1,5 @@ # -# $OpenBSD: list,v 1.11 1998/09/21 23:22:54 deraadt Exp $ +# $OpenBSD: list,v 1.12 1999/04/04 22:25:37 millert Exp $ # # copy the crunched binary, link to it, and kill it @@ -33,7 +33,6 @@ LINK raminst sbin/mount LINK raminst sbin/mount_cd9660 LINK raminst sbin/mount_ffs LINK raminst sbin/mount_kernfs -LINK raminst sbin/mount_nfs LINK raminst sbin/mount_mfs LINK raminst sbin/newfs LINK raminst sbin/reboot diff --git a/distrib/alpha/ramdisk/raminst.conf b/distrib/alpha/ramdisk/raminst.conf index 904eaa6fbba..892a98b5dd9 100644 --- a/distrib/alpha/ramdisk/raminst.conf +++ b/distrib/alpha/ramdisk/raminst.conf @@ -1,5 +1,5 @@ # -# $OpenBSD: raminst.conf,v 1.15 1999/03/05 01:46:19 millert Exp $ +# $OpenBSD: raminst.conf,v 1.16 1999/04/04 22:25:37 millert Exp $ # # ram.conf - unified binary for the RAM disk # @@ -9,9 +9,9 @@ srcdirs gnu/usr.bin sys/arch/alpha/stand progs cat chmod chown cp dd df disklabel ed grep fsck_ffs ftp progs gzip ifconfig init installboot less ln ls mkdir mknod mount -progs mount_cd9660 mount_kernfs mount_ffs mount_nfs mv newfs ksh +progs mount_cd9660 mount_kernfs mount_ffs newfs ksh progs reboot rm route rsh sed sleep stty pax umount dhclient expr -#progs slattach sync tip +#progs mount_nfs slattach sync tip ln chown chgrp ln fsck_ffs fsck |