list revision 1.9
11.9Stron#	$NetBSD: list,v 1.9 1999/05/23 07:31:19 tron Exp $
21.1Sthorpej
31.1Sthorpej# copy the crunched binary, link to it, and kill it
41.1SthorpejCOPY	${OBJDIR}/ramdiskbin		ramdiskbin
51.1SthorpejLINK	ramdiskbin			sysinst
61.1SthorpejLINK	ramdiskbin			bin/cat
71.1SthorpejLINK	ramdiskbin			bin/chmod
81.1SthorpejLINK	ramdiskbin			bin/cp
91.1SthorpejLINK	ramdiskbin			bin/dd
101.1SthorpejLINK	ramdiskbin			bin/df
111.1SthorpejLINK	ramdiskbin			bin/ed
121.1SthorpejLINK	ramdiskbin			bin/ln
131.1SthorpejLINK	ramdiskbin			bin/ls
141.1SthorpejLINK	ramdiskbin			bin/mkdir
151.1SthorpejLINK	ramdiskbin			bin/mt
161.1SthorpejLINK	ramdiskbin			bin/mv
171.6SrossLINK	ramdiskbin			bin/pax
181.1SthorpejLINK	ramdiskbin			bin/pwd
191.1SthorpejLINK	ramdiskbin			bin/rm
201.1SthorpejLINK	ramdiskbin			bin/sh
211.1SthorpejLINK	ramdiskbin			bin/stty
221.1SthorpejLINK	ramdiskbin			bin/sync
231.1SthorpejLINK	ramdiskbin			bin/test
241.1SthorpejLINK	ramdiskbin			bin/[
251.1SthorpejLINK	ramdiskbin			sbin/disklabel
261.1SthorpejLINK	ramdiskbin			sbin/fsck
271.1SthorpejLINK	ramdiskbin			sbin/fsck_ffs
281.1SthorpejLINK	ramdiskbin			sbin/halt
291.1SthorpejLINK	ramdiskbin			sbin/ifconfig
301.1SthorpejLINK	ramdiskbin			sbin/init
311.1SthorpejLINK	ramdiskbin			sbin/mknod
321.1SthorpejLINK	ramdiskbin			sbin/mount
331.1SthorpejLINK	ramdiskbin			sbin/mount_cd9660
341.1SthorpejLINK	ramdiskbin			sbin/mount_ffs
351.6SrossLINK	ramdiskbin			sbin/mount_kernfs
361.1SthorpejLINK	ramdiskbin			sbin/mount_msdos
371.1SthorpejLINK	ramdiskbin			sbin/mount_nfs
381.1SthorpejLINK	ramdiskbin			sbin/newfs
391.1SthorpejLINK	ramdiskbin			sbin/ping
401.1SthorpejLINK	ramdiskbin			sbin/reboot
411.1SthorpejLINK	ramdiskbin			sbin/restore
421.1SthorpejLINK	ramdiskbin			sbin/route
431.1SthorpejLINK	ramdiskbin			sbin/rrestore
441.1SthorpejLINK	ramdiskbin			sbin/shutdown
451.1SthorpejLINK	ramdiskbin			sbin/slattach
461.6SrossLINK	ramdiskbin			sbin/swapctl
471.1SthorpejLINK	ramdiskbin			sbin/umount
481.1SthorpejSYMLINK	/bin/cat			usr/bin/chgrp
491.1SthorpejSYMLINK	/bin/cat			usr/bin/ftp
501.1SthorpejSYMLINK	/bin/cat			usr/bin/gunzip
511.1SthorpejSYMLINK	/bin/cat			usr/bin/gzcat
521.1SthorpejSYMLINK	/bin/cat			usr/bin/gzip
531.6SrossSYMLINK	/bin/cat			usr/bin/less
541.1SthorpejSYMLINK	/bin/cat			usr/bin/more
551.1SthorpejSYMLINK	/bin/cat			usr/bin/sed
561.1SthorpejSYMLINK	/bin/cat			usr/bin/strings
571.1SthorpejSYMLINK	/bin/cat			usr/bin/tar
581.1SthorpejSYMLINK	/bin/cat			usr/bin/tip
591.2SthorpejSYMLINK	/bin/cat			usr/bin/tset
601.1SthorpejSYMLINK	/bin/cat			usr/mdec/installboot
611.1SthorpejSYMLINK	/bin/cat			usr/sbin/bad144
621.1SthorpejSYMLINK	/bin/cat			usr/sbin/chown
631.1SthorpejSYMLINK	/bin/cat			usr/sbin/chroot
641.1SthorpejSYMLINK	/bin/cat			usr/sbin/update
651.1SthorpejSPECIAL	/bin/rm ramdiskbin
661.1Sthorpej
671.1Sthorpej# copy the MAKEDEV script and make some devices
681.1SthorpejCOPY	${CURDIR}/../../../../etc/etc.alpha/MAKEDEV	dev/MAKEDEV
691.1SthorpejSPECIAL	cd dev; sh MAKEDEV minimal
701.1SthorpejSPECIAL	/bin/rm dev/MAKEDEV
711.1Sthorpej
721.1Sthorpej# we need the boot blocks /usr/mdec
731.1SthorpejCOPY	${DESTDIR}/usr/mdec/boot		usr/mdec/boot
741.7ScgdCOPY	${DESTDIR}/usr/mdec/bootxx_ffs		usr/mdec/bootxx_ffs
751.1Sthorpej
761.1Sthorpej# various files that we need in /etc for the install
771.1SthorpejCOPY	${CURDIR}/../../../../etc/group		etc/group
781.1SthorpejCOPY	${CURDIR}/../../../../etc/master.passwd	etc/master.passwd
791.1SthorpejCOPY	${CURDIR}/../../../../etc/protocols	etc/protocols
801.1SthorpejCOPY	${CURDIR}/../../../../etc/services	etc/services
811.1SthorpejSPECIAL	pwd_mkdb -p -d ./ etc/master.passwd
821.6SrossSPECIAL	/bin/rm etc/spwd.db
831.6SrossSPECIAL	/bin/rm etc/pwd.db
841.1Sthorpej
851.1Sthorpej# and the common installation tools
861.1SthorpejCOPY	${DESTDIR}/usr/share/misc/termcap	usr/share/misc/termcap
871.6SrossCOPY	${CURDIR}/../../../utils/script-installer/dot.commonutils  .commonutils
881.6SrossCOPY	${CURDIR}/../../../utils/script-installer/dot.instutils	   .instutils
891.1Sthorpej
901.1Sthorpej# the disktab explanation file
911.9StronCOPY	${CURDIR}/disktab.preinstall		etc/disktab.preinstall
921.1Sthorpej
931.1Sthorpej# and the installation tools
941.9StronCOPY	${CURDIR}/dot.profile			.profile
951.9StronCOPY	${CURDIR}/dot.hdprofile			tmp/.hdprofile
961.3Sross
971.3Sross# old-style installation tools
981.3Sross
991.9StronCOPY	${CURDIR}/../src/install.sh		install
1001.9StronCOPY	${CURDIR}/../src/upgrade.sh		upgrade
1011.3Sross
1021.3SrossSPECIAL chmod 755 install
1031.3SrossSPECIAL chmod 755 upgrade
104