diff options
Diffstat (limited to 'distrib/mvmeppc/ramdisk/list')
-rw-r--r-- | distrib/mvmeppc/ramdisk/list | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/distrib/mvmeppc/ramdisk/list b/distrib/mvmeppc/ramdisk/list index 3a884f44da7..896c3ab6e77 100644 --- a/distrib/mvmeppc/ramdisk/list +++ b/distrib/mvmeppc/ramdisk/list @@ -1,4 +1,4 @@ -# $OpenBSD: list,v 1.8 2002/04/28 19:25:09 deraadt Exp $ +# $OpenBSD: list,v 1.9 2002/04/29 17:13:39 deraadt Exp $ SRCDIRS distrib/special SRCDIRS gnu/usr.bin usr.bin bin sbin usr.sbin @@ -57,7 +57,6 @@ LINK instbin usr/bin/sed # copy the MAKEDEV script and make some devices COPY ${DESTDIR}/dev/MAKEDEV dev/MAKEDEV SPECIAL cd dev; sh MAKEDEV ramdisk -#SPECIAL /bin/rm dev/MAKEDEV # we need the contents of /usr/mdec COPY ${DESTDIR}/usr/mdec/ofwboot usr/mdec/ofwboot @@ -73,13 +72,11 @@ SYMLINK /tmp/disktab.shadow etc/disktab SYMLINK /tmp/fstab.shadow etc/fstab SYMLINK /tmp/resolv.conf.shadow etc/resolv.conf SYMLINK /tmp/hosts etc/hosts +TERMCAP vt100,vt200,dumb usr/share/misc/termcap # dhcp things COPY ${DESTDIR}/sbin/dhclient-script sbin/dhclient-script -# and the common installation tools -COPY ${TOPDIR}/common/termcap.vt usr/share/misc/termcap - # and the installation tools # and the installation tools SPECIAL sed -e '/^[ ]*#[ ].*$/d' -e '/^[ ]*#$/d' < ${CURDIR}/../../miniroot/dot.profile > .profile |