From 81d35d6d98ccc9ae326a9d8dd1efd7bc491b9463 Mon Sep 17 00:00:00 2001 From: chmr Date: Sat, 16 Oct 1993 09:12:08 +0000 Subject: Allow install floppy to be placed in the B: drive. --- etc/etc.i386/inst1.install | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'etc') diff --git a/etc/etc.i386/inst1.install b/etc/etc.i386/inst1.install index 46fbf63..367a5e6 100755 --- a/etc/etc.i386/inst1.install +++ b/etc/etc.i386/inst1.install @@ -420,7 +420,14 @@ y*|Y*) ;; esac -mount -u /dev/fd0a / +mount -u /dev/fd0a / || { + if mount -u /dev/fd1a / ; then + echo "[Please ignore the above error message, that's normal.]" + else + echo "Oh boy, we're in trouble here: Could not mount floppy read-write." + exit 1 + fi +} sync verified_install="" while [ ! "$verified_install" ]; do # Begin of Big Loop -- cgit v1.1