From db7cc88a2550fc7bbbe898dd12b18a979e9bd488 Mon Sep 17 00:00:00 2001 From: Kenneth R Westerback Date: Tue, 14 May 2002 01:49:26 +0000 Subject: Eliminate md_native_fstype() and md_native_fsopts(). Both functions simply echo'd a single word if present at all. Replace with variables MDFSTYPE and MDFSOPTS if required. Rework logic in install.sub's mount_a_disk() to always include 'ro' as an option to the mount command. This allows even those arch's with MDFSTYPE to usually get by without MDFSOPTS. ok deraadt@ --- distrib/hp300/ramdisk/install.md | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) (limited to 'distrib/hp300') diff --git a/distrib/hp300/ramdisk/install.md b/distrib/hp300/ramdisk/install.md index 621d7322240..e9325ef7627 100644 --- a/distrib/hp300/ramdisk/install.md +++ b/distrib/hp300/ramdisk/install.md @@ -1,4 +1,4 @@ -# $OpenBSD: install.md,v 1.29 2002/05/09 21:54:46 krw Exp $ +# $OpenBSD: install.md,v 1.30 2002/05/14 01:49:25 krw Exp $ # $NetBSD: install.md,v 1.1.2.4 1996/08/26 15:45:14 gwr Exp $ # # Copyright (c) 1996 The NetBSD Foundation, Inc. @@ -118,11 +118,3 @@ __EOT md_congrats() { } - -md_native_fstype() { - # Nothing to do. -} - -md_native_fsopts() { - # Nothing to do. -} -- cgit v1.2.3