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