1 # $NetBSD: list,v 1.1 2001/10/15 16:22:50 uch Exp $ 2 3 # playstation2 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/fdisk 15 LINK instbin sbin/mount_ext2fs 16 LINK instbin sbin/fsck_ext2fs 17 LINK instbin sbin/mount_kernfs 18 LINK instbin sbin/mount_msdos 19 20 # extras in /usr.bin 21 SYMLINK ../../instbin usr/bin/netstat 22 SYMLINK ../../instbin usr/bin/rsh 23 SYMLINK ../../instbin usr/bin/tset usr/bin/reset 24 SYMLINK ../../instbin usr/bin/vi 25 26 # OK, now do everything in /usr all over all again in usr.install, 27 # in case we try and install directly into the miniroot (mounting over /usr). 28 29 # local usr.bin 30 SPECIAL mkdir usr.install 31 SPECIAL mkdir usr.install/bin 32 SPECIAL mkdir usr.install/sbin 33 34 35 SPECIAL ln -s ../../instbin usr.install/bin/chflags 36 SPECIAL ln -s ../../instbin usr.install/bin/chgrp 37 SPECIAL ln -s ../../instbin usr.install/bin/ftp 38 SPECIAL ln -s ../../instbin usr.install/bin/gunzip 39 SPECIAL ln -s ../../instbin usr.install/bin/gzcat 40 SPECIAL ln -s ../../instbin usr.install/bin/gzip 41 SPECIAL ln -s ../../instbin usr.install/bin/netstat 42 SPECIAL ln -s ../../instbin usr.install/bin/sort 43 SPECIAL ln -s ../../instbin usr.install/bin/tar 44 SPECIAL ln -s ../../instbin usr.install/bin/tip 45 SPECIAL ln -s ../../instbin usr.install/bin/vi 46 47 # local usr.sbin 48 SPECIAL ln -s ../../instbin usr.install/sbin/chroot 49 SPECIAL ln -s ../../instbin usr.install/sbin/chown 50 51 52 # crunchgen source directory specials: progs built in nonstandard places 53 CRUNCHSPECIAL vi srcdir usr.bin/vi/build 54 CRUNCHSPECIAL sysinst srcdir distrib/utils/sysinst/arch/playstation2 55 56 57 # Minimize use of MFS 58 SYMLINK /tmp var/tmp 59 60 # copy the MAKEDEV script and make some devices 61 COPY ${DESTDIR}/dev/MAKEDEV dev/MAKEDEV 62 COPY ${DESTDIR}/dev/MAKEDEV.local dev/MAKEDEV.local 63 SPECIAL cd dev; sh MAKEDEV all 64 SPECIAL /bin/rm dev/MAKEDEV dev/MAKEDEV.local 65 66 # we need the contents of /usr/mdec 67 COPYDIR ${DESTDIR}/usr/mdec /usr/mdec 68 69 70 # the zoneinfo (dont use) 71 #COPYDIR ${DESTDIR}/usr/share/zoneinfo usr/share/zoneinfo 72 73 # and the termcap file 74 COPY ${CURDIR}/../playstation2/miniroot/termcap.vt100 usr/share/misc/termcap 75 76 # copy the kernel(s) 77 #COPY ${CURDIR}/../../sys/arch/playstation2/compile/GENERIC/netbsd netbsd 78 79 80 # various files that we need in /etc for the install 81 #COPY ${DESTDIR}/etc/disktab etc/disktab.shadow 82 COPY ${DESTDIR}/etc/spwd.db etc/spwd.db 83 LINK etc/spwd.db etc/pwd.db 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