Home | History | Annotate | Line # | Download | only in install
list revision 1.18
      1  1.18  christos #	$NetBSD: list,v 1.18 2015/04/25 21:44:34 christos Exp $
      2   1.1       leo 
      3   1.1       leo PROG	bin/cat
      4   1.1       leo PROG	bin/chmod
      5   1.1       leo PROG	bin/cp
      6  1.13   tsutsui PROG	bin/dd
      7   1.9   tsutsui PROG	bin/df
      8   1.1       leo PROG	bin/expr
      9   1.1       leo PROG	bin/ln
     10   1.1       leo PROG	bin/ls
     11   1.1       leo PROG	bin/mkdir
     12   1.1       leo PROG	bin/mv
     13   1.1       leo PROG	bin/pax		usr/bin/tar
     14   1.1       leo PROG	bin/pwd
     15   1.1       leo PROG	bin/rm
     16   1.1       leo PROG	bin/sh
     17   1.1       leo PROG	bin/stty
     18   1.1       leo 
     19  1.16   tsutsui PROG	sbin/chown	bin/chgrp
     20   1.1       leo PROG	sbin/disklabel
     21   1.8       abs PROG	sbin/dmesg
     22   1.1       leo PROG	sbin/fsck
     23   1.1       leo PROG	sbin/fsck_ffs
     24   1.1       leo PROG	sbin/ifconfig
     25   1.1       leo PROG	sbin/init
     26   1.1       leo PROG	sbin/mknod
     27   1.1       leo PROG	sbin/mount
     28   1.1       leo PROG	sbin/mount_cd9660
     29   1.1       leo PROG	sbin/mount_ffs
     30   1.1       leo PROG	sbin/mount_msdos
     31   1.1       leo PROG	sbin/mount_nfs
     32   1.1       leo PROG	sbin/newfs	sbin/mount_mfs
     33   1.1       leo PROG	sbin/ping
     34   1.1       leo PROG	sbin/reboot	sbin/halt
     35   1.1       leo PROG	sbin/route
     36   1.1       leo PROG	sbin/swapctl
     37   1.8       abs PROG	sbin/sysctl
     38   1.1       leo PROG	sbin/umount
     39   1.1       leo 
     40   1.1       leo PROG	usr/bin/ftp
     41   1.1       leo PROG	usr/bin/gzip	usr/bin/gzcat usr/bin/gunzip
     42  1.18  christos PROG	usr/bin/sed
     43   1.1       leo 
     44   1.1       leo PROG	usr/mdec/installboot
     45   1.1       leo 
     46   1.1       leo PROG	usr/sbin/chroot
     47   1.1       leo 
     48   1.1       leo PROG	sbin/ahdilabel
     49   1.1       leo PROG	usr/sbin/loadkmap
     50   1.1       leo 
     51   1.3       leo SPECIAL	installboot	srcdir	sys/arch/atari/stand/installboot
     52  1.14   tsutsui SPECIAL	gzip		srcdir	distrib/utils/x_gzip
     53   1.1       leo SPECIAL	ifconfig	srcdir	distrib/utils/x_ifconfig
     54   1.1       leo SPECIAL	ping		srcdir	distrib/utils/x_ping
     55   1.1       leo SPECIAL	route		srcdir	distrib/utils/x_route
     56   1.1       leo SPECIAL	umount		srcdir	distrib/utils/x_umount
     57   1.1       leo 
     58   1.1       leo # various files that we need in /etc for the install
     59  1.15   tsutsui COPY	${NETBSDSRCDIR}/etc/netconfig		etc/netconfig
     60  1.15   tsutsui COPY	${DISTRIBDIR}/common/protocols		etc/protocols
     61  1.12       abs COPY	${DISTRIBDIR}/common/services		etc/services
     62   1.1       leo 
     63   1.1       leo # we need the boot block code in /usr/mdec
     64   1.6        he MTREE	./usr/mdec/std		type=dir uname=root gname=wheel mode=0755
     65   1.6        he MTREE	./usr/mdec/milan	type=dir uname=root gname=wheel mode=0755
     66   1.6        he 
     67   1.6        he COPY	${DESTDIR}/usr/mdec/std/bootxx		usr/mdec/std/bootxx
     68   1.6        he COPY	${DESTDIR}/usr/mdec/std/boot.atari	usr/mdec/std/boot.atari	
     69   1.6        he COPY	${DESTDIR}/usr/mdec/std/fdboot		usr/mdec/std/fdboot		
     70   1.6        he COPY	${DESTDIR}/usr/mdec/std/sdboot		usr/mdec/std/sdboot		
     71   1.6        he COPY	${DESTDIR}/usr/mdec/std/wdboot		usr/mdec/std/wdboot		
     72   1.6        he COPY	${DESTDIR}/usr/mdec/std/sdb00t.ahdi	usr/mdec/std/sdb00t.ahdi	
     73   1.6        he COPY	${DESTDIR}/usr/mdec/std/wdb00t.ahdi	usr/mdec/std/wdb00t.ahdi	
     74   1.6        he COPY	${DESTDIR}/usr/mdec/std/xxboot.ahdi	usr/mdec/std/xxboot.ahdi	
     75   1.6        he COPY	${DESTDIR}/usr/mdec/milan/bootxx	usr/mdec/milan/bootxx		
     76   1.6        he COPY	${DESTDIR}/usr/mdec/milan/boot.atari	usr/mdec/milan/boot.atari	
     77   1.6        he COPY	${DESTDIR}/usr/mdec/milan/fdboot	usr/mdec/milan/fdboot		
     78   1.6        he COPY	${DESTDIR}/usr/mdec/milan/sdboot	usr/mdec/milan/sdboot		
     79   1.6        he COPY	${DESTDIR}/usr/mdec/milan/sdb00t.ahdi	usr/mdec/milan/sdb00t.ahdi	
     80   1.6        he COPY	${DESTDIR}/usr/mdec/milan/xxboot.ahdi	usr/mdec/milan/xxboot.ahdi	
     81