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