summaryrefslogtreecommitdiff
path: root/distrib/vax
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2002-04-21 07:31:33 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2002-04-21 07:31:33 +0000
commitb3c8853b32e099d9b67f85bdccf3141511441a0a (patch)
treeea9659b5b60c880b2c4654c667a4cb686feb6ebc /distrib/vax
parent9817edc8f274a86923e0a3b9cf93d5afc399f49a (diff)
use arch -ks; strip the MAKEDEV
Diffstat (limited to 'distrib/vax')
-rw-r--r--distrib/vax/ramdisk/list6
1 files changed, 3 insertions, 3 deletions
diff --git a/distrib/vax/ramdisk/list b/distrib/vax/ramdisk/list
index 4da7f26e3db..10aba1ca3bf 100644
--- a/distrib/vax/ramdisk/list
+++ b/distrib/vax/ramdisk/list
@@ -1,4 +1,4 @@
-# $OpenBSD: list,v 1.10 2002/04/19 23:23:15 deraadt Exp $
+# $OpenBSD: list,v 1.11 2002/04/21 07:31:32 deraadt Exp $
# $NetBSD: list,v 1.2.4.2 1996/06/26 19:25:00 pk Exp $
# extras
@@ -12,7 +12,7 @@ SPECIAL /bin/rm instbin
SYMLINK /tmp var/tmp
# copy the MAKEDEV script and make some devices
-COPY ${DESTDIR}/dev/MAKEDEV dev/MAKEDEV
+SPECIAL sed -e '/^[ ]*#[ ].*$/d' -e '/^[ ]*#$/d' < ${DESTDIR}/dev/MAKEDEV > dev/MAKEDEV
SPECIAL cd dev; sh MAKEDEV ramdisk
# copy and link first stage boot code
@@ -34,4 +34,4 @@ SYMLINK /tmp/hosts etc/hosts
# and the installation tools
SPECIAL sed -e '/^[ ]*#[ ].*$/d' -e '/^[ ]*#$/d' < ${ARCHDIR}/../ramdisk/dot.profile > .profile
-SPECIAL sed -e '/^#[ ].*$/d' -e "s/^ARCH=ARCH$/ARCH=`arch -s`/" < ${ARCHDIR}/../install.md > install.md
+SPECIAL sed -e '/^#[ ].*$/d' -e "s/^ARCH=ARCH$/ARCH=`arch -ks`/" < ${ARCHDIR}/../install.md > install.md