1 # $NetBSD: list,v 1.8.4.1 1999/12/27 18:28:31 wrstuden Exp $ 2 3 # pmax extra's: mountpoint for kernfs 4 SPECIAL mkdir kern 5 6 # extras in bin 7 LINK instbin bin/csh 8 LINK instbin bin/date 9 LINK instbin bin/rcp 10 LINK instbin bin/rcmd 11 12 # extras in sbin 13 LINK instbin sbin/disklabel 14 LINK instbin sbin/mount_ext2fs 15 LINK instbin sbin/fsck_ext2fs 16 LINK instbin sbin/mount_kernfs 17 18 # extras in /usr.bin 19 SYMLINK ../../instbin usr/bin/netstat 20 SYMLINK ../../instbin usr/bin/rsh 21 SYMLINK ../../instbin usr/bin/tset usr/bin/reset 22 SYMLINK ../../instbin usr/bin/vi 23 24 # OK, now do everything in /usr all over all again in usr.install, 25 # in case we try and install directly into the miniroot (mounting over /usr). 26 27 # local usr.bin 28 SPECIAL mkdir usr.install 29 SPECIAL mkdir usr.install/bin 30 SPECIAL mkdir usr.install/sbin 31 32 33 SPECIAL ln -s ../../instbin usr.install/bin/chflags 34 SPECIAL ln -s ../../instbin usr.install/bin/chgrp 35 SPECIAL ln -s ../../instbin usr.install/bin/ftp 36 SPECIAL ln -s ../../instbin usr.install/bin/gunzip 37 SPECIAL ln -s ../../instbin usr.install/bin/gzcat 38 SPECIAL ln -s ../../instbin usr.install/bin/gzip 39 SPECIAL ln -s ../../instbin usr.install/bin/netstat 40 SPECIAL ln -s ../../instbin usr.install/bin/sort 41 SPECIAL ln -s ../../instbin usr.install/bin/tar 42 SPECIAL ln -s ../../instbin usr.install/bin/tip 43 SPECIAL ln -s ../../instbin usr.install/bin/vi 44 45 # local usr.sbin 46 SPECIAL ln -s ../../instbin usr.install/sbin/chroot 47 SPECIAL ln -s ../../instbin usr.install/sbin/chown 48 49 50 # crunchgen source directory specials: progs built in nonstandard places 51 CRUNCHSPECIAL vi srcdir usr.bin/vi/build 52 CRUNCHSPECIAL sysinst srcdir distrib/utils/sysinst/arch/pmax 53 54 55 56 # Minimize use of MFS 57 SYMLINK /tmp var/tmp 58 59 # copy the MAKEDEV script and make some devices 60 COPY ${DESTDIR}/dev/MAKEDEV dev/MAKEDEV 61 COPY ${DESTDIR}/dev/MAKEDEV.local dev/MAKEDEV.local 62 SPECIAL cd dev; sh MAKEDEV all 63 SPECIAL /bin/rm dev/MAKEDEV dev/MAKEDEV.local 64 65 # we need the contents of /usr/mdec 66 COPYDIR ${DESTDIR}/usr/mdec usr/mdec 67 # and /boot 68 COPY ${DESTDIR}/boot boot 69 70 71 # the zoneinfo (dont use) 72 #COPYDIR ${DESTDIR}/usr/share/zoneinfo usr/share/zoneinfo 73 74 # a subset termcap file 75 COPY ${ARCHDIR}/termcap.rcons usr/share/misc/termcap 76 77 # copy the kernel(s) 78 COPY ${CURDIR}/../../sys/arch/pmax/compile/GENERIC/netbsd.aout netbsd 79 COPY ${CURDIR}/../../sys/arch/pmax/compile/GENERIC/netbsd.ecoff netbsd.ecoff 80 COPY ${CURDIR}/../../sys/arch/pmax/compile/INSTALL/nfsnetbsd.ecoff nfsnetbsd.ecoff 81 82 # various files that we need in /etc for the install 83 #COPY ${DESTDIR}/etc/disktab etc/disktab.shadow 84 #SYMLINK /tmp/disktab.shadow etc/disktab 85 #SYMLINK /tmp/fstab.shadow etc/fstab 86 #SYMLINK /tmp/resolv.conf.shadow etc/resolv.conf 87 #SYMLINK /tmp/hosts etc/hosts 88 89 # sysinst needs disktab template 90 COPY ${DESTDIR}/etc/disktab etc/disktab.preinstall 91 92 # and the installation tools 93 COPY ${ARCHDIR}/dot.profile .profile 94 LINK instbin sbin/sysinst 95 96 # and a spare .profile 97 COPY ${DESTDIR}/.profile tmp/.hdprofile 98 99 #the lists of obsolete files used by sysinst 100 SPECIAL sh ${CURDIR}/../../../../distrib/sets/makeobsolete -b -s ${CURDIR}/../../../distrib/sets -t ./dist 101