diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2001-10-08 19:26:15 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2001-10-08 19:26:15 +0000 |
commit | c772ad7d67e3ceae6a58640eb60041475bfd54d1 (patch) | |
tree | 89d16a7b09273704a341a2ae3a62db849e38f759 /distrib/sun3 | |
parent | 54d89bf4aa72b98702cac3d107fe13e9d411bfee (diff) |
arch -ks
Diffstat (limited to 'distrib/sun3')
-rw-r--r-- | distrib/sun3/miniroot/list | 4 | ||||
-rw-r--r-- | distrib/sun3/ramdisk/list | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/distrib/sun3/miniroot/list b/distrib/sun3/miniroot/list index bca9da60c26..cb6b1cddf29 100644 --- a/distrib/sun3/miniroot/list +++ b/distrib/sun3/miniroot/list @@ -1,4 +1,4 @@ -# $OpenBSD: list,v 1.3 2001/06/23 19:45:00 deraadt Exp $ +# $OpenBSD: list,v 1.4 2001/10/08 19:26:14 deraadt Exp $ # Sun3 extras LINK instbin sbin/disklabel @@ -51,6 +51,6 @@ SYMLINK /tmp/hosts etc/hosts # and the installation tools COPY ${ARCHDIR}/dot.profile .profile -SPECIAL sed -e '/^#[ ].*$/d' -e "s/^ARCH=ARCH$/ARCH=`arch`" < ${CURDIR}/../common/install.md > install.md +SPECIAL sed -e '/^#[ ].*$/d' -e "s/^ARCH=ARCH$/ARCH=`arch -ks`" < ${CURDIR}/../common/install.md > install.md COPY ${DESTDIR}/usr/mdec/ufsboot boot SPECIAL sync; ${DESTDIR}/usr/mdec/installboot ${TARGDIR}/boot ${DESTDIR}/usr/mdec/bootxx /dev/rsvnd0c diff --git a/distrib/sun3/ramdisk/list b/distrib/sun3/ramdisk/list index dad8f698f01..26cd1601eb8 100644 --- a/distrib/sun3/ramdisk/list +++ b/distrib/sun3/ramdisk/list @@ -1,4 +1,4 @@ -# $OpenBSD: list,v 1.5 2001/06/23 19:45:01 deraadt Exp $ +# $OpenBSD: list,v 1.6 2001/10/08 19:26:14 deraadt Exp $ # Sun3 extra's LINK instbin sbin/disklabel @@ -35,4 +35,4 @@ SYMLINK /tmp/hosts etc/hosts # and the installation tools COPY ${ARCHDIR}/../ramdisk/dot.profile .profile -SPECIAL sed -e '/^#[ ].*$/d' -e "s/^ARCH=ARCH$/ARCH=`arch -s`/" < ${CURDIR}/../common/install.md > install.md +SPECIAL sed -e '/^#[ ].*$/d' -e "s/^ARCH=ARCH$/ARCH=`arch -ks`/" < ${CURDIR}/../common/install.md > install.md |