list revision 1.3
11.3Sross# $NetBSD: list,v 1.3 1998/10/16 00:39:38 ross 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/mt 161.1SthorpejLINK ramdiskbin bin/mv 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_msdos 351.1SthorpejLINK ramdiskbin sbin/mount_nfs 361.1SthorpejLINK ramdiskbin sbin/mount_kernfs 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/umount 461.1SthorpejSYMLINK /bin/cat usr/bin/chgrp 471.1SthorpejSYMLINK /bin/cat usr/bin/ftp 481.1SthorpejSYMLINK /bin/cat usr/bin/gunzip 491.1SthorpejSYMLINK /bin/cat usr/bin/gzcat 501.1SthorpejSYMLINK /bin/cat usr/bin/gzip 511.1SthorpejSYMLINK /bin/cat usr/bin/more 521.1SthorpejSYMLINK /bin/cat usr/bin/sed 531.1SthorpejSYMLINK /bin/cat usr/bin/strings 541.1SthorpejSYMLINK /bin/cat usr/bin/tar 551.1SthorpejSYMLINK /bin/cat usr/bin/tip 561.2SthorpejSYMLINK /bin/cat usr/bin/tset 571.1SthorpejSYMLINK /bin/cat usr/mdec/installboot 581.1SthorpejSYMLINK /bin/cat usr/sbin/bad144 591.1SthorpejSYMLINK /bin/cat usr/sbin/chown 601.1SthorpejSYMLINK /bin/cat usr/sbin/chroot 611.1SthorpejSYMLINK /bin/cat usr/sbin/update 621.1SthorpejSPECIAL /bin/rm ramdiskbin 631.1Sthorpej 641.1Sthorpej# copy the MAKEDEV script and make some devices 651.1SthorpejCOPY ${CURDIR}/../../../../etc/etc.alpha/MAKEDEV dev/MAKEDEV 661.1SthorpejSPECIAL cd dev; sh MAKEDEV minimal 671.1SthorpejSPECIAL /bin/rm dev/MAKEDEV 681.1Sthorpej 691.1Sthorpej# we need the boot blocks /usr/mdec 701.1SthorpejCOPY ${DESTDIR}/usr/mdec/boot usr/mdec/boot 711.1SthorpejCOPY ${DESTDIR}/usr/mdec/bootxx usr/mdec/bootxx 721.1Sthorpej 731.1Sthorpej# various files that we need in /etc for the install 741.1SthorpejCOPY ${CURDIR}/../../../../etc/group etc/group 751.1SthorpejCOPY ${CURDIR}/../../../../etc/master.passwd etc/master.passwd 761.1SthorpejCOPY ${CURDIR}/../../../../etc/protocols etc/protocols 771.1SthorpejCOPY ${CURDIR}/../../../../etc/services etc/services 781.1SthorpejSPECIAL pwd_mkdb -p -d ./ etc/master.passwd 791.1Sthorpej 801.1Sthorpej# and the common installation tools 811.1SthorpejCOPY ${DESTDIR}/usr/share/misc/termcap usr/share/misc/termcap 821.1Sthorpej 831.1Sthorpej# the disktab explanation file 841.1SthorpejCOPY disktab.preinstall etc/disktab.preinstall 851.1Sthorpej 861.1Sthorpej# and the installation tools 871.1SthorpejCOPY dot.profile .profile 881.1SthorpejCOPY dot.hdprofile tmp/.hdprofile 891.3Sross 901.3Sross# old-style installation tools 911.3Sross 921.3SrossCOPY dot.instutils .instutils 931.3SrossCOPY dot.commonutils .commonutils 941.3SrossCOPY ${CURDIR}/../src/install.sh install 951.3SrossCOPY ${CURDIR}/../src/upgrade.sh upgrade 961.3Sross 971.3SrossSPECIAL chmod 755 install 981.3SrossSPECIAL chmod 755 upgrade 991.3Sross 1001.3Sross# put in the release notes too 1011.3Sross 1021.3SrossCOPY ${CURDIR}/../../../notes/INSTALL.alpha INSTALL.txt 103