summaryrefslogtreecommitdiffstats
path: root/etc/etc.i386/inst2.install
diff options
context:
space:
mode:
Diffstat (limited to 'etc/etc.i386/inst2.install')
-rwxr-xr-xetc/etc.i386/inst2.install40
1 files changed, 0 insertions, 40 deletions
diff --git a/etc/etc.i386/inst2.install b/etc/etc.i386/inst2.install
deleted file mode 100755
index 0ef2d46..0000000
--- a/etc/etc.i386/inst2.install
+++ /dev/null
@@ -1,40 +0,0 @@
-#!/bin/sh
-# install2.fs disk 'install'
-# Simplified, interactive FreeBSD installation script.
-# D.E. Silvia (dsilvia@net.com)
-#
-# Heavily hacked on for support of FreeBSD
-# by Rodney W. Grimes (rgrimes@cdrom.com) 1993/08/11
-#
-# Installs balance of basic FreeBSD system.
-#
-
-echo -n "Verbose installation? [n] "
-read resp
-case $resp in
- y*)
- cpioverbose=v
- ;;
- *)
- cpioverbose=
- ;;
-esac
-
-echo
-echo "Please wait. Copying to disk..."
-# remove /.profile so that the right things happen when it gets
-# over written
-rm /.profile
-cd /
-mnt/usr/bin/gunzip < mnt/inst2.cpio.gz | cpio -idmu${cpioverbose}
-cd /mnt
-ls .profile install usr/bin/* | cpio -pdmu${cpioverbose} /
-cd /dev
-echo " done."
-echo
-echo "Building /dev files..."
-sh MAKEDEV all
-cd /
-echo " done."
-
-sync
OpenPOWER on IntegriCloud