xref: /netbsd/distrib/pmax/miniroot/list (revision bf9ec67e)
1#	$NetBSD: list,v 1.14 2002/05/27 11:02:21 lukem Exp $
2
3# extras in bin
4PROG	bin/csh
5PROG	bin/date
6PROG	bin/rcp
7PROG	bin/rcmd
8
9# extras in sbin
10PROG	sbin/disklabel
11PROG	sbin/fsck_ext2fs
12PROG	sbin/mount_ext2fs
13PROG	sbin/mount_kernfs
14
15# extras in usr/bin
16PROG	usr/bin/netstat
17PROG	usr/bin/rsh
18PROG	usr/bin/tset usr/bin/reset
19PROG	usr/bin/vi
20
21# extras in usr/sbin
22PROG	usr/sbin/installboot
23
24# crunchgen source directory specials: progs built in nonstandard places
25SPECIAL	vi	srcdir usr.bin/vi/build
26
27# Minimize use of MFS
28SYMLINK	/tmp	var/tmp
29
30# we need the contents of /usr/mdec
31COPYDIR	${DESTDIR}/usr/mdec	usr/mdec
32# and /boot.pmax
33COPY	${DESTDIR}/boot.pmax	boot.pmax
34
35# the zoneinfo (dont use)
36#COPYDIR	${DESTDIR}/usr/share/zoneinfo	usr/share/zoneinfo
37
38# a subset termcap file
39COPY	${ARCHDIR}/termcap.rcons usr/share/misc/termcap
40
41# copy the kernel(s)
42COPY	${KERNOBJDIR}/GENERIC/netbsd.aout	netbsd
43COPY	${KERNOBJDIR}/GENERIC/netbsd.ecoff	netbsd.ecoff
44COPY	${KERNOBJDIR}/INSTALL/nfsnetbsd.ecoff	nfsnetbsd.ecoff
45
46# various files that we need in /etc for the install
47#COPY	${DESTDIR}/etc/disktab		etc/disktab.shadow
48#SYMLINK	/tmp/disktab.shadow		etc/disktab
49#SYMLINK	/tmp/fstab.shadow		etc/fstab
50#SYMLINK	/tmp/resolv.conf.shadow		etc/resolv.conf
51#SYMLINK	/tmp/hosts			etc/hosts
52
53# sysinst needs disktab template
54COPY	${DESTDIR}/etc/disktab		etc/disktab.preinstall
55
56# and the installation tools
57COPY	${ARCHDIR}/dot.profile		.profile
58
59# and a spare .profile
60COPY	${DESTDIR}/.profile		tmp/.hdprofile
61