From owner-cvs-user Sat Nov 9 03:57:57 1996 Return-Path: owner-cvs-user Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id DAA22173 for cvs-user-outgoing; Sat, 9 Nov 1996 03:57:57 -0800 (PST) Received: (from joerg@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id DAA22156; Sat, 9 Nov 1996 03:57:47 -0800 (PST) Date: Sat, 9 Nov 1996 03:57:47 -0800 (PST) From: Joerg Wunsch Message-Id: <199611091157.DAA22156@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-user Subject: cvs commit: src/release/sysinstall install.c Sender: owner-cvs-user@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk joerg 96/11/09 03:57:46 Modified: release/sysinstall install.c Log: If mounting the fixit floppy fails in the first place, warn the user but make a second attempt using MNT_FORCE, just in case it has been unclean from a previous crash. That's dangerous, but far better than keeping the despaired user standing in the rain... (Experienced admins can still fsck it then, and remount. Others will either totally crash, or incidentally succeed, without much further help possible...) Btw., mount(2) misses the description of MNT_FORCE for the mount syscall. Revision Changes Path 1.138 +5 -1 src/release/sysinstall/install.c