list revision 1.9
1# $NetBSD: list,v 1.9 1999/11/23 23:16:04 simonb Exp $ 2 3# pmax extra's: mountpoint for kernfs 4SPECIAL mkdir kern 5 6# extras in bin 7LINK instbin bin/csh 8LINK instbin bin/date 9LINK instbin bin/rcp 10LINK instbin bin/rcmd 11 12# extras in sbin 13LINK instbin sbin/disklabel 14LINK instbin sbin/mount_ext2fs 15LINK instbin sbin/fsck_ext2fs 16LINK instbin sbin/mount_kernfs 17 18# extras in /usr.bin 19SYMLINK ../../instbin usr/bin/netstat 20SYMLINK ../../instbin usr/bin/rsh 21SYMLINK ../../instbin usr/bin/tset usr/bin/reset 22SYMLINK ../../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 28SPECIAL mkdir usr.install 29SPECIAL mkdir usr.install/bin 30SPECIAL mkdir usr.install/sbin 31 32 33SPECIAL ln -s ../../instbin usr.install/bin/chflags 34SPECIAL ln -s ../../instbin usr.install/bin/chgrp 35SPECIAL ln -s ../../instbin usr.install/bin/ftp 36SPECIAL ln -s ../../instbin usr.install/bin/gunzip 37SPECIAL ln -s ../../instbin usr.install/bin/gzcat 38SPECIAL ln -s ../../instbin usr.install/bin/gzip 39SPECIAL ln -s ../../instbin usr.install/bin/netstat 40SPECIAL ln -s ../../instbin usr.install/bin/sort 41SPECIAL ln -s ../../instbin usr.install/bin/tar 42SPECIAL ln -s ../../instbin usr.install/bin/tip 43SPECIAL ln -s ../../instbin usr.install/bin/vi 44 45# local usr.sbin 46SPECIAL ln -s ../../instbin usr.install/sbin/chroot 47SPECIAL ln -s ../../instbin usr.install/sbin/chown 48 49 50# crunchgen source directory specials: progs built in nonstandard places 51CRUNCHSPECIAL vi srcdir usr.bin/vi/build 52CRUNCHSPECIAL sysinst srcdir distrib/utils/sysinst/arch/pmax 53 54 55 56# Minimize use of MFS 57SYMLINK /tmp var/tmp 58 59# copy the MAKEDEV script and make some devices 60COPY ${DESTDIR}/dev/MAKEDEV dev/MAKEDEV 61COPY ${DESTDIR}/dev/MAKEDEV.local dev/MAKEDEV.local 62SPECIAL cd dev; sh MAKEDEV all 63SPECIAL /bin/rm dev/MAKEDEV dev/MAKEDEV.local 64 65# we need the contents of /usr/mdec 66COPYDIR ${DESTDIR}/usr/mdec usr/mdec 67# and /boot 68COPY ${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 75COPY ${ARCHDIR}/termcap.rcons usr/share/misc/termcap 76 77# copy the kernel(s) 78COPY ${CURDIR}/../../sys/arch/pmax/compile/GENERIC/netbsd.aout netbsd 79COPY ${CURDIR}/../../sys/arch/pmax/compile/GENERIC/netbsd.ecoff netbsd.ecoff 80COPY ${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 90COPY ${DESTDIR}/etc/disktab etc/disktab.preinstall 91 92# and the installation tools 93COPY ${ARCHDIR}/dot.profile .profile 94LINK instbin sbin/sysinst 95 96# and a spare .profile 97COPY ${DESTDIR}/.profile tmp/.hdprofile 98 99#the lists of obsolete files used by sysinst 100SPECIAL sh ${CURDIR}/../../../../distrib/sets/makeobsolete -b -s ${CURDIR}/../../../distrib/sets -t ./dist 101