diff options
Diffstat (limited to 'distrib/i386/common/list')
-rw-r--r-- | distrib/i386/common/list | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/distrib/i386/common/list b/distrib/i386/common/list index 2d47272541c..618ec17d66c 100644 --- a/distrib/i386/common/list +++ b/distrib/i386/common/list @@ -1,4 +1,4 @@ -# $OpenBSD: list,v 1.2 2002/04/28 19:25:09 deraadt Exp $ +# $OpenBSD: list,v 1.3 2002/04/29 17:13:38 deraadt Exp $ # copy the crunched binary, link to it, and kill it COPY ${OBJDIR}/instbin instbin @@ -67,6 +67,7 @@ COPY ${DESTDIR}/etc/spwd.db etc/spwd.db COPY ${DESTDIR}/etc/disktab etc/disktab.shadow COPY ${CURDIR}/../../miniroot/protocols etc/protocols COPY ${CURDIR}/../../miniroot/services etc/services +TERMCAP vt100,vt200,dumb usr/share/misc/termcap SYMLINK /tmp/disktab.shadow etc/disktab SYMLINK /tmp/fstab.shadow etc/fstab @@ -76,9 +77,6 @@ SYMLINK /tmp/hosts etc/hosts # dhcp things COPY ${DESTDIR}/sbin/dhclient-script sbin/dhclient-script -# and the common installation tools -COPY ${CURDIR}/../common/termcap.vt usr/share/misc/termcap - # and the installation tools SPECIAL sed -e '/^[ ]*#[ ].*$/d' -e '/^[ ]*#$/d' < ${CURDIR}/../../miniroot/dot.profile > .profile SPECIAL sed -e '/^[ ]*#[ ].*$/d' -e '/^[ ]*#$/d' -e "s/^ARCH=ARCH$/ARCH=`arch -ks`/" < ${CURDIR}/../common/install.md > install.md |