xref: /netbsd-src/distrib/pmax/miniroot/list (revision 605add88bb47a354ff42b6979ae62aefd466675a)
1#	$NetBSD: list,v 1.23 2013/11/30 08:27:18 nakayama 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 external/bsd/nvi/usr.bin/nvi
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# copy the kernel(s)
36COPY	${KERNOBJDIR}/GENERIC/netbsd		netbsd
37COPY	${KERNOBJDIR}/GENERIC/netbsd.ecoff	netbsd.ecoff
38COPY	${KERNOBJDIR}/INSTALL/nfsnetbsd.ecoff	nfsnetbsd.ecoff
39
40# various files that we need in /etc for the install
41#SYMLINK	/tmp/fstab.shadow		etc/fstab
42#SYMLINK	/tmp/resolv.conf.shadow		etc/resolv.conf
43#SYMLINK	/tmp/hosts			etc/hosts
44
45# and the installation tools
46COPY	${ARCHDIR}/dot.profile		.profile
47
48# and a spare .profile
49COPY	${DESTDIR}/.profile		tmp/.hdprofile
50