diff options
author | Thorsten Lockert <tholo@cvs.openbsd.org> | 1997-05-04 04:51:29 +0000 |
---|---|---|
committer | Thorsten Lockert <tholo@cvs.openbsd.org> | 1997-05-04 04:51:29 +0000 |
commit | 2d0c8f5fad06ad981c29c386f7ae07bf6d6d1c67 (patch) | |
tree | 89b0dbda029402da5035ff88476a77f8a705b3f7 /distrib/i386 | |
parent | c7fad1b46d276422239c3bfe5a8260a287687124 (diff) |
Machine-dependent file systems wants -o style flags (but without the -o
itself); make it so for MSDOS mounts
Diffstat (limited to 'distrib/i386')
-rw-r--r-- | distrib/i386/floppies/ramdisk/install.md | 4 |
1 files changed, 2 insertions, 2 deletions
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() { |