Home | History | Annotate | Line # | Download | only in miniroot
list revision 1.9
      1  1.9     lukem #	$NetBSD: list,v 1.9 2002/06/12 22:59:31 lukem Exp $
      2  1.1   thorpej 
      3  1.2   thorpej # hp300 extra's
      4  1.6     lukem PROG	sbin/disklabel
      5  1.6     lukem PROG	sbin/dmesg
      6  1.2   thorpej 
      7  1.6     lukem PROG	usr/bin/basename
      8  1.6     lukem PROG	usr/bin/cksum usr/bin/sum
      9  1.6     lukem PROG	usr/bin/cut
     10  1.6     lukem PROG	usr/bin/gawk usr/bin/awk
     11  1.6     lukem PROG	usr/bin/grep usr/bin/egrep usr/bin/fgrep
     12  1.6     lukem PROG	usr/bin/netstat
     13  1.6     lukem PROG	usr/bin/rsh
     14  1.6     lukem PROG	usr/bin/tset usr/bin/reset
     15  1.6     lukem PROG	usr/bin/vi
     16  1.6     lukem PROG	usr/bin/less usr/bin/more
     17  1.2   thorpej 
     18  1.2   thorpej # crunchgen source directory specials
     19  1.6     lukem SPECIAL	vi	srcdir usr.bin/vi/build
     20  1.6     lukem SPECIAL	less	srcdir usr.bin/less/less
     21  1.2   thorpej 
     22  1.2   thorpej # Minimize use of MFS
     23  1.2   thorpej SYMLINK	/tmp	var/tmp
     24  1.2   thorpej 
     25  1.1   thorpej # we need the contents of /usr/mdec
     26  1.1   thorpej COPYDIR	${DESTDIR}/usr/mdec	usr/mdec
     27  1.9     lukem # ensure installboot is executable
     28  1.9     lukem MTREE	./usr/mdec/installboot	mode=0555
     29  1.2   thorpej 
     30  1.2   thorpej # the zoneinfo
     31  1.2   thorpej COPYDIR	${DESTDIR}/usr/share/zoneinfo	usr/share/zoneinfo
     32  1.2   thorpej 
     33  1.2   thorpej # and the termcap file
     34  1.8     lukem COPY	${NETBSDSRCDIR}/share/termcap/termcap.src usr/share/misc/termcap
     35  1.1   thorpej 
     36  1.1   thorpej # copy the kernel
     37  1.7  gmcgarry COPY	${KERNOBJDIR}/INSTALL/netbsd	netbsd
     38  1.1   thorpej 
     39  1.1   thorpej # various files that we need in /etc for the install
     40  1.1   thorpej COPY	${DESTDIR}/etc/disktab		etc/disktab.shadow
     41  1.1   thorpej SYMLINK	/tmp/disktab.shadow		etc/disktab
     42  1.1   thorpej SYMLINK	/tmp/fstab.shadow		etc/fstab
     43  1.1   thorpej SYMLINK	/tmp/resolv.conf.shadow		etc/resolv.conf
     44  1.1   thorpej SYMLINK	/tmp/hosts			etc/hosts
     45  1.1   thorpej 
     46  1.1   thorpej # and the installation tools
     47  1.1   thorpej COPY	${ARCHDIR}/dot.profile		.profile
     48  1.1   thorpej COPY	${ARCHDIR}/install.md		install.md
     49