1 1.1 lukem # 2 1.27 tsutsui # $NetBSD: list,v 1.27 2011/06/19 02:18:31 tsutsui Exp $ 3 1.1 lukem # 4 1.1 lukem 5 1.1 lukem COPY ${KERNEL3} netbsd.sun3 6 1.1 lukem COPY ${KERNEL3X} netbsd.sun3x 7 1.1 lukem 8 1.1 lukem # These are scripts: 9 1.4 lukem COPY ${DESTDIR}/usr/bin/false bin/false 555 10 1.4 lukem COPY ${DESTDIR}/usr/bin/true bin/true 555 11 1.1 lukem 12 1.1 lukem # From usr/mdec: 13 1.1 lukem COPY ${DESTDIR}/usr/mdec/bootxx usr/mdec/bootxx 14 1.2 lukem # COPY ${DESTDIR}/usr/mdec/bootyy usr/mdec/bootyy 15 1.1 lukem SYMLINK /usr/sbin/installboot usr/mdec/installboot 16 1.1 lukem COPY ${DESTDIR}/usr/mdec/netboot usr/mdec/netboot 17 1.1 lukem COPY ${DESTDIR}/usr/mdec/tapeboot usr/mdec/tapeboot 18 1.1 lukem COPY ${DESTDIR}/usr/mdec/ufsboot usr/mdec/ufsboot 19 1.1 lukem LINK usr/mdec/ufsboot ufsboot 20 1.1 lukem 21 1.1 lukem # various files that we need in /etc for the install 22 1.20 abs COPY ${DESTDIR}/etc/group etc/group 23 1.20 abs COPY ${DESTDIR}/etc/master.passwd etc/master.passwd 24 1.20 abs COPY ${DESTDIR}/etc/netconfig etc/netconfig 25 1.20 abs COPY ${DESTDIR}/etc/passwd etc/passwd 26 1.20 abs COPY ${DISTRIBDIR}/common/protocols etc/protocols 27 1.20 abs COPY ${DESTDIR}/etc/pwd.db etc/pwd.db 28 1.20 abs COPY ${DESTDIR}/etc/spwd.db etc/spwd.db 29 1.20 abs COPY ${DISTRIBDIR}/common/services etc/services 30 1.1 lukem 31 1.1 lukem # some /etc files get special handling (for MFS /tmp yuck) 32 1.1 lukem COPY ${CURDIR}/fstab tmp/fstab.shadow 33 1.1 lukem SYMLINK /tmp/fstab.shadow etc/fstab 34 1.1 lukem SYMLINK /tmp/resolv.conf.shadow etc/resolv.conf 35 1.1 lukem SYMLINK /tmp/hosts etc/hosts 36 1.1 lukem 37 1.1 lukem # copy the MAKEDEV script and make some devices 38 1.4 lukem COPY ${DESTDIR}/dev/MAKEDEV dev/MAKEDEV 555 39 1.4 lukem COPY ${DESTDIR}/dev/MAKEDEV.local dev/MAKEDEV.local 555 40 1.1 lukem 41 1.1 lukem # copy the miniroot installation tools 42 1.1 lukem COPY ${CURDIR}/profile .profile 43 1.1 lukem 44 1.4 lukem COPY ${CURDIR}/install.md install.md 45 1.4 lukem COPY ${OBJDIR}/install.sub install.sub 46 1.1 lukem 47 1.4 lukem COPY ${DISTRIBDIR}/miniroot/install.sh install 555 48 1.4 lukem COPY ${DISTRIBDIR}/miniroot/upgrade.sh upgrade 555 49 1.1 lukem 50 1.12 tsutsui SRCDIRS bin sbin usr.bin usr.sbin 51 1.12 tsutsui 52 1.1 lukem # miniroot files from /sbin: 53 1.1 lukem # Extras not in ../../miniroot/list: 54 1.1 lukem # disklabel dmesg edlabel mount_kernfs restore 55 1.1 lukem 56 1.12 tsutsui PROG sbin/disklabel 57 1.12 tsutsui PROG sbin/dmesg 58 1.12 tsutsui PROG sbin/edlabel 59 1.12 tsutsui 60 1.12 tsutsui PROG sbin/fsck 61 1.12 tsutsui PROG sbin/fsck_ffs 62 1.12 tsutsui 63 1.12 tsutsui PROG sbin/ifconfig 64 1.12 tsutsui PROG sbin/init 65 1.12 tsutsui PROG sbin/mknod 66 1.12 tsutsui 67 1.12 tsutsui PROG sbin/mount 68 1.12 tsutsui PROG sbin/mount_cd9660 69 1.12 tsutsui PROG sbin/mount_ffs 70 1.12 tsutsui PROG sbin/mount_kernfs 71 1.12 tsutsui PROG sbin/mount_nfs 72 1.12 tsutsui 73 1.12 tsutsui PROG sbin/newfs sbin/mount_mfs 74 1.12 tsutsui PROG sbin/ping 75 1.12 tsutsui PROG sbin/reboot sbin/halt 76 1.12 tsutsui 77 1.12 tsutsui PROG sbin/route 78 1.12 tsutsui PROG sbin/restore sbin/rrestore 79 1.12 tsutsui 80 1.12 tsutsui PROG sbin/shutdown 81 1.12 tsutsui PROG sbin/slattach 82 1.12 tsutsui PROG sbin/swapctl 83 1.12 tsutsui PROG sbin/sysctl 84 1.12 tsutsui PROG sbin/umount 85 1.1 lukem 86 1.1 lukem # miniroot files from /bin: 87 1.1 lukem # Extras not in ../../miniroot/list: 88 1.1 lukem # date ps rmdir 89 1.1 lukem 90 1.12 tsutsui PROG bin/cat 91 1.12 tsutsui PROG bin/chmod 92 1.12 tsutsui PROG bin/cp 93 1.12 tsutsui PROG bin/date 94 1.12 tsutsui PROG bin/dd 95 1.12 tsutsui PROG bin/df 96 1.12 tsutsui PROG bin/ed 97 1.12 tsutsui PROG bin/expr 98 1.12 tsutsui PROG bin/hostname 99 1.12 tsutsui PROG bin/kill 100 1.12 tsutsui PROG bin/ln 101 1.12 tsutsui PROG bin/ls 102 1.12 tsutsui PROG bin/mkdir 103 1.12 tsutsui PROG bin/mt 104 1.12 tsutsui PROG bin/mv 105 1.12 tsutsui PROG bin/pax usr/bin/tar usr/bin/cpio 106 1.12 tsutsui PROG bin/ps 107 1.12 tsutsui PROG bin/pwd 108 1.12 tsutsui PROG bin/rm 109 1.12 tsutsui PROG bin/rmdir 110 1.12 tsutsui PROG bin/sh 111 1.12 tsutsui PROG bin/sleep 112 1.12 tsutsui PROG bin/stty 113 1.12 tsutsui PROG bin/sync 114 1.12 tsutsui 115 1.12 tsutsui PROG bin/test bin/[ 116 1.1 lukem 117 1.26 tsutsui PROG sbin/chown bin/chgrp 118 1.26 tsutsui 119 1.1 lukem # usr.sbin: 120 1.12 tsutsui PROG usr/sbin/eeprom 121 1.12 tsutsui PROG usr/sbin/installboot 122 1.12 tsutsui PROG usr/sbin/rdate 123 1.1 lukem 124 1.1 lukem # usr.bin: 125 1.1 lukem 126 1.12 tsutsui PROG usr/bin/chflags 127 1.12 tsutsui PROG usr/bin/cksum 128 1.12 tsutsui PROG usr/bin/cmp 129 1.12 tsutsui PROG usr/bin/ftp 130 1.12 tsutsui PROG usr/bin/less usr/bin/more 131 1.12 tsutsui PROG usr/bin/rsh 132 1.12 tsutsui PROG usr/bin/sed 133 1.12 tsutsui PROG usr/bin/tip 134 1.12 tsutsui PROG usr/bin/vi 135 1.19 abs PROG usr/bin/gzip usr/bin/gzcat usr/bin/gunzip 136 1.1 lukem 137 1.12 tsutsui # install.md still uses sort 138 1.12 tsutsui PROG usr/bin/sort 139 1.1 lukem 140 1.12 tsutsui SPECIAL less srcdir usr.bin/less/less 141 1.17 tsutsui SPECIAL vi srcdir usr.bin/nvi/build 142 1.12 tsutsui 143 1.12 tsutsui SPECIAL ed srcdir distrib/utils/x_ed 144 1.27 tsutsui SPECIAL gzip srcdir distrib/utils/x_gzip 145 1.12 tsutsui SPECIAL ifconfig srcdir distrib/utils/x_ifconfig 146 1.12 tsutsui SPECIAL ping srcdir distrib/utils/x_ping 147 1.12 tsutsui SPECIAL route srcdir distrib/utils/x_route 148 1.25 abs SPECIAL edlabel srcdir distrib/utils/edlabel 149 1.12 tsutsui 150 1.12 tsutsui ARGVLN sh -sh 151 1.12 tsutsui 152 1.12 tsutsui LIBS libhack.o 153 1.27 tsutsui LIBS -lrmt -ledit -lutil -lcurses -lterminfo -lcrypt -ll -lm -lkvm -lz -lprop 154