Home | History | Annotate | Line # | Download | only in miniroot
list revision 1.4
      1  1.4  sekiya #	$NetBSD: list,v 1.4 2003/11/13 14:07:38 sekiya Exp $
      2  1.1   rafal 
      3  1.1   rafal # extras in bin
      4  1.1   rafal PROG	bin/csh
      5  1.1   rafal PROG	bin/date
      6  1.1   rafal PROG	bin/rcp
      7  1.1   rafal PROG	bin/rcmd
      8  1.1   rafal 
      9  1.1   rafal # extras in sbin
     10  1.1   rafal PROG	sbin/disklabel
     11  1.1   rafal PROG	sbin/fsck_ext2fs
     12  1.1   rafal PROG	sbin/mount_ext2fs
     13  1.1   rafal PROG	sbin/mount_kernfs
     14  1.1   rafal 
     15  1.1   rafal # extras in /usr.bin
     16  1.1   rafal PROG	usr/bin/netstat
     17  1.1   rafal PROG	usr/bin/rsh
     18  1.1   rafal PROG	usr/bin/tset usr/bin/reset
     19  1.1   rafal PROG	usr/bin/vi
     20  1.1   rafal 
     21  1.1   rafal # extras in /usr/mdec
     22  1.1   rafal PROG	usr/mdec/sgivol
     23  1.1   rafal 
     24  1.1   rafal # crunchgen source directory specials: progs built in nonstandard places
     25  1.1   rafal SPECIAL	vi	srcdir usr.bin/vi/build
     26  1.1   rafal SPECIAL sgivol	srcdir sys/arch/sgimips/stand/sgivol
     27  1.1   rafal 
     28  1.1   rafal # Minimize use of MFS
     29  1.1   rafal SYMLINK	/tmp	var/tmp
     30  1.1   rafal 
     31  1.1   rafal # we need the contents of /usr/mdec
     32  1.4  sekiya COPY	${DESTDIR}/usr/mdec/aoutboot	usr/mdec/aoutboot
     33  1.4  sekiya COPY	${DESTDIR}/usr/mdec/ip2xboot	usr/mdec/ip2xboot
     34  1.4  sekiya COPY	${DESTDIR}/usr/mdec/ip3xboot	usr/mdec/ip3xboot
     35  1.1   rafal 
     36  1.1   rafal # the zoneinfo (dont use)
     37  1.1   rafal #COPYDIR	${DESTDIR}/usr/share/zoneinfo	usr/share/zoneinfo
     38  1.1   rafal 
     39  1.1   rafal # a subset termcap file
     40  1.1   rafal COPY	${ARCHDIR}/termcap.iris-ansi	usr/share/misc/termcap
     41  1.1   rafal 
     42  1.1   rafal # copy the kernel(s)
     43  1.1   rafal COPY	${KERNOBJDIR}/GENERIC/netbsd	netbsd
     44  1.1   rafal COPY	${KERNOBJDIR}/GENERIC/netbsd.ecoff	netbsd.ecoff
     45  1.1   rafal ###COPY	${KERNOBJDIR}/INSTALL/nfsnetbsd.ecoff	nfsnetbsd.ecoff
     46  1.1   rafal 
     47  1.1   rafal # various files that we need in /etc for the install
     48  1.1   rafal #COPY	${DESTDIR}/etc/disktab		etc/disktab.shadow
     49  1.1   rafal #SYMLINK	/tmp/disktab.shadow		etc/disktab
     50  1.1   rafal #SYMLINK	/tmp/fstab.shadow		etc/fstab
     51  1.1   rafal #SYMLINK	/tmp/resolv.conf.shadow		etc/resolv.conf
     52  1.1   rafal #SYMLINK	/tmp/hosts			etc/hosts
     53  1.1   rafal 
     54  1.1   rafal # sysinst needs disktab template
     55  1.1   rafal COPY	${DESTDIR}/etc/disktab		etc/disktab.preinstall
     56  1.1   rafal 
     57  1.1   rafal # and the installation tools
     58  1.1   rafal COPY	${ARCHDIR}/dot.profile		.profile
     59  1.1   rafal 
     60  1.1   rafal # and a spare .profile
     61  1.1   rafal COPY	${DESTDIR}/.profile		tmp/.hdprofile
     62