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