From: tholo Date: Sun, 4 May 1997 04:51:28 +0000 (+0000) Subject: Machine-dependent file systems wants -o style flags (but without the -o X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=5ed89307a93253e4cf86384f42c8e5ca69bee480;p=openbsd Machine-dependent file systems wants -o style flags (but without the -o itself); make it so for MSDOS mounts --- diff --git a/distrib/i386/floppies/ramdisk/install.md b/distrib/i386/floppies/ramdisk/install.md index 9efc181102a..7f17bf3a0d8 100644 --- a/distrib/i386/floppies/ramdisk/install.md +++ b/distrib/i386/floppies/ramdisk/install.md @@ -1,4 +1,4 @@ -# $OpenBSD: install.md,v 1.8 1997/05/03 23:12:04 tholo Exp $ +# $OpenBSD: install.md,v 1.9 1997/05/04 04:51:28 tholo Exp $ # # # Copyright rc) 1996 The NetBSD Foundation, Inc. @@ -86,7 +86,7 @@ md_native_fstype() { } md_native_fsopts() { - echo "-r" + echo "ro" } md_checkfordisklabel() {