diff options
author | Thorsten Lockert <tholo@cvs.openbsd.org> | 1997-05-03 07:50:17 +0000 |
---|---|---|
committer | Thorsten Lockert <tholo@cvs.openbsd.org> | 1997-05-03 07:50:17 +0000 |
commit | 90649cdd4bbf3ba18c138570649f321c120f45c9 (patch) | |
tree | 063d2533e86d5d230b38ad4073e01f3e3ff5cdbb /distrib/i386/floppies/ramdisk/list | |
parent | 852ef82bd6f0c5acf1e2c79d870d4ca158713810 (diff) |
Almost complete install script that uses the machine-independant code from
the miniroot; not quite ready for prime-time yet but getting closer
Diffstat (limited to 'distrib/i386/floppies/ramdisk/list')
-rw-r--r-- | distrib/i386/floppies/ramdisk/list | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/distrib/i386/floppies/ramdisk/list b/distrib/i386/floppies/ramdisk/list index 05e8d087bba..13a1b1f3d19 100644 --- a/distrib/i386/floppies/ramdisk/list +++ b/distrib/i386/floppies/ramdisk/list @@ -1,4 +1,4 @@ -# $OpenBSD: list,v 1.3 1997/04/22 00:35:10 deraadt Exp $ +# $OpenBSD: list,v 1.4 1997/05/03 07:50:16 tholo Exp $ # the disktab explanation file COPY disktab.preinstall etc/disktab.preinstall @@ -6,7 +6,9 @@ COPY disktab.preinstall etc/disktab.preinstall # and the installation tools COPY dot.profile .profile COPY dot.instutils .instutils -COPY install.md install -COPY dot.hdprofile tmp/.hdprofile COPY resolv.conf etc/resolv.conf +COPY install.md install.md +COPY ${CURDIR}/../../../miniroot/install.sh install +COPY ${CURDIR}/../../../miniroot/upgrade.sh upgrade +SPECIAL sed "/^VERSION=/s/=.*/=${REV}/" < ${CURDIR}/../../../miniroot/install.sub > install.sub SPECIAL chmod 755 install |