diff options
author | 2003-10-01 22:03:29 +0000 | |
---|---|---|
committer | 2003-10-01 22:03:29 +0000 | |
commit | acb53cc7ddecd5cc81af82a1199f664e16260e9e (patch) | |
tree | 00e0794a04416f6457a355b7c51e140b2e1777b7 | |
parent | Really enable upgrades on hppa install media. (diff) | |
download | wireguard-openbsd-acb53cc7ddecd5cc81af82a1199f664e16260e9e.tar.xz wireguard-openbsd-acb53cc7ddecd5cc81af82a1199f664e16260e9e.zip |
Do not include mount_nfs on sparc bsd.rd and floppies, as they are missing
NFS support ; however, miniroot has proper NFS support.
ok deraadt@ some time ago
-rw-r--r-- | distrib/sparc/ramdisk/list | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/distrib/sparc/ramdisk/list b/distrib/sparc/ramdisk/list index 8e0de5f6963..95f936be0b1 100644 --- a/distrib/sparc/ramdisk/list +++ b/distrib/sparc/ramdisk/list @@ -1,4 +1,4 @@ -# $OpenBSD: list,v 1.23 2003/09/04 08:16:17 henning Exp $ +# $OpenBSD: list,v 1.24 2003/10/01 22:03:29 miod Exp $ # $NetBSD: list,v 1.2.4.2 1996/06/26 19:25:00 pk Exp $ # Sparc extra's @@ -30,3 +30,6 @@ TERMCAP vt100,vt220,dumb,sun usr/share/misc/termcap # and the installation tools SCRIPT ${ARCHDIR}/../install.md install.md + +# no NFS support in sparc ramdisk +REMOVE sbin/mount_nfs |