Home | History | Annotate | Line # | Download | only in miniroot
list revision 1.11
      1  1.11  leo #	$NetBSD: list,v 1.11 1999/03/25 15:51:18 leo 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/tset usr/bin/reset
     16   1.3  leo SYMLINK ../../instbin		usr/bin/vi
     17   1.5  leo SYMLINK	../../instbin		usr/bin/less usr/bin/more
     18   1.6   pk SYMLINK	../../instbin		usr/sbin/sysctl
     19   1.3  leo 
     20   1.3  leo # crunchgen source directory specials
     21   1.4   pk CRUNCHSPECIAL	vi srcdir usr.bin/vi/build
     22   1.6   pk CRUNCHSPECIAL	less srcdir usr.bin/less/less
     23   1.5  leo 
     24   1.3  leo 
     25   1.3  leo # Minimize use of MFS
     26   1.3  leo SYMLINK	/tmp	var/tmp
     27   1.3  leo 
     28   1.3  leo # copy the MAKEDEV script and make some devices
     29   1.3  leo COPY	${DESTDIR}/dev/MAKEDEV		dev/MAKEDEV
     30   1.3  leo COPY	${DESTDIR}/dev/MAKEDEV.local	dev/MAKEDEV.local
     31   1.3  leo SPECIAL	cd dev; sh MAKEDEV all
     32   1.3  leo SPECIAL	/bin/rm dev/MAKEDEV
     33   1.1   pk 
     34   1.1   pk # we need the contents of /usr/mdec
     35   1.1   pk COPYDIR	${DESTDIR}/usr/mdec	usr/mdec
     36   1.3  leo 
     37   1.3  leo # the zoneinfo
     38   1.3  leo COPYDIR	${DESTDIR}/usr/share/zoneinfo	usr/share/zoneinfo
     39   1.3  leo 
     40   1.3  leo # and the termcap file
     41   1.3  leo COPY	${CURDIR}/../../share/termcap/termcap.src usr/share/misc/termcap
     42   1.1   pk 
     43   1.1   pk # copy the kernel
     44   1.8   pk COPY	${CURDIR}/../../sys/arch/sparc/compile/GENERIC_SCSI3/netbsd	netbsd
     45   1.1   pk 
     46   1.1   pk # various files that we need in /etc for the install
     47   1.1   pk COPY	${DESTDIR}/etc/disktab		etc/disktab.shadow
     48  1.11  leo COPY	${DESTDIR}/etc/spwd.db		etc/spwd.db
     49  1.11  leo LINK	etc/spwd.db			etc/pwd.db
     50   1.1   pk SYMLINK	/tmp/disktab.shadow		etc/disktab
     51   1.1   pk SYMLINK	/tmp/fstab.shadow		etc/fstab
     52   1.1   pk SYMLINK	/tmp/resolv.conf.shadow		etc/resolv.conf
     53   1.1   pk SYMLINK	/tmp/hosts			etc/hosts
     54   1.1   pk 
     55   1.1   pk # and the installation tools
     56   1.1   pk COPY	${ARCHDIR}/dot.profile		.profile
     57   1.2   pk COPY	${ARCHDIR}/../install.md	install.md
     58   1.1   pk COPY	${DESTDIR}/usr/mdec/boot	boot
     59   1.9   tv SPECIAL sync; ${DESTDIR}/usr/mdec/binstall -m${DESTDIR}/usr/mdec -v ffs ${TARGDIR}
     60