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