# $NetBSD: list,v 1.1 1997/10/18 04:05:37 mark Exp $ # copy the crunched binary, link to it, and kill it COPY ${OBJDIR}/ramdiskbin ramdiskbin LINK ramdiskbin bin/cat LINK ramdiskbin bin/chmod LINK ramdiskbin bin/cp LINK ramdiskbin bin/dd LINK ramdiskbin bin/df LINK ramdiskbin bin/ed LINK ramdiskbin bin/expr LINK ramdiskbin bin/ln LINK ramdiskbin bin/ls LINK ramdiskbin bin/mkdir LINK ramdiskbin bin/mv LINK ramdiskbin bin/pwd LINK ramdiskbin bin/rm LINK ramdiskbin bin/sh LINK ramdiskbin bin/stty LINK ramdiskbin bin/sync LINK ramdiskbin bin/test LINK ramdiskbin bin/[ LINK ramdiskbin sbin/disklabel LINK ramdiskbin sbin/fsck_ffs LINK ramdiskbin sbin/fsck LINK ramdiskbin sbin/halt LINK ramdiskbin sbin/ifconfig LINK ramdiskbin sbin/init LINK ramdiskbin sbin/mknod LINK ramdiskbin sbin/mount LINK ramdiskbin sbin/mount_cd9660 LINK ramdiskbin sbin/mount_ffs LINK ramdiskbin sbin/mount_msdos LINK ramdiskbin sbin/mount_nfs LINK ramdiskbin sbin/mount_kernfs LINK ramdiskbin sbin/newfs sbin/mount_mfs LINK ramdiskbin sbin/ping LINK ramdiskbin sbin/reboot LINK ramdiskbin sbin/route LINK ramdiskbin sbin/shutdown LINK ramdiskbin sbin/umount SYMLINK /bin/cat usr/bin/gawk usr/bin/awk SYMLINK /bin/cat usr/bin/chgrp SYMLINK /bin/cat usr/bin/cksum SYMLINK /bin/cat usr/bin/cmp SYMLINK /bin/cat usr/bin/cut SYMLINK /bin/cat usr/bin/ftp SYMLINK /bin/cat usr/bin/gunzip usr/bin/gzcat usr/bin/gzip SYMLINK /bin/cat usr/bin/grep usr/bin/egrep SYMLINK /bin/cat usr/bin/more SYMLINK /bin/cat usr/bin/printf SYMLINK /bin/cat usr/bin/sed SYMLINK /bin/cat usr/bin/strings SYMLINK /bin/cat usr/bin/tar SYMLINK /bin/cat usr/bin/tee SYMLINK /bin/cat usr/bin/tr SYMLINK /bin/cat usr/bin/wc SYMLINK /bin/cat usr/bin/xargs SYMLINK /bin/cat usr/sbin/chown SYMLINK /bin/cat usr/sbin/chroot SYMLINK /bin/cat usr/sbin/update SPECIAL /bin/rm ramdiskbin # `internal' crunchgen links ARGVLINK mount_nfs nfs ARGVLINK mount_cd9660 cd9660 ARGVLINK mount_msdos msdos ARGVLINK mount_kernfs kernfs ARGVLINK sh -sh # copy the MAKEDEV script and make some devices COPY ${CURDIR}/../../../etc/etc.arm32/MAKEDEV dev/MAKEDEV SPECIAL cd dev; sh MAKEDEV ramdisk SPECIAL /bin/rm dev/MAKEDEV # we need the boot blocks /usr/mdec #COPYDIR ${DESTDIR}/usr/mdec usr/mdec # various files that we need in /etc for the install COPY ${CURDIR}/../../../etc/group etc/group COPY ${CURDIR}/../../../etc/master.passwd etc/master.passwd COPY ${CURDIR}/../../../etc/protocols etc/protocols COPY ${CURDIR}/../../../etc/services etc/services SPECIAL pwd_mkdb -p -d ./ etc/master.passwd # and the common installation tools COPY dot.commonutils .commonutils COPY termcap.xterm usr/share/misc/termcap # the disktab explanation file COPY disktab.preinstall etc/disktab.preinstall COPY inst.sh usr/local/sbin/inst # and the installation tools COPY dot.profile .profile COPY dot.instutils .instutils COPY ${OBJDIR}/install.sh install COPY ${OBJDIR}/upgrade.sh upgrade COPY ${OBJDIR}/start.sh start COPY dot.hdprofile tmp/.hdprofile SPECIAL chmod 755 install SPECIAL chmod 755 upgrade SPECIAL chmod 755 start