1 1.1 msaitoh # $NetBSD: list,v 1.1 2000/09/18 07:21:02 msaitoh Exp $ 2 1.1 msaitoh 3 1.1 msaitoh # various files that we need in /etc for the install 4 1.1 msaitoh COPY ${CURDIR}/../../../../etc/master.passwd etc/master.passwd 5 1.1 msaitoh #COPY ${CURDIR}/../../../../etc/etc.evbsh3/rc etc/rc 6 1.1 msaitoh COPY ${CURDIR}/../../../../etc/group etc/group 7 1.1 msaitoh COPY ${CURDIR}/../../../../etc/protocols etc/protocols 8 1.1 msaitoh COPY ${CURDIR}/../../../../etc/services etc/services 9 1.1 msaitoh COPY ${CURDIR}/../../../../etc/gettytab etc/gettytab 10 1.1 msaitoh #COPY ${CURDIR}/localtime etc/localtime 11 1.1 msaitoh COPY ${CURDIR}/../../../../etc/hosts etc/hosts 12 1.1 msaitoh COPY ${CURDIR}/../../../../etc/etc.evbsh3/ttys etc/ttys 13 1.1 msaitoh COPY ${CURDIR}/../ramdiskcommon/shells etc/shells 14 1.1 msaitoh #COPY ${CURDIR}/dot.profile etc/.profile 15 1.1 msaitoh #COPY ${CURDIR}/termcap.mini usr/share/misc/termcap 16 1.1 msaitoh #COPY ${CURDIR}/kvm.db var/db/kvm.db 17 1.1 msaitoh 18 1.1 msaitoh #SPECIAL pwd_mkdb -p -d ./ etc/master.passwd 19 1.1 msaitoh #SPECIAL /bin/mv etc/master.passwd boot.evbsh3/master.passwd 20 1.1 msaitoh #SPECIAL /bin/mv etc/passwd boot.evbsh3/passwd 21 1.1 msaitoh #SPECIAL /bin/rm etc/spwd.db 22 1.1 msaitoh #SPECIAL /bin/rm etc/pwd.db 23 1.1 msaitoh #SPECIAL /bin/rm etc/master.passwd 24 1.1 msaitoh #SPECIAL /bin/rm -r etc 25 1.1 msaitoh 26 1.1 msaitoh #SYMLINK /mfs/home home 27 1.1 msaitoh 28 1.1 msaitoh #SPECIAL ( cd ${CURDIR}/../../../evbsh3/ucd-snmp/mibs/ ; tar --exclude CVS -cf - *.txt ) | ( cd usr/share/snmp/mibs/ ; tar xf - ) 29 1.1 msaitoh 30 1.1 msaitoh # copy the MAKEDEV script and make some devices 31 1.1 msaitoh COPY ${CURDIR}/../../../../etc/etc.evbsh3/MAKEDEV dev/MAKEDEV 32 1.1 msaitoh SPECIAL cd dev; sh MAKEDEV ramdisk 33 1.1 msaitoh SPECIAL /bin/rm dev/MAKEDEV 34 1.1 msaitoh 35 1.1 msaitoh #COPY ${CURDIR}/../../../../etc/etc.evbsh3/ipf_supfail.conf boot.evbsh3/ipf_supfail.conf 36 1.1 msaitoh #COPY ${CURDIR}/../../../../etc/etc.evbsh3/syslog.conf boot.evbsh3/syslog.conf 37 1.1 msaitoh 38 1.1 msaitoh #SPECIAL chmod 755 etc/rc 39 1.1 msaitoh 40 1.1 msaitoh # copy the crunched binary, link to it, and kill it 41 1.1 msaitoh COPY ${OBJDIR}/ramdiskbin ramdiskbin 42 1.1 msaitoh SPECIAL chown 0:0 ramdiskbin 43 1.1 msaitoh #SPECIAL chmod 4755 ramdiskbin 44 1.1 msaitoh LINK ramdiskbin bin/cat 45 1.1 msaitoh LINK ramdiskbin bin/chmod 46 1.1 msaitoh LINK ramdiskbin bin/cp 47 1.1 msaitoh LINK ramdiskbin bin/date 48 1.1 msaitoh LINK ramdiskbin bin/dd 49 1.1 msaitoh LINK ramdiskbin bin/df 50 1.1 msaitoh LINK ramdiskbin bin/echo 51 1.1 msaitoh LINK ramdiskbin bin/ed 52 1.1 msaitoh LINK ramdiskbin bin/expr 53 1.1 msaitoh LINK ramdiskbin bin/hostname 54 1.1 msaitoh LINK ramdiskbin bin/kill 55 1.1 msaitoh LINK ramdiskbin bin/ln 56 1.1 msaitoh LINK ramdiskbin bin/ls 57 1.1 msaitoh LINK ramdiskbin bin/mkdir 58 1.1 msaitoh LINK ramdiskbin bin/mv 59 1.1 msaitoh LINK ramdiskbin bin/ps 60 1.1 msaitoh LINK ramdiskbin bin/rm 61 1.1 msaitoh LINK ramdiskbin bin/rmdir 62 1.1 msaitoh LINK ramdiskbin bin/pwd 63 1.1 msaitoh LINK ramdiskbin bin/sh 64 1.1 msaitoh LINK ramdiskbin bin/sleep 65 1.1 msaitoh LINK ramdiskbin bin/stty 66 1.1 msaitoh LINK ramdiskbin bin/sync 67 1.1 msaitoh LINK ramdiskbin bin/test 68 1.1 msaitoh LINK ramdiskbin bin/[ 69 1.1 msaitoh LINK ramdiskbin sbin/dmesg 70 1.1 msaitoh LINK ramdiskbin sbin/ifconfig 71 1.1 msaitoh LINK ramdiskbin sbin/halt 72 1.1 msaitoh LINK ramdiskbin sbin/init 73 1.1 msaitoh LINK ramdiskbin sbin/ping 74 1.1 msaitoh LINK ramdiskbin sbin/reboot 75 1.1 msaitoh LINK ramdiskbin sbin/route 76 1.1 msaitoh LINK ramdiskbin sbin/mknod 77 1.1 msaitoh LINK ramdiskbin sbin/mount 78 1.1 msaitoh LINK ramdiskbin sbin/mount_ffs 79 1.1 msaitoh LINK ramdiskbin sbin/mount_mfs 80 1.1 msaitoh #LINK ramdiskbin sbin/mount_nfs 81 1.1 msaitoh LINK ramdiskbin sbin/mount_kernfs 82 1.1 msaitoh LINK ramdiskbin sbin/mount_procfs 83 1.1 msaitoh LINK ramdiskbin sbin/shutdown 84 1.1 msaitoh LINK ramdiskbin sbin/ttyflags 85 1.1 msaitoh LINK ramdiskbin sbin/umount 86 1.1 msaitoh 87 1.1 msaitoh LINK ramdiskbin usr/libexec/comsat 88 1.1 msaitoh LINK ramdiskbin usr/libexec/fingerd 89 1.1 msaitoh LINK ramdiskbin usr/libexec/ftpd 90 1.1 msaitoh LINK ramdiskbin usr/libexec/getNAME 91 1.1 msaitoh LINK ramdiskbin usr/libexec/getty 92 1.1 msaitoh LINK ramdiskbin usr/libexec/identd 93 1.1 msaitoh 94 1.1 msaitoh LINK ramdiskbin usr/bin/atrun 95 1.1 msaitoh LINK ramdiskbin usr/bin/login 96 1.1 msaitoh LINK ramdiskbin usr/bin/su 97 1.1 msaitoh LINK ramdiskbin bin/netstat 98 1.1 msaitoh 99 1.1 msaitoh #LINK ramdiskbin usr/bin/tftp 100 1.1 msaitoh LINK ramdiskbin usr/bin/chgrp 101 1.1 msaitoh LINK ramdiskbin usr/bin/fstat 102 1.1 msaitoh LINK ramdiskbin usr/bin/ftp 103 1.1 msaitoh LINK ramdiskbin usr/bin/hexdump 104 1.1 msaitoh LINK ramdiskbin usr/bin/kdump 105 1.1 msaitoh LINK ramdiskbin usr/bin/ktrace 106 1.1 msaitoh LINK ramdiskbin usr/bin/telnet 107 1.1 msaitoh LINK ramdiskbin usr/bin/time 108 1.1 msaitoh LINK ramdiskbin bin/less 109 1.1 msaitoh LINK ramdiskbin bin/more 110 1.1 msaitoh LINK ramdiskbin bin/sort 111 1.1 msaitoh LINK ramdiskbin usr/bin/vmstat 112 1.1 msaitoh LINK ramdiskbin usr/bin/head 113 1.1 msaitoh LINK ramdiskbin usr/bin/tail 114 1.1 msaitoh 115 1.1 msaitoh LINK ramdiskbin sbin/arp 116 1.1 msaitoh LINK ramdiskbin sbin/dev_mkdb 117 1.1 msaitoh LINK ramdiskbin sbin/traceroute 118 1.1 msaitoh 119 1.1 msaitoh LINK ramdiskbin usr/sbin/chown 120 1.1 msaitoh LINK ramdiskbin usr/sbin/iostat 121 1.1 msaitoh LINK ramdiskbin usr/sbin/pstat 122 1.1 msaitoh #LINK ramdiskbin usr/sbin/rdate 123 1.1 msaitoh LINK ramdiskbin usr/sbin/sysctl 124 1.1 msaitoh LINK ramdiskbin usr/sbin/tcpdump 125 1.1 msaitoh 126 1.1 msaitoh #LINK ramdiskbin bin/morse 127 1.1 msaitoh #LINK ramdiskbin sbin/spppd 128 1.1 msaitoh LINK ramdiskbin sbin/syslogd 129 1.1 msaitoh LINK ramdiskbin sbin/telnetd 130 1.1 msaitoh #LINK ramdiskbin sbin/flashwrite 131 1.1 msaitoh #LINK ramdiskbin sbin/wdogctl 132 1.1 msaitoh #LINK ramdiskbin sbin/ipl_getenv 133 1.1 msaitoh #LINK ramdiskbin sbin/ipl_setenv 134 1.1 msaitoh 135 1.1 msaitoh #SPECIAL /bin/rm ramdiskbin 136