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