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/hp300/ramdisk | |
parent | 9edbeb184f5ac944060b4c83ce10a745130e1d2c (diff) |
copy the upgrade program to the ramdisk. Damn this should have been in 2.3
Diffstat (limited to 'distrib/hp300/ramdisk')
-rw-r--r-- | distrib/hp300/ramdisk/list | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/distrib/hp300/ramdisk/list b/distrib/hp300/ramdisk/list index 5c23cd4c4ca..cd0dee20ac9 100644 --- a/distrib/hp300/ramdisk/list +++ b/distrib/hp300/ramdisk/list @@ -1,4 +1,4 @@ -# $OpenBSD: list,v 1.10 1998/04/14 20:07:29 millert Exp $ +# $OpenBSD: list,v 1.11 1998/04/28 16:27:59 millert Exp $ COPY ${OBJDIR}/raminst raminst LINK raminst bin/cat @@ -88,8 +88,9 @@ COPY dot.profile .profile COPY dot.instutils .instutils COPY install.md install.md COPY ${CURDIR}/../../miniroot/install.sh install +COPY ${CURDIR}/../../miniroot/upgrade.sh upgrade SPECIAL sed -e "/^VERSION=/s/=.*/=${REV}/" < ${CURDIR}/../../miniroot/install.sub > install.sub -SPECIAL chmod 755 install +SPECIAL chmod 755 install upgrade # so DNS can work SYMLINK /tmp/resolv.conf.shadow etc/resolv.conf |