diff options
author | Hugh Graham <hugh@cvs.openbsd.org> | 2001-07-30 11:28:22 +0000 |
---|---|---|
committer | Hugh Graham <hugh@cvs.openbsd.org> | 2001-07-30 11:28:22 +0000 |
commit | 759f4678bcb35a1f33d193bf3e2bd42db3ff8a08 (patch) | |
tree | f2df2add9f845a77e456a631d5286ebb6e5f1d99 /distrib | |
parent | b8aba6f3130e615bc21247f97449281153111809 (diff) |
make it work again
Diffstat (limited to 'distrib')
-rw-r--r-- | distrib/vax/ramdisk/list | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/distrib/vax/ramdisk/list b/distrib/vax/ramdisk/list index e1c3bf136a1..0de3a27ebca 100644 --- a/distrib/vax/ramdisk/list +++ b/distrib/vax/ramdisk/list @@ -1,4 +1,4 @@ -# $OpenBSD: list,v 1.3 2001/06/23 19:45:03 deraadt Exp $ +# $OpenBSD: list,v 1.4 2001/07/30 11:28:21 hugh Exp $ # $NetBSD: list,v 1.2.4.2 1996/06/26 19:25:00 pk Exp $ # extras @@ -41,4 +41,4 @@ SYMLINK /tmp/hosts etc/hosts # and the installation tools COPY ${ARCHDIR}/../miniroot/dot.profile .profile -SPECIAL sed -e '/^#[ ].*$/d' -e "s/^ARCH=ARCH$/ARCH=`arch -s`/" < ${CURDIR}/../common/install.md > install.md +COPY ${ARCHDIR}/../install.md install.md |