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