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