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