list revision 1.1
11.1Sthorpej# $NetBSD: list,v 1.1 2002/02/11 17:49:42 thorpej Exp $ 21.1Sthorpej 31.1Sthorpej# copy the crunched binary, link to it, and kill it 41.1SthorpejCOPY ${OBJDIR}/ramdiskbin ramdiskbin 51.1SthorpejLINK ramdiskbin sysinst 61.1SthorpejLINK ramdiskbin bin/cat 71.1SthorpejLINK ramdiskbin bin/chmod 81.1SthorpejLINK ramdiskbin bin/cp 91.1SthorpejLINK ramdiskbin bin/dd 101.1SthorpejLINK ramdiskbin bin/df 111.1SthorpejLINK ramdiskbin bin/ed 121.1SthorpejLINK ramdiskbin bin/ln 131.1SthorpejLINK ramdiskbin bin/ls 141.1SthorpejLINK ramdiskbin bin/mkdir 151.1SthorpejLINK ramdiskbin bin/mv 161.1SthorpejLINK ramdiskbin bin/pax 171.1SthorpejLINK ramdiskbin bin/pwd 181.1SthorpejLINK ramdiskbin bin/rm 191.1SthorpejLINK ramdiskbin bin/sh 201.1SthorpejLINK ramdiskbin bin/stty 211.1SthorpejLINK ramdiskbin bin/sync 221.1SthorpejLINK ramdiskbin bin/test 231.1SthorpejLINK ramdiskbin bin/[ 241.1SthorpejLINK ramdiskbin sbin/disklabel 251.1SthorpejLINK ramdiskbin sbin/fsck 261.1SthorpejLINK ramdiskbin sbin/fsck_ffs 271.1SthorpejLINK ramdiskbin sbin/halt 281.1SthorpejLINK ramdiskbin sbin/ifconfig 291.1SthorpejLINK ramdiskbin sbin/init 301.1SthorpejLINK ramdiskbin sbin/mknod 311.1SthorpejLINK ramdiskbin sbin/mount 321.1SthorpejLINK ramdiskbin sbin/mount_cd9660 331.1SthorpejLINK ramdiskbin sbin/mount_ffs 341.1SthorpejLINK ramdiskbin sbin/mount_kernfs 351.1SthorpejLINK ramdiskbin sbin/mount_msdos 361.1SthorpejLINK ramdiskbin sbin/mount_nfs 371.1SthorpejLINK ramdiskbin sbin/newfs 381.1SthorpejLINK ramdiskbin sbin/ping 391.1SthorpejLINK ramdiskbin sbin/reboot 401.1SthorpejLINK ramdiskbin sbin/restore 411.1SthorpejLINK ramdiskbin sbin/route 421.1SthorpejLINK ramdiskbin sbin/rrestore 431.1SthorpejLINK ramdiskbin sbin/shutdown 441.1SthorpejLINK ramdiskbin sbin/slattach 451.1SthorpejLINK ramdiskbin sbin/swapctl 461.1SthorpejLINK ramdiskbin sbin/umount 471.1SthorpejSYMLINK /bin/cat usr/bin/chgrp 481.1SthorpejSYMLINK /bin/cat usr/bin/ftp 491.1SthorpejSYMLINK /bin/cat usr/bin/gunzip 501.1SthorpejSYMLINK /bin/cat usr/bin/gzcat 511.1SthorpejSYMLINK /bin/cat usr/bin/gzip 521.1SthorpejSYMLINK /bin/cat usr/bin/less 531.1SthorpejSYMLINK /bin/cat usr/bin/more 541.1SthorpejSYMLINK /bin/cat usr/bin/sed 551.1SthorpejSYMLINK /bin/cat usr/bin/strings 561.1SthorpejSYMLINK /bin/cat usr/bin/tar 571.1SthorpejSYMLINK /bin/cat usr/bin/tip 581.1SthorpejSYMLINK /bin/cat usr/bin/tset 591.1SthorpejSYMLINK /bin/cat usr/sbin/chown 601.1SthorpejSYMLINK /bin/cat usr/sbin/chroot 611.1SthorpejSPECIAL /bin/rm ramdiskbin 621.1Sthorpej 631.1Sthorpej# copy the MAKEDEV script and make some devices 641.1SthorpejCOPY ${CURDIR}/../../../../etc/etc.shark/MAKEDEV dev/MAKEDEV 651.1SthorpejSPECIAL cd dev; sh MAKEDEV ramdisk 661.1SthorpejSPECIAL /bin/rm dev/MAKEDEV 671.1Sthorpej 681.1Sthorpej# we need the boot blocks /usr/mdec 691.1Sthorpej#COPY ${DESTDIR}/usr/mdec/ofwboot usr/mdec/ofwboot 701.1Sthorpej 711.1Sthorpej# various files that we need in /etc for the install 721.1SthorpejCOPY ${CURDIR}/../../../../etc/group etc/group 731.1SthorpejCOPY ${CURDIR}/../../../../etc/master.passwd etc/master.passwd 741.1SthorpejCOPY ${CURDIR}/../../../../etc/protocols etc/protocols 751.1SthorpejCOPY ${CURDIR}/../../../../etc/netconfig etc/netconfig 761.1SthorpejCOPY ${CURDIR}/../../../../etc/services etc/services 771.1SthorpejSPECIAL pwd_mkdb -p -d ./ etc/master.passwd 781.1SthorpejSPECIAL /bin/rm etc/spwd.db 791.1SthorpejSPECIAL /bin/rm etc/pwd.db 801.1Sthorpej 811.1Sthorpej# and the common installation tools 821.1SthorpejCOPY ${DESTDIR}/usr/share/misc/termcap usr/share/misc/termcap 831.1Sthorpej 841.1Sthorpej# the disktab explanation file 851.1SthorpejCOPY ${CURDIR}/disktab.preinstall etc/disktab.preinstall 861.1Sthorpej 871.1Sthorpej# and the installation tools 881.1SthorpejCOPY ${CURDIR}/dot.profile .profile 891.1SthorpejCOPY ${CURDIR}/dot.hdprofile tmp/.hdprofile 901.1Sthorpej 911.1Sthorpej#the lists of obsolete files used by sysinst 921.1SthorpejSPECIAL sh ${CURDIR}/../../../../distrib/sets/makeobsolete -b -s ${CURDIR}/../../../../distrib/sets -t ./dist 93