Machine-dependent file systems wants -o style flags (but without the -o
authortholo <tholo@openbsd.org>
Sun, 4 May 1997 04:51:28 +0000 (04:51 +0000)
committertholo <tholo@openbsd.org>
Sun, 4 May 1997 04:51:28 +0000 (04:51 +0000)
itself); make it so for MSDOS mounts

distrib/i386/floppies/ramdisk/install.md

index 9efc181..7f17bf3 100644 (file)
@@ -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() {