xref: /netbsd-src/distrib/vax/ramdisk/list (revision 4472dbe5e3bd91ef2540bada7a7ca7384627ff9b)
1#	$NetBSD: list,v 1.7 2000/05/24 23:20:47 matt Exp $
2
3# Do this first in case spwd.db and pwd.db fill disk
4COPY	${CURDIR}/../../../etc/master.passwd	etc/master.passwd
5SPECIAL	pwd_mkdb -p -d ./ etc/master.passwd
6SPECIAL	/bin/rm etc/spwd.db
7SPECIAL	/bin/rm etc/pwd.db
8
9# copy the MAKEDEV script and make some devices
10COPY	${CURDIR}/../../../etc/etc.vax/MAKEDEV	dev/MAKEDEV
11SPECIAL	cd dev; sh MAKEDEV std mt0 st0 rd0 rd1 dz0 dl0 dhu0 rx0
12SPECIAL	cd dev; sh MAKEDEV ra0 ra1 hp0 hp1 sd0 sd1 sd2 md0 pty0 cd0 cd1
13SPECIAL	/bin/rm dev/MAKEDEV
14
15# copy the crunched binary, link to it, and kill it
16COPY	${OBJDIR}/ramdiskbin		ramdiskbin
17LINK	ramdiskbin			sysinst
18LINK	ramdiskbin			bin/cat
19LINK	ramdiskbin			bin/chmod
20LINK	ramdiskbin			bin/cp
21LINK	ramdiskbin			bin/dd
22LINK	ramdiskbin			bin/df
23LINK	ramdiskbin			bin/ed
24LINK	ramdiskbin			bin/ln
25LINK	ramdiskbin			bin/ls
26LINK	ramdiskbin			bin/mkdir
27LINK	ramdiskbin			bin/mt
28LINK	ramdiskbin			bin/mv
29LINK	ramdiskbin			bin/pax
30LINK	ramdiskbin			bin/pwd
31LINK	ramdiskbin			bin/rm
32LINK	ramdiskbin			bin/sh
33LINK	ramdiskbin			bin/stty
34LINK	ramdiskbin			bin/sync
35LINK	ramdiskbin			bin/test
36LINK	ramdiskbin			bin/[
37LINK	ramdiskbin			sbin/disklabel
38LINK	ramdiskbin			sbin/fdisk
39LINK	ramdiskbin			sbin/fsck
40LINK	ramdiskbin			sbin/fsck_ffs
41LINK	ramdiskbin			sbin/halt
42LINK	ramdiskbin			sbin/ifconfig
43LINK	ramdiskbin			sbin/init
44LINK	ramdiskbin			sbin/mknod
45LINK	ramdiskbin			sbin/mount
46LINK	ramdiskbin			sbin/mount_cd9660
47LINK	ramdiskbin			sbin/mount_ffs
48LINK	ramdiskbin			sbin/mount_msdos
49LINK	ramdiskbin			sbin/mount_nfs
50LINK	ramdiskbin			sbin/mount_kernfs
51LINK	ramdiskbin			sbin/newfs
52LINK	ramdiskbin			sbin/ping
53LINK	ramdiskbin			sbin/reboot
54LINK	ramdiskbin			sbin/restore
55LINK	ramdiskbin			sbin/route
56LINK	ramdiskbin			sbin/rrestore
57LINK	ramdiskbin			sbin/shutdown
58LINK	ramdiskbin			sbin/slattach
59LINK	ramdiskbin			sbin/swapctl
60LINK	ramdiskbin			sbin/umount
61SYMLINK	/bin/cat		usr/bin/chgrp
62SYMLINK	/bin/cat		usr/bin/ftp
63SYMLINK	/bin/cat		usr/bin/gunzip
64SYMLINK	/bin/cat		usr/bin/gzcat
65SYMLINK	/bin/cat		usr/bin/gzip
66SYMLINK	/bin/cat		usr/bin/more
67SYMLINK	/bin/cat		usr/bin/sed
68SYMLINK	/bin/cat		usr/bin/strings
69SYMLINK	/bin/cat		usr/bin/tar
70# SYMLINK	/bin/cat		usr/sbin/bad144
71SYMLINK	/bin/cat		usr/sbin/chown
72SYMLINK	/bin/cat		usr/sbin/chroot
73SPECIAL	/bin/rm ramdiskbin
74
75# we need the boot in /, and boot blocks in /usr/mdec
76COPY	${DESTDIR}/boot			boot
77COPY	${DESTDIR}/usr/mdec/xxboot	usr/mdec/xxboot
78LINK	usr/mdec/xxboot			usr/mdec/raboot
79LINK	usr/mdec/xxboot			usr/mdec/hpboot
80LINK	usr/mdec/xxboot			usr/mdec/rdboot
81LINK	usr/mdec/xxboot			usr/mdec/sdboot
82
83# various files that we need in /etc for the install
84COPY	${CURDIR}/../../../etc/group		etc/group
85COPY	${CURDIR}/../../../etc/protocols	etc/protocols
86COPY	${CURDIR}/../../../etc/services	etc/services
87
88# and the common installation tools
89# COPY	dot.commonutils			.commonutils
90COPY	${CURDIR}/termcap.vt100		usr/share/misc/termcap
91
92# the disktab explanation file
93COPY	${CURDIR}/disktab.preinstall	etc/disktab.preinstall
94
95# and the installation tools
96COPY	${CURDIR}/dot.profile		.profile
97# COPY	${CURDIR}/dot.instutils		.instutils
98# COPY	${OBJDIR}/install.sh		install
99# COPY	${OBJDIR}/upgrade.sh		upgrade
100# COPY	${OBJDIR}/start.sh		start
101# COPY	${CURDIR}/dot.hdprofile		tmp/.hdprofile
102# SPECIAL	chmod 755 install
103# SPECIAL	chmod 755 upgrade
104# SPECIAL	chmod 755 start
105
106#the lists of obsolete files used by sysinst
107SPECIAL sh ${CURDIR}/../../sets/makeobsolete -b -s ${CURDIR}/../../sets -t ./dist
108