Home | History | Annotate | Line # | Download | only in miniroot
list revision 1.13
      1  1.13     lukem #	$NetBSD: list,v 1.13 2002/03/06 12:04:53 lukem 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.1  jonathan # 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.10    simonb # extras in /usr/mdec
     22  1.13     lukem PROG	usr/mdec/installboot
     23   1.1  jonathan 
     24   1.1  jonathan # crunchgen source directory specials: progs built in nonstandard places
     25  1.13     lukem SPECIAL	vi	srcdir usr.bin/vi/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.1  jonathan # the zoneinfo (dont use)
     36   1.1  jonathan #COPYDIR	${DESTDIR}/usr/share/zoneinfo	usr/share/zoneinfo
     37   1.1  jonathan 
     38   1.1  jonathan # a subset termcap file
     39   1.1  jonathan COPY	${ARCHDIR}/termcap.rcons usr/share/misc/termcap
     40   1.1  jonathan 
     41   1.1  jonathan # copy the kernel(s)
     42  1.13     lukem COPY	${KERNOBJDIR}/GENERIC/netbsd.aout	netbsd
     43  1.13     lukem COPY	${KERNOBJDIR}/GENERIC/netbsd.ecoff	netbsd.ecoff
     44  1.13     lukem COPY	${KERNOBJDIR}/INSTALL/nfsnetbsd.ecoff	nfsnetbsd.ecoff
     45   1.1  jonathan 
     46   1.1  jonathan # various files that we need in /etc for the install
     47   1.3  jonathan #COPY	${DESTDIR}/etc/disktab		etc/disktab.shadow
     48   1.3  jonathan #SYMLINK	/tmp/disktab.shadow		etc/disktab
     49   1.3  jonathan #SYMLINK	/tmp/fstab.shadow		etc/fstab
     50   1.3  jonathan #SYMLINK	/tmp/resolv.conf.shadow		etc/resolv.conf
     51   1.3  jonathan #SYMLINK	/tmp/hosts			etc/hosts
     52   1.3  jonathan 
     53   1.3  jonathan # sysinst needs disktab template
     54   1.3  jonathan COPY	${DESTDIR}/etc/disktab		etc/disktab.preinstall
     55   1.1  jonathan 
     56   1.1  jonathan # and the installation tools
     57   1.1  jonathan COPY	${ARCHDIR}/dot.profile		.profile
     58   1.4    simonb 
     59   1.4    simonb # and a spare .profile
     60   1.4    simonb COPY	${DESTDIR}/.profile		tmp/.hdprofile
     61