Home | History | Annotate | Line # | Download | only in miniroot
list revision 1.21
      1  1.21       roy #	$NetBSD: list,v 1.21 2010/02/05 10:01:20 roy Exp $
      2   1.1  jonathan 
      3   1.1  jonathan # extras in bin
      4  1.13     lukem PROG	bin/csh
      5  1.13     lukem PROG	bin/date
      6  1.13     lukem PROG	bin/rcp
      7  1.13     lukem PROG	bin/rcmd
      8   1.1  jonathan 
      9   1.1  jonathan # extras in sbin
     10  1.13     lukem PROG	sbin/disklabel
     11  1.13     lukem PROG	sbin/fsck_ext2fs
     12  1.13     lukem PROG	sbin/mount_ext2fs
     13  1.13     lukem PROG	sbin/mount_kernfs
     14   1.1  jonathan 
     15  1.14     lukem # extras in usr/bin
     16  1.13     lukem PROG	usr/bin/netstat
     17  1.13     lukem PROG	usr/bin/rsh
     18  1.13     lukem PROG	usr/bin/tset usr/bin/reset
     19  1.13     lukem PROG	usr/bin/vi
     20  1.10    simonb 
     21  1.14     lukem # extras in usr/sbin
     22  1.14     lukem PROG	usr/sbin/installboot
     23   1.1  jonathan 
     24   1.1  jonathan # crunchgen source directory specials: progs built in nonstandard places
     25  1.17   tsutsui SPECIAL	vi	srcdir usr.bin/nvi/build
     26   1.1  jonathan 
     27   1.1  jonathan # Minimize use of MFS
     28   1.1  jonathan SYMLINK	/tmp	var/tmp
     29   1.1  jonathan 
     30   1.1  jonathan # we need the contents of /usr/mdec
     31   1.7    simonb COPYDIR	${DESTDIR}/usr/mdec	usr/mdec
     32  1.11    simonb # and /boot.pmax
     33  1.11    simonb COPY	${DESTDIR}/boot.pmax	boot.pmax
     34   1.1  jonathan 
     35  1.21       roy # a subset terminfo database
     36  1.21       roy COPY	${DESTDIR}/rescue/terminfo.db		usr/share/misc/terminfo.db
     37   1.1  jonathan 
     38   1.1  jonathan # copy the kernel(s)
     39  1.15      shin COPY	${KERNOBJDIR}/GENERIC/netbsd		netbsd
     40  1.13     lukem COPY	${KERNOBJDIR}/GENERIC/netbsd.ecoff	netbsd.ecoff
     41  1.13     lukem COPY	${KERNOBJDIR}/INSTALL/nfsnetbsd.ecoff	nfsnetbsd.ecoff
     42   1.1  jonathan 
     43   1.1  jonathan # various files that we need in /etc for the install
     44   1.3  jonathan #SYMLINK	/tmp/fstab.shadow		etc/fstab
     45   1.3  jonathan #SYMLINK	/tmp/resolv.conf.shadow		etc/resolv.conf
     46   1.3  jonathan #SYMLINK	/tmp/hosts			etc/hosts
     47   1.3  jonathan 
     48   1.1  jonathan # and the installation tools
     49   1.1  jonathan COPY	${ARCHDIR}/dot.profile		.profile
     50   1.4    simonb 
     51   1.4    simonb # and a spare .profile
     52   1.4    simonb COPY	${DESTDIR}/.profile		tmp/.hdprofile
     53