summaryrefslogtreecommitdiff
path: root/distrib
diff options
context:
space:
mode:
Diffstat (limited to 'distrib')
-rw-r--r--distrib/miniroot/install.sub4
-rw-r--r--distrib/simpleroot/install.sub4
2 files changed, 4 insertions, 4 deletions
diff --git a/distrib/miniroot/install.sub b/distrib/miniroot/install.sub
index b62ea3613ad..6e9301df899 100644
--- a/distrib/miniroot/install.sub
+++ b/distrib/miniroot/install.sub
@@ -1,5 +1,5 @@
#!/bin/sh
-# $OpenBSD: install.sub,v 1.37 1997/07/09 15:15:37 millert Exp $
+# $OpenBSD: install.sub,v 1.38 1997/07/16 22:33:03 pefo Exp $
# $NetBSD: install.sub,v 1.5.2.8 1996/09/02 23:25:02 pk Exp $
#
# Copyright (c) 1996 The NetBSD Foundation, Inc.
@@ -1075,7 +1075,7 @@ __install_cdrom_2
done
# Mount the CD-ROM
- if ! mount -t ${_filesystem} -o ro \
+ if ! mount -t ${_fstype} -o ro \
/dev/${_drive}${_partition} /mnt2 ; then
echo "Cannot mount CD-ROM drive. Aborting."
return
diff --git a/distrib/simpleroot/install.sub b/distrib/simpleroot/install.sub
index 3235a8da387..0f0430584e4 100644
--- a/distrib/simpleroot/install.sub
+++ b/distrib/simpleroot/install.sub
@@ -1,5 +1,5 @@
#!/bin/sh
-# $OpenBSD: install.sub,v 1.4 1997/05/15 12:31:15 graichen Exp $
+# $OpenBSD: install.sub,v 1.5 1997/07/16 22:33:04 pefo Exp $
# $NetBSD: install.sub,v 1.5.2.8 1996/09/02 23:25:02 pk Exp $
#
# Copyright (c) 1996 The NetBSD Foundation, Inc.
@@ -853,7 +853,7 @@ __install_cdrom_2
done
# Mount the CD-ROM
- if ! mount -t ${_filesystem} -o ro \
+ if ! mount -t ${_fstype} -o ro \
/dev/${_drive}${_partition} /mnt2 ; then
echo "Cannot mount CD-ROM drive. Aborting."
return