Home | History | Annotate | Line # | Download | only in miniroot
list revision 1.20
      1 #	$NetBSD: list,v 1.20 2011/07/03 23:11:33 tron Exp $
      2 
      3 # hp300 extra's
      4 PROG	sbin/disklabel
      5 PROG	sbin/dmesg
      6 
      7 PROG	usr/bin/basename
      8 PROG	usr/bin/cksum usr/bin/sum
      9 PROG	usr/bin/cut
     10 PROG	usr/bin/awk
     11 PROG	usr/bin/netstat
     12 PROG	usr/bin/rsh
     13 PROG	usr/bin/tset usr/bin/reset
     14 PROG	usr/bin/vi
     15 PROG	usr/bin/less usr/bin/more
     16 
     17 PROG	usr/sbin/installboot
     18 
     19 # crunchgen source directory specials
     20 SPECIAL	vi	srcdir usr.bin/nvi/build
     21 SPECIAL	less	srcdir external/bsd/less/bin/less
     22 
     23 # Minimize use of MFS
     24 SYMLINK	/tmp	var/tmp
     25 
     26 # we need the contents of /usr/mdec
     27 COPYDIR	${DESTDIR}/usr/mdec	usr/mdec
     28 # ensure installboot is executable
     29 MTREE	./usr/mdec/installboot	mode=0555
     30 
     31 # copy the kernel
     32 COPY	${KERNOBJDIR}/INSTALL/netbsd	netbsd
     33 
     34 # various files that we need in /etc for the install
     35 SYMLINK	/tmp/fstab.shadow		etc/fstab
     36 SYMLINK	/tmp/resolv.conf.shadow		etc/resolv.conf
     37 SYMLINK	/tmp/hosts			etc/hosts
     38 
     39 # and the installation tools
     40 COPY	${ARCHDIR}/dot.profile		.profile
     41 COPY	${ARCHDIR}/install.md		install.md
     42