diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-12-09 07:05:20 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-12-09 07:05:20 +0000 |
commit | 5b474d7fdd9ee3cb70c93e8f0a3ffa114c74926f (patch) | |
tree | 11ae99c5c07c287cbbea1adf9df1b2979b290fb0 /distrib/i386/floppies | |
parent | 0543de822c7ecd3dc97047c98394d91f2b38a45b (diff) |
readonly mount of msdos fs
Diffstat (limited to 'distrib/i386/floppies')
-rw-r--r-- | distrib/i386/floppies/inst-common/dot.commonutils | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/distrib/i386/floppies/inst-common/dot.commonutils b/distrib/i386/floppies/inst-common/dot.commonutils index 3e125907afe..c7b605bc16a 100644 --- a/distrib/i386/floppies/inst-common/dot.commonutils +++ b/distrib/i386/floppies/inst-common/dot.commonutils @@ -1,4 +1,4 @@ -# $OpenBSD: dot.commonutils,v 1.6 1996/10/09 09:34:53 deraadt Exp $ +# $OpenBSD: dot.commonutils,v 1.7 1996/12/09 07:05:02 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 |