list revision 1.8
1# $NetBSD: list,v 1.8 1999/06/05 20:17:41 bouyer 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 48SPECIAL ln -s ../../instbin usr.install/sbin/update 49 50 51# crunchgen source directory specials: progs built in nonstandard places 52CRUNCHSPECIAL vi srcdir usr.bin/vi/build 53CRUNCHSPECIAL sysinst srcdir distrib/utils/sysinst/arch/pmax 54 55 56 57# Minimize use of MFS 58SYMLINK /tmp var/tmp 59 60# copy the MAKEDEV script and make some devices 61COPY ${DESTDIR}/dev/MAKEDEV dev/MAKEDEV 62COPY ${DESTDIR}/dev/MAKEDEV.local dev/MAKEDEV.local 63SPECIAL cd dev; sh MAKEDEV all 64SPECIAL /bin/rm dev/MAKEDEV dev/MAKEDEV.local 65 66# we need the contents of /usr/mdec 67COPYDIR ${DESTDIR}/usr/mdec usr/mdec 68# and /boot 69COPY ${DESTDIR}/boot boot 70 71 72# the zoneinfo (dont use) 73#COPYDIR ${DESTDIR}/usr/share/zoneinfo usr/share/zoneinfo 74 75# a subset termcap file 76COPY ${ARCHDIR}/termcap.rcons usr/share/misc/termcap 77 78# copy the kernel(s) 79COPY ${CURDIR}/../../sys/arch/pmax/compile/GENERIC/netbsd.aout netbsd 80COPY ${CURDIR}/../../sys/arch/pmax/compile/GENERIC/netbsd.ecoff netbsd.ecoff 81COPY ${CURDIR}/../../sys/arch/pmax/compile/INSTALL/nfsnetbsd.ecoff nfsnetbsd.ecoff 82 83# various files that we need in /etc for the install 84#COPY ${DESTDIR}/etc/disktab etc/disktab.shadow 85#SYMLINK /tmp/disktab.shadow etc/disktab 86#SYMLINK /tmp/fstab.shadow etc/fstab 87#SYMLINK /tmp/resolv.conf.shadow etc/resolv.conf 88#SYMLINK /tmp/hosts etc/hosts 89 90# sysinst needs disktab template 91COPY ${DESTDIR}/etc/disktab etc/disktab.preinstall 92 93# and the installation tools 94COPY ${ARCHDIR}/dot.profile .profile 95LINK instbin sbin/sysinst 96 97# and a spare .profile 98COPY ${DESTDIR}/.profile tmp/.hdprofile 99 100#the lists of obsolete files used by sysinst 101SPECIAL sh ${CURDIR}/../../../../distrib/sets/makeobsolete -b -s ${CURDIR}/../../../distrib/sets -t ./dist 102