xref: /netbsd/distrib/alpha/instkernel/ramdisk/list (revision 6550d01e)
1#	$NetBSD: list,v 1.38 2011/01/14 10:26:29 tsutsui Exp $
2
3SRCDIRS	bin sbin usr.bin/less usr.bin usr.sbin
4
5PROG	bin/cat		usr/bin/strings
6PROG	bin/chmod
7PROG	bin/cp
8PROG	bin/dd
9PROG	bin/df
10PROG	bin/ed
11PROG	bin/ln
12PROG	bin/ls
13PROG	bin/mkdir
14PROG	bin/mt
15PROG	bin/mv
16PROG	bin/pax		usr/bin/tar
17PROG	bin/pwd
18PROG	bin/rm
19PROG	bin/sh
20PROG	bin/stty
21PROG	bin/sync
22
23PROG	sbin/chown	bin/chgrp
24PROG	sbin/disklabel
25PROG	sbin/dmesg
26PROG	sbin/fsck
27PROG	sbin/fsck_ffs
28PROG	sbin/ifconfig
29PROG	sbin/init
30PROG	sbin/mknod
31PROG	sbin/mount
32PROG	sbin/mount_cd9660
33PROG	sbin/mount_ffs
34PROG	sbin/mount_msdos
35PROG	sbin/mount_nfs
36PROG	sbin/newfs	sbin/mount_mfs
37PROG	sbin/ping
38PROG	sbin/reboot	sbin/halt
39PROG	sbin/restore	sbin/rrestore
40PROG	sbin/route
41PROG	sbin/shutdown
42PROG	sbin/slattach
43PROG	sbin/swapctl
44PROG	sbin/umount
45
46PROG	usr/bin/ftp
47PROG	usr/bin/gzip	usr/bin/gzcat usr/bin/gunzip
48PROG	usr/bin/less	usr/bin/more
49PROG	usr/bin/sed
50PROG	usr/bin/tip
51PROG	usr/bin/tset
52
53PROG	usr/sbin/bad144
54PROG	usr/sbin/chroot
55PROG	usr/sbin/installboot
56
57# init invokes the shell as -sh
58ARGVLN	sh -sh
59
60SPECIAL	ping		srcdir	distrib/utils/x_ping
61
62LIBS	-ledit -lbz2 -lutil -lcurses -lterminfo -lrmt -lcrypt -ll -lm -lz -lprop
63
64# we need the boot blocks /usr/mdec
65COPY	${DESTDIR}/usr/mdec/boot		usr/mdec/boot
66COPY	${DESTDIR}/usr/mdec/bootxx_ffs		usr/mdec/bootxx_ffs
67COPY	${DESTDIR}/usr/mdec/bootxx_ffsv2	usr/mdec/bootxx_ffsv2
68
69# various files that we need in /etc for the install
70COPY	${NETBSDSRCDIR}/etc/group		etc/group
71COPY	${NETBSDSRCDIR}/etc/master.passwd	etc/master.passwd
72COPY	${NETBSDSRCDIR}/etc/netconfig		etc/netconfig
73COPY	${DISTRIBDIR}/common/protocols	etc/protocols
74COPY	${DISTRIBDIR}/common/services		etc/services
75
76CMD	${TOOL_PWD_MKDB} -L -d . etc/master.passwd
77MTREE	./etc/pwd.db	type=file uname=root gname=wheel mode=0644
78MTREE	./etc/spwd.db	type=file uname=root gname=wheel mode=0600
79
80# and the common installation tools
81COPY	${DISTRIBDIR}/utils/script-installer/dot.commonutils .commonutils
82COPY	${DISTRIBDIR}/utils/script-installer/dot.instutils   .instutils
83
84# and the installation tools
85COPY	${CURDIR}/dot.profile			.profile
86
87# old-style installation tools
88COPY	${CURDIR}/install.sh			install		555
89COPY	${CURDIR}/upgrade.sh			upgrade		555
90
91# and the install notes
92COPY	${INSTALLNOTES}				INSTALL.more
93