list revision 1.7
11.7Smrg# $NetBSD: list,v 1.7 1999/01/10 13:39:45 mrg Exp $ 21.1Smrg 31.1Smrg# copy the crunched binary, link to it, and kill it 41.7SmrgCOPY ${OBJDIR}/ramdiskbin instbin 51.7SmrgLINK instbin bin/cat 61.7SmrgLINK instbin bin/chmod 71.7SmrgLINK instbin bin/cp 81.7SmrgLINK instbin bin/dd 91.7SmrgLINK instbin bin/df 101.7SmrgLINK instbin bin/ed 111.7SmrgLINK instbin bin/expr 121.7SmrgLINK instbin bin/hostname 131.7SmrgLINK instbin bin/ln 141.7SmrgLINK instbin bin/ls 151.7SmrgLINK instbin bin/mkdir 161.7SmrgLINK instbin bin/mt 171.7SmrgLINK instbin bin/mv 181.7SmrgLINK instbin bin/pax usr/bin/tar usr/bin/cpio 191.7SmrgLINK instbin bin/rm 201.7SmrgLINK instbin bin/rcmd 211.7SmrgLINK instbin bin/rcp 221.7SmrgLINK instbin bin/sh 231.7SmrgLINK instbin bin/stty 241.7SmrgLINK instbin bin/sync 251.7SmrgLINK instbin bin/test 261.7SmrgLINK instbin bin/[ 271.7Smrg 281.7SmrgLINK instbin sbin/dmesg 291.7SmrgLINK instbin sbin/edlabel 301.7SmrgLINK instbin sbin/fsck 311.7SmrgLINK instbin sbin/fsck_ffs 321.7SmrgLINK instbin sbin/ifconfig 331.7SmrgLINK instbin sbin/init sbin/init 341.7SmrgLINK instbin sbin/mknod 351.7SmrgLINK instbin sbin/mount 361.7SmrgLINK instbin sbin/mount_cd9660 371.7SmrgLINK instbin sbin/mount_ffs 381.7SmrgLINK instbin sbin/mount_kernfs 391.7SmrgLINK instbin sbin/mount_nfs 401.7SmrgLINK instbin sbin/newfs sbin/mount_mfs 411.7SmrgLINK instbin sbin/ping 421.7SmrgLINK instbin sbin/reboot sbin/halt 431.7SmrgLINK instbin sbin/restore sbin/rrestore 441.7SmrgLINK instbin sbin/route 451.7SmrgLINK instbin sbin/umount 461.7Smrg 471.7SmrgLINK instbin usr/bin/bzip2 usr/bin/bunzip2 usr/bin/bzcat 481.7SmrgLINK instbin usr/bin/chflags 491.7SmrgLINK instbin usr/bin/ftp 501.7SmrgLINK instbin usr/bin/getopt 511.7SmrgLINK instbin usr/bin/gzip usr/bin/gunzip usr/bin/zcat 521.7SmrgLINK instbin usr/bin/less 531.7SmrgLINK instbin usr/bin/more 541.7SmrgLINK instbin usr/bin/netstat 551.7SmrgLINK instbin usr/bin/rsh 561.7SmrgLINK instbin usr/bin/sed 571.7SmrgLINK instbin usr/bin/sort 581.7SmrgLINK instbin usr/mdec/installboot 591.7SmrgLINK instbin usr/sbin/chown usr/bin/chgrp 601.7SmrgLINK instbin usr/sbin/chroot 611.7SmrgLINK instbin usr/sbin/update 621.7SmrgLINK instbin usr/sbin/pppd 631.7Smrg 641.7Smrg# `internal' crunchgen links 651.7SmrgLINK sbin/mount_ffs sbin/ffs 661.7SmrgLINK sbin/mount_nfs sbin/nfs 671.7SmrgLINK sbin/mount_cd9660 sbin/cd9660 681.7SmrgLINK bin/sh bin/-sh 691.7Smrg 701.7Smrg# no longer needed... 711.7SmrgSPECIAL /bin/rm instbin 721.1Smrg 731.1Smrg# copy the MAKEDEV script and make some devices 741.7SmrgCOPY ${TOPDIR}/../../etc/etc.sparc/MAKEDEV dev/MAKEDEV 751.1SmrgSPECIAL cd dev; sh MAKEDEV floppy 761.1SmrgSPECIAL /bin/rm dev/MAKEDEV 771.1Smrg 781.1Smrg# we need the boot blocks /usr/mdec 791.1SmrgCOPY ${DESTDIR}/usr/mdec/binstall usr/mdec/binstall 801.1SmrgCOPY ${DESTDIR}/usr/mdec/boot usr/mdec/boot 811.1SmrgLINK usr/mdec/boot usr/mdec/boot.net 821.1SmrgCOPY ${DESTDIR}/usr/mdec/bootxx usr/mdec/bootxx 831.1Smrg 841.1Smrg# and the termcap file 851.7SmrgCOPY ${REALCURDIR}/termcap.src usr/share/misc/termcap 861.1Smrg 871.1Smrg# various files that we need in /etc for the install 881.7SmrgCOPY ${TOPDIR}/../../etc/group etc/group 891.7SmrgCOPY ${TOPDIR}/../../etc/protocols etc/protocols 901.7SmrgCOPY ${TOPDIR}/../../etc/services etc/services 911.7Smrg 921.7Smrg# we use libhack (/etc/passwd hackery) 931.7SmrgSPECIAL sed -e 's/^\([^:]*:[^:]*:[^:]*:[^:]*:\):0:0:/\1/' ${TOPDIR}/../../etc/master.passwd > etc/passwd 941.3Smrg 951.3Smrg# the disktab explanation file 961.7SmrgCOPY disktab.preinstall etc/disktab.preinstall 971.1Smrg 981.1Smrg# Minimize use of MFS 991.1SmrgSYMLINK /tmp var/tmp 1001.7Smrg 1011.7Smrg# various files that we need in /etc for the install 1021.7SmrgCOPY ${DESTDIR}/etc/disktab etc/disktab.shadow 1031.7SmrgSYMLINK /tmp/disktab.shadow etc/disktab 1041.7SmrgSYMLINK /tmp/fstab.shadow etc/fstab 1051.7SmrgSYMLINK /tmp/resolv.conf.shadow etc/resolv.conf 1061.7SmrgSYMLINK /tmp/hosts etc/hosts 1071.7Smrg 1081.7Smrg# and the installation tools 1091.7SmrgCOPY dot.profile .profile 1101.7SmrgCOPY ${TOPDIR}/install.md install.md 1111.7SmrgCOPY ${TOPDIR}/../miniroot/install.sh install 1121.7SmrgCOPY ${TOPDIR}/../miniroot/upgrade.sh upgrade 1131.7SmrgSPECIAL sed "/^VERSION=/s/=.*/=${REV}/" < ${TOPDIR}/../miniroot/install.sub > install.sub 1141.7SmrgSPECIAL chmod 755 install upgrade 115