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