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