summaryrefslogtreecommitdiff
path: root/distrib/mvme88k/ramdisk/install.sh
diff options
context:
space:
mode:
Diffstat (limited to 'distrib/mvme88k/ramdisk/install.sh')
-rw-r--r--distrib/mvme88k/ramdisk/install.sh8
1 files changed, 1 insertions, 7 deletions
diff --git a/distrib/mvme88k/ramdisk/install.sh b/distrib/mvme88k/ramdisk/install.sh
index ec6e73ee274..06ae7dc704f 100644
--- a/distrib/mvme88k/ramdisk/install.sh
+++ b/distrib/mvme88k/ramdisk/install.sh
@@ -1,5 +1,5 @@
#
-# $OpenBSD: install.sh,v 1.2 2000/01/24 04:51:55 smurph Exp $
+# $OpenBSD: install.sh,v 1.3 2001/06/23 19:44:49 deraadt Exp $
#
# Copyright (c) 1996 The NetBSD Foundation, Inc.
# All rights reserved.
@@ -62,7 +62,6 @@ MODE="install"
# md_congrats() - display friendly message
# md_native_fstype() - native filesystem type for disk installs
# md_native_fsopts() - native filesystem options for disk installs
-# md_makerootwritable() - make root writable (at least /tmp)
# include machine dependent subroutines
. install.md
@@ -96,11 +95,6 @@ md_set_term
# Get timezone info
get_timezone
-# Make sure we can write files (at least in /tmp)
-# This might make an MFS mount on /tmp, or it may
-# just re-mount the root with read-write enabled.
-md_makerootwritable
-
# Install the shadowed disktab file; lets us write to it for temporary
# purposes without mounting the miniroot read-write.
cp /etc/disktab.shadow /tmp/disktab.shadow