Home | History | Annotate | Line # | Download | only in miniroot
list revision 1.15
      1 #	$NetBSD: list,v 1.15 2002/04/16 20:45:21 heinz Exp $
      2 
      3 # Amiga extra's
      4 PROG	sbin/disklabel
      5 PROG	sbin/mount_ados
      6 PROG	sbin/mount_kernfs
      7 PROG	usr/bin/netstat
      8 PROG	usr/bin/printf
      9 PROG	usr/bin/vi
     10 PROG	usr/sbin/loadkmap
     11 
     12 # crunchgen source directory specials
     13 SPECIAL	loadkmap	srcdir sys/arch/amiga/stand/loadkmap
     14 SPECIAL	vi		srcdir usr.bin/vi/build
     15 
     16 # Minimize use of MFS
     17 SYMLINK	/tmp	var/tmp
     18 
     19 # various files that we need in /etc for the install
     20 COPY	${ARCHDIR}/disktab.shadow	etc/disktab.shadow
     21 COPY	${DESTDIR}/etc/spwd.db		etc/spwd.db
     22 LINK	etc/spwd.db			etc/pwd.db
     23 #SYMLINK	/tmp/disktab.shadow		etc/disktab
     24 SYMLINK	/tmp/fstab.shadow		etc/fstab
     25 SYMLINK	/tmp/resolv.conf.shadow		etc/resolv.conf
     26 SYMLINK	/tmp/hosts			etc/hosts
     27 
     28 # and the termcap file
     29 COPY	${ARCHDIR}/termcap.vt		usr/share/misc/termcap
     30 
     31 # and the installation scripts
     32 COPY	${ARCHDIR}/install.md		install.md
     33 COPY	${ARCHDIR}/dot.profile		.profile
     34 
     35 # and the keyboard maps
     36 MTREE	./usr/share/keymaps	type=dir uname=root gname=wheel mode=0755
     37 COPYDIR	${DESTDIR}/usr/share/keymaps/amiga	usr/share/keymaps/amiga
     38 
     39 # boot loader
     40 COPY	${DESTDIR}/usr/mdec/boot.amiga		boot.amiga
     41 
     42 # install kernel
     43 COPY	${KERNOBJDIR}/INSTALL/netbsd	netbsd
     44