Major hackery to get the 1.1 Beta floppies building. Have a special
[unix-history] / etc / etc.i386 / cpio.install
#!/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