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