summaryrefslogtreecommitdiffstats
path: root/etc/etc.i386/cpio.install
diff options
context:
space:
mode:
Diffstat (limited to 'etc/etc.i386/cpio.install')
-rwxr-xr-xetc/etc.i386/cpio.install20
1 files changed, 0 insertions, 20 deletions
diff --git a/etc/etc.i386/cpio.install b/etc/etc.i386/cpio.install
deleted file mode 100755
index dda4457..0000000
--- a/etc/etc.i386/cpio.install
+++ /dev/null
@@ -1,20 +0,0 @@
-#!/bin/sh
-#
-# $Id$
-#
-
-echo
-echo -n "Copying to disk... "
-cd /
-gunzip < mnt/inst2.cpio.gz | cpio -idmu
-cd /mnt
-echo -n "Copying more to disk... "
-ls install magic | cpio -pdmu /
-echo -n "Copying even more to disk... "
-ls rc | cpio -pdmu /etc
-echo -n "Building /dev files... "
-cd /dev
-sh MAKEDEV all
-cd /
-echo "done."
-sync
OpenPOWER on IntegriCloud