Home | History | Annotate | Line # | Download | only in miniroot
list revision 1.2
      1  1.1  thorpej #	$NetBSD: list,v 1.2 1996/06/11 09:53:25 thorpej Exp $
      2  1.1  thorpej 
      3  1.2  thorpej # hp300 extra's
      4  1.2  thorpej LINK	instbin			sbin/disklabel
      5  1.2  thorpej LINK	instbin			sbin/dmesg
      6  1.2  thorpej 
      7  1.2  thorpej SYMLINK	../../instbin		usr/bin/basename
      8  1.2  thorpej SYMLINK	../../instbin		usr/bin/cksum usr/bin/sum
      9  1.2  thorpej SYMLINK	../../instbin		usr/bin/cut
     10  1.2  thorpej SYMLINK	../../instbin		usr/bin/gawk usr/bin/awk
     11  1.2  thorpej SYMLINK	../../instbin		usr/bin/grep usr/bin/egrep usr/bin/fgrep
     12  1.2  thorpej SYMLINK	../../instbin		usr/bin/netstat
     13  1.2  thorpej SYMLINK	../../instbin		usr/bin/rsh
     14  1.2  thorpej SYMLINK	../../instbin		usr/bin/strings
     15  1.2  thorpej SYMLINK	../../instbin		usr/bin/tset usr/bin/reset
     16  1.2  thorpej SYMLINK	../../instbin		usr/bin/vi
     17  1.2  thorpej SYMLINK	../../instbin		usr/bin/less usr/bin/more
     18  1.2  thorpej 
     19  1.2  thorpej # crunchgen source directory specials
     20  1.2  thorpej CRUNCHSPECIAL	vi srcdir usr.bin/vi/build
     21  1.2  thorpej CRUNCHSPECIAL	less srcdir /usr/src/usr.bin/less/less
     22  1.2  thorpej 
     23  1.2  thorpej # Minimize use of MFS
     24  1.2  thorpej SYMLINK	/tmp	var/tmp
     25  1.2  thorpej 
     26  1.2  thorpej # copy the MAKEDEV script and make some devices
     27  1.2  thorpej COPY	${DESTDIR}/dev/MAKEDEV		dev/MAKEDEV
     28  1.2  thorpej COPY	${DESTDIR}/dev/MAKEDEV.local	dev/MAKEDEV.local
     29  1.2  thorpej SPECIAL	cd dev; sh MAKEDEV all
     30  1.2  thorpej SPECIAL	/bin/rm dev/MAKEDEV
     31  1.1  thorpej 
     32  1.1  thorpej # we need the contents of /usr/mdec
     33  1.1  thorpej COPYDIR	${DESTDIR}/usr/mdec	usr/mdec
     34  1.2  thorpej 
     35  1.2  thorpej # the zoneinfo
     36  1.2  thorpej COPYDIR	${DESTDIR}/usr/share/zoneinfo	usr/share/zoneinfo
     37  1.2  thorpej 
     38  1.2  thorpej # and the termcap file
     39  1.2  thorpej COPY	${CURDIR}/../../share/termcap/termcap.src usr/share/misc/termcap
     40  1.1  thorpej 
     41  1.1  thorpej # copy the kernel
     42  1.1  thorpej COPY	${CURDIR}/../../sys/arch/hp300/compile/GENERIC/netbsd	netbsd
     43  1.1  thorpej 
     44  1.1  thorpej # various files that we need in /etc for the install
     45  1.1  thorpej COPY	${DESTDIR}/etc/disktab		etc/disktab.shadow
     46  1.1  thorpej SYMLINK	/tmp/disktab.shadow		etc/disktab
     47  1.1  thorpej SYMLINK	/tmp/fstab.shadow		etc/fstab
     48  1.1  thorpej SYMLINK	/tmp/resolv.conf.shadow		etc/resolv.conf
     49  1.1  thorpej SYMLINK	/tmp/hosts			etc/hosts
     50  1.1  thorpej 
     51  1.1  thorpej # and the installation tools
     52  1.1  thorpej COPY	${ARCHDIR}/dot.profile		.profile
     53  1.1  thorpej COPY	${ARCHDIR}/install.md		install.md
     54