From 5b474d7fdd9ee3cb70c93e8f0a3ffa114c74926f Mon Sep 17 00:00:00 2001 From: Theo de Raadt Date: Mon, 9 Dec 1996 07:05:20 +0000 Subject: readonly mount of msdos fs --- distrib/sparc/floppies/inst-common/dot.commonutils | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'distrib/sparc') diff --git a/distrib/sparc/floppies/inst-common/dot.commonutils b/distrib/sparc/floppies/inst-common/dot.commonutils index 6513923f4a9..efe4fe919ed 100644 --- a/distrib/sparc/floppies/inst-common/dot.commonutils +++ b/distrib/sparc/floppies/inst-common/dot.commonutils @@ -1,4 +1,4 @@ -# $OpenBSD: dot.commonutils,v 1.4 1996/10/10 10:10:31 deraadt Exp $ +# $OpenBSD: dot.commonutils,v 1.5 1996/12/09 07:05:19 deraadt Exp $ # # Copyright (c) 1994 Christopher G. Demetriou # All rights reserved. @@ -92,7 +92,7 @@ Load_fd() "Insert floppy (hit Control-C to terminate, enter to load): " do read foo - mount -t msdos /dev/fd${which}a /mnt2 + mount -r -t msdos /dev/fd${which}a /mnt2 cp -rp /mnt2/* . umount /mnt2 done -- cgit v1.2.3