Home | History | Annotate | Line # | Download | only in miniroot
list revision 1.6
      1  1.6     leo #	$NetBSD: list,v 1.6 1999/03/25 15:51:01 leo Exp $
      2  1.1      is 
      3  1.1      is # Amiga extra's
      4  1.1      is LINK	instbin			sbin/mount_ados
      5  1.1      is LINK	instbin			sbin/mount_kernfs
      6  1.1      is SPECIAL mkdir			kern
      7  1.1      is LINK	instbin			usr/bin/printf
      8  1.1      is LINK	instbin			usr/bin/vi
      9  1.1      is LINK	instbin			usr/sbin/loadkmap
     10  1.5      is LINK	instbin			sbin/disklabel
     11  1.1      is 
     12  1.4  mhitch SYMLINK	../../instbin		usr/bin/netstat
     13  1.4  mhitch 
     14  1.1      is # `internal' crunchgen links
     15  1.1      is ARGVLINK mount_ados		ados
     16  1.1      is 
     17  1.1      is # crunchgen source directory specials
     18  1.2  chopps CRUNCHSPECIAL	loadkmap srcdir sys/arch/amiga/stand/loadkmap
     19  1.2  chopps CRUNCHSPECIAL	vi srcdir usr.bin/vi/build
     20  1.1      is 
     21  1.4  mhitch # Minimize use of MFS
     22  1.4  mhitch SYMLINK	/tmp	var/tmp
     23  1.4  mhitch 
     24  1.1      is # copy the MAKEDEV script and make some devices
     25  1.1      is COPY	${DESTDIR}/dev/MAKEDEV		dev/MAKEDEV
     26  1.1      is COPY	${DESTDIR}/dev/MAKEDEV.local	dev/MAKEDEV.local
     27  1.1      is SPECIAL	cd dev; sh MAKEDEV floppy
     28  1.1      is SPECIAL	/bin/rm dev/MAKEDEV
     29  1.1      is 
     30  1.1      is # various files that we need in /etc for the install
     31  1.6     leo COPY	${ARCHDIR}/disktab.shadow	etc/disktab.shadow
     32  1.6     leo COPY	${DESTDIR}/etc/spwd.db		etc/spwd.db
     33  1.6     leo LINK	etc/spwd.db			etc/pwd.db
     34  1.1      is #SYMLINK	/tmp/disktab.shadow		etc/disktab
     35  1.4  mhitch SYMLINK	/tmp/fstab.shadow		etc/fstab
     36  1.4  mhitch SYMLINK	/tmp/resolv.conf.shadow		etc/resolv.conf
     37  1.4  mhitch SYMLINK	/tmp/hosts			etc/hosts
     38  1.1      is 
     39  1.1      is # and the termcap file
     40  1.1      is COPY	${ARCHDIR}/termcap.vt usr/share/misc/termcap
     41  1.1      is 
     42  1.1      is # and the installation scripts
     43  1.1      is COPY	${ARCHDIR}/install.md		install.md
     44  1.1      is COPY	${ARCHDIR}/dot.profile		.profile
     45  1.1      is 
     46  1.1      is # and the keyboard maps
     47  1.1      is COPYDIR	${DESTDIR}/usr/share/keymaps/amiga	usr/share/keymaps/amiga
     48  1.1      is 
     49  1.1      is # remove the /usr/share/zoneinfo directory, so the installation script
     50  1.1      is # can determine that the atari install does not support it.
     51  1.1      is # ??? -is
     52  1.1      is SPECIAL	rmdir usr/share/zoneinfo
     53  1.1      is 
     54  1.1      is # Generic kernel
     55  1.3  chopps COPY	${CURDIR}/../../sys/arch/amiga/compile/GENERIC/netbsd	netbsd
     56