Home | History | Annotate | Line # | Download | only in miniroot
list revision 1.10
      1 #	$NetBSD: list,v 1.10 2002/06/05 09:43:21 scw Exp $
      2 
      3 # mvme68k's extras
      4 PROG	sbin/disklabel
      5 PROG	sbin/edlabel
      6 PROG	sbin/mount_kernfs
      7 
      8 PROG	usr/bin/basename
      9 PROG	usr/bin/cksum usr/bin/sum
     10 PROG	usr/bin/cut
     11 PROG	usr/bin/gawk usr/bin/awk
     12 PROG	usr/bin/grep usr/bin/egrep usr/bin/fgrep
     13 PROG	usr/bin/netstat
     14 PROG	usr/bin/rsh
     15 PROG	usr/bin/tset usr/bin/reset
     16 PROG	usr/bin/vi
     17 PROG	usr/bin/less usr/bin/more
     18 
     19 # crunchgen source directory specials
     20 SPECIAL	less	srcdir usr.bin/less/less
     21 SPECIAL	vi	srcdir usr.bin/vi/build
     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 
     29 # ensure installboot is executable
     30 CMD	chmod a+x usr/mdec/installboot
     31 
     32 # the zoneinfo
     33 COPYDIR	${DESTDIR}/usr/share/zoneinfo	usr/share/zoneinfo
     34 
     35 # and the termcap file
     36 COPY	${NETBSDSRCDIR}/share/termcap/termcap.src usr/share/misc/termcap
     37 
     38 # copy the kernel
     39 COPY	${KERNOBJDIR}/GENERIC/netbsd	netbsd
     40 
     41 # various files that we need in /etc for the install
     42 COPY	${DESTDIR}/etc/disktab		etc/disktab.shadow
     43 SYMLINK	/tmp/disktab.shadow		etc/disktab
     44 SYMLINK	/tmp/fstab.shadow		etc/fstab
     45 SYMLINK	/tmp/resolv.conf.shadow		etc/resolv.conf
     46 SYMLINK	/tmp/hosts			etc/hosts
     47 
     48 # and the installation tools
     49 COPY	${ARCHDIR}/dot.profile		.profile
     50 COPY	${ARCHDIR}/install.md		install.md
     51