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