list revision 1.7
1# $NetBSD: list,v 1.7 1999/04/12 16:06:36 minoura Exp $ 2 3# copy the crunched binary, link to it, and kill it 4COPY ${OBJDIR}/ramdiskbin ramdiskbin 5LINK ramdiskbin bin/cat 6LINK ramdiskbin bin/chmod 7LINK ramdiskbin bin/cp 8LINK ramdiskbin bin/dd 9LINK ramdiskbin bin/df 10LINK ramdiskbin bin/ed 11LINK ramdiskbin bin/ln 12LINK ramdiskbin bin/ls 13LINK ramdiskbin bin/mkdir 14LINK ramdiskbin bin/mt 15LINK ramdiskbin bin/mv 16LINK ramdiskbin bin/pax 17LINK ramdiskbin bin/pwd 18LINK ramdiskbin bin/rm 19LINK ramdiskbin bin/sh 20LINK ramdiskbin bin/stty 21LINK ramdiskbin bin/sync 22LINK ramdiskbin bin/test 23LINK ramdiskbin bin/[ 24LINK ramdiskbin sbin/disklabel 25LINK ramdiskbin sbin/fdisk 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_msdos 36LINK ramdiskbin sbin/mount_nfs 37LINK ramdiskbin sbin/mount_kernfs 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/more 54SYMLINK /bin/cat usr/bin/sed 55SYMLINK /bin/cat usr/bin/strings 56SYMLINK /bin/cat usr/bin/tip 57SYMLINK /bin/cat usr/sbin/chown 58SYMLINK /bin/cat usr/sbin/chroot 59SYMLINK /bin/cat usr/sbin/update 60SPECIAL /bin/rm ramdiskbin 61 62# various files that we need in /etc for the install 63COPY ${CURDIR}/../../../../etc/group etc/group 64COPY ${CURDIR}/../../../../etc/master.passwd etc/master.passwd 65COPY ${CURDIR}/../../../../etc/protocols etc/protocols 66COPY ${CURDIR}/../../../../etc/services etc/services 67 68SPECIAL pwd_mkdb -p -d ./ etc/master.passwd 69SPECIAL /bin/rm etc/spwd.db 70SPECIAL /bin/rm etc/pwd.db 71 72# copy the MAKEDEV script and make some devices 73COPY ${CURDIR}/../../../../etc/etc.x68k/MAKEDEV dev/MAKEDEV 74SPECIAL cd dev; sh MAKEDEV ramdisk 75SPECIAL /bin/rm dev/MAKEDEV 76 77# we need the boot blocks /usr/mdec 78COPY ${DESTDIR}/usr/mdec/sdboot usr/mdec/sdboot 79LINK usr/mdec/sdboot usr/mdec/fdboot 80 81# and the common installation tools 82COPY ${CURDIR}/../../../utils/script-installer/dot.instutils .instutils 83COPY ${CURDIR}/../../../utils/script-installer/dot.commonutils .commonutils 84COPY termcap.vt usr/share/misc/termcap 85 86# the disktab explanation file 87COPY disktab.preinstall etc/disktab.preinstall 88 89# and the installation tools 90COPY dot.profile .profile 91COPY ${OBJDIR}/install.sh install 92COPY ${OBJDIR}/upgrade.sh upgrade 93COPY ${OBJDIR}/start.sh start 94COPY dot.hdprofile tmp/.hdprofile 95SPECIAL chmod 755 install 96SPECIAL chmod 755 upgrade 97SPECIAL chmod 755 start 98