>From BETA_1_1 branch
---------------------------- revision 1.1.2.1 date: 1994/04/10 20:20:25; author: rgrimes; state: Exp; lines: +3 -3 Use /dev/fd0 instead of /dev/fd0a. Add mounting of mcd1 if mcd0 fails when searching for a cdrom drive.
This commit is contained in:
parent
f48386c2b5
commit
f010fbc6da
@ -1,7 +1,7 @@
|
||||
#!/bin/sh
|
||||
# cd install floppy disk /install script
|
||||
#
|
||||
# $Id$
|
||||
# $Id: cdinst1.install,v 1.1.2.1 1994/04/10 20:20:25 rgrimes Exp $
|
||||
|
||||
# ${OPSYSTEM}, the mounting of the cdrom drive, and the path are all
|
||||
# setup by .profile
|
||||
@ -420,8 +420,8 @@ y*|Y*)
|
||||
;;
|
||||
esac
|
||||
|
||||
mount -u /dev/fd0a / || {
|
||||
if mount -u /dev/fd1a / ; then
|
||||
mount -u /dev/fd0 / || {
|
||||
if mount -u /dev/fd1 / ; 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."
|
||||
|
Loading…
x
Reference in New Issue
Block a user