2108b54359
the full termcap distfile. In an attempt to reduce the madness switch everyone (except the i386 cd install which does its own thing) to the same (under 8K) termcap subset: ansi ansi/pc-term compatible with color dumb|unknown 80-column dumb tty hp300h HP Catseye console iris-ansi-ap IRIS ANSI in application-keypad mode iris-ansi|iris-ansi-net IRIS emulating 40 line ANSI terminal (almost VT100) sun|sun1|sun2|sun-il Sun Microsystems Inc. console with working insert-line vt100|vt100-am DEC VT100 (w/advanced video) vt220-8 DEC VT220 8 bit terminal vt220|vt200|vt300 DEC VT220 in vt100 emulation mode wsvt25 NetBSD wscons in 25 line DEC VT220 mode wsvt25m NetBSD wscons in 25 line DEC VT220 mode with Meta x68k|x68k-ite NetBSD/x68k ITE xterm|vs100 xterm terminal emulator (X Window System) Trying to provide similar functionality across all ports? It'll never catch on...
56 lines
1.3 KiB
Plaintext
56 lines
1.3 KiB
Plaintext
# $NetBSD: list,v 1.19 2009/09/20 23:19:55 abs Exp $
|
|
|
|
# extras in bin
|
|
PROG bin/csh
|
|
PROG bin/date
|
|
PROG bin/rcp
|
|
PROG bin/rcmd
|
|
|
|
# extras in sbin
|
|
PROG sbin/disklabel
|
|
PROG sbin/fsck_ext2fs
|
|
PROG sbin/mount_ext2fs
|
|
PROG sbin/mount_kernfs
|
|
|
|
# extras in usr/bin
|
|
PROG usr/bin/netstat
|
|
PROG usr/bin/rsh
|
|
PROG usr/bin/tset usr/bin/reset
|
|
PROG usr/bin/vi
|
|
|
|
# extras in usr/sbin
|
|
PROG usr/sbin/installboot
|
|
|
|
# crunchgen source directory specials: progs built in nonstandard places
|
|
SPECIAL vi srcdir usr.bin/nvi/build
|
|
|
|
# Minimize use of MFS
|
|
SYMLINK /tmp var/tmp
|
|
|
|
# we need the contents of /usr/mdec
|
|
COPYDIR ${DESTDIR}/usr/mdec usr/mdec
|
|
# and /boot.pmax
|
|
COPY ${DESTDIR}/boot.pmax boot.pmax
|
|
|
|
# the zoneinfo (dont use)
|
|
#COPYDIR ${DESTDIR}/usr/share/zoneinfo usr/share/zoneinfo
|
|
|
|
# a subset termcap file
|
|
COPY ${DISTRIBDIR}/common/termcap usr/share/misc/termcap
|
|
|
|
# copy the kernel(s)
|
|
COPY ${KERNOBJDIR}/GENERIC/netbsd netbsd
|
|
COPY ${KERNOBJDIR}/GENERIC/netbsd.ecoff netbsd.ecoff
|
|
COPY ${KERNOBJDIR}/INSTALL/nfsnetbsd.ecoff nfsnetbsd.ecoff
|
|
|
|
# various files that we need in /etc for the install
|
|
#SYMLINK /tmp/fstab.shadow etc/fstab
|
|
#SYMLINK /tmp/resolv.conf.shadow etc/resolv.conf
|
|
#SYMLINK /tmp/hosts etc/hosts
|
|
|
|
# and the installation tools
|
|
COPY ${ARCHDIR}/dot.profile .profile
|
|
|
|
# and a spare .profile
|
|
COPY ${DESTDIR}/.profile tmp/.hdprofile
|