diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 1998-04-28 16:28:02 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 1998-04-28 16:28:02 +0000 |
commit | 28da5fdfa2d45faa712454002fc2078dd95acc18 (patch) | |
tree | 985af3a8a1d2c9ff857961249869bb78cb8c91f5 /distrib/alpha/ramdisk/list | |
parent | 9edbeb184f5ac944060b4c83ce10a745130e1d2c (diff) |
copy the upgrade program to the ramdisk. Damn this should have been in 2.3
Diffstat (limited to 'distrib/alpha/ramdisk/list')
-rw-r--r-- | distrib/alpha/ramdisk/list | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/distrib/alpha/ramdisk/list b/distrib/alpha/ramdisk/list index 72886c8e317..2c3047de177 100644 --- a/distrib/alpha/ramdisk/list +++ b/distrib/alpha/ramdisk/list @@ -1,4 +1,4 @@ -# $OpenBSD: list,v 1.5 1997/08/20 22:42:13 deraadt Exp $ +# $OpenBSD: list,v 1.6 1998/04/28 16:28:01 millert Exp $ # we strip comments from files since we need the space... @@ -11,5 +11,6 @@ SPECIAL sed -e '/^#[ ].*$/d' < ${CURDIR}/dot.instutils > .instutils SPECIAL sed -e '/^#[ ].*$/d' < ${CURDIR}/disktab.shadow > etc/disktab.shadow SPECIAL sed -e "/^VERSION=/s/=.*/=${REV}/" -e '/^#[ ].*$/d' < ${CURDIR}/../../miniroot/install.sub > install.sub SPECIAL sed -e '/^#[ ].*$/d' < ${CURDIR}/../../miniroot/install.sh > install +SPECIAL sed -e '/^#[ ].*$/d' < ${CURDIR}/../../miniroot/upgrade.sh > upgrade SPECIAL sed -e '/^#[ ].*$/d' < ${CURDIR}/install.md > install.md -SPECIAL chmod 755 install +SPECIAL chmod 755 install upgrade |