summaryrefslogtreecommitdiff
path: root/distrib/miniroot/install.sh
diff options
context:
space:
mode:
Diffstat (limited to 'distrib/miniroot/install.sh')
-rw-r--r--distrib/miniroot/install.sh14
1 files changed, 1 insertions, 13 deletions
diff --git a/distrib/miniroot/install.sh b/distrib/miniroot/install.sh
index 27b276d2993..c3aafef1a5e 100644
--- a/distrib/miniroot/install.sh
+++ b/distrib/miniroot/install.sh
@@ -1,5 +1,5 @@
#!/bin/sh
-# $OpenBSD: install.sh,v 1.77 2001/04/20 01:55:51 krw Exp $
+# $OpenBSD: install.sh,v 1.78 2001/06/23 19:44:45 deraadt Exp $
# $NetBSD: install.sh,v 1.5.2.8 1996/08/27 18:15:05 gwr Exp $
#
# Copyright (c) 1997,1998 Todd Miller, Theo de Raadt
@@ -89,8 +89,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)
-# md_machine_arch() - get machine architecture
# include machine dependent subroutines
. install.md
@@ -136,16 +134,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.
-if [ "`df /`" = "`df /tmp`" ]; then
- md_makerootwritable
-fi
-
-# Get the machine architecture (must be done after md_makerootwritable)
-ARCH=`md_machine_arch`
-
if [ "`df /`" = "`df /mnt`" ]; then
# Install the shadowed disktab file; lets us write to it for temporary
# purposes without mounting the miniroot read-write.