Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/distrib/utils/sysinst/Attic/util.c,v rcsdiff: /ftp/cvs/cvsroot/src/distrib/utils/sysinst/Attic/util.c,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.23 retrieving revision 1.24 diff -u -p -r1.23 -r1.24 --- src/distrib/utils/sysinst/Attic/util.c 1997/12/25 17:54:41 1.23 +++ src/distrib/utils/sysinst/Attic/util.c 1997/12/26 01:58:49 1.24 @@ -1,4 +1,4 @@ -/* $NetBSD: util.c,v 1.23 1997/12/25 17:54:41 fvdl Exp $ */ +/* $NetBSD: util.c,v 1.24 1997/12/26 01:58:49 fvdl Exp $ */ /* * Copyright 1997 Piermont Information Systems Inc. @@ -208,7 +208,7 @@ int get_via_floppy (void) process_menu (MENU_fdok); if (!yesno) return 0; - while (run_prog("/sbin/mount -t %s %s /mnt2", + while (run_prog("/sbin/mount -r -t %s %s /mnt2", fdtype, fddev)) { msg_display (MSG_fdremount, fname); process_menu (MENU_fdremount);