Home | History | Annotate | Line # | Download | only in miniroot
list revision 1.12
      1 #	$NetBSD: list,v 1.12 2004/03/30 13:38:20 he 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 # crunchgen source directory specials
     18 SPECIAL	vi	srcdir usr.bin/vi/build
     19 SPECIAL	less	srcdir usr.bin/less/less
     20 
     21 # Minimize use of MFS
     22 SYMLINK	/tmp	var/tmp
     23 
     24 # we need the contents of /usr/mdec
     25 COPYDIR	${DESTDIR}/usr/mdec	usr/mdec
     26 # ensure installboot is executable
     27 MTREE	./usr/mdec/installboot	mode=0555
     28 
     29 # the zoneinfo
     30 COPYDIR	${DESTDIR}/usr/share/zoneinfo	usr/share/zoneinfo
     31 
     32 # and the termcap file
     33 COPY	${NETBSDSRCDIR}/share/termcap/termcap.src usr/share/misc/termcap
     34 
     35 # copy the kernel
     36 COPY	${KERNOBJDIR}/INSTALL/netbsd	netbsd
     37 
     38 # various files that we need in /etc for the install
     39 COPY	${DESTDIR}/etc/disktab		etc/disktab.shadow
     40 SYMLINK	/tmp/disktab.shadow		etc/disktab
     41 SYMLINK	/tmp/fstab.shadow		etc/fstab
     42 SYMLINK	/tmp/resolv.conf.shadow		etc/resolv.conf
     43 SYMLINK	/tmp/hosts			etc/hosts
     44 
     45 # and the installation tools
     46 COPY	${ARCHDIR}/dot.profile		.profile
     47 COPY	${ARCHDIR}/install.md		install.md
     48