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