Home | History | Annotate | Line # | Download | only in ramdisk
list revision 1.20
      1  1.20  christos #	$NetBSD: list,v 1.20 2013/06/26 15:53:48 christos Exp $
      2   1.1     chris 
      3  1.19      tron # external/bsd/less/bin has to be first, otherwise the ramdisk.mk generation fails
      4  1.19      tron SRCDIRS external/bsd/less/bin bin sbin usr.bin usr.sbin
      5   1.1     chris 
      6   1.1     chris PROG	bin/cat
      7  1.17   tsutsui #PROG	bin/chio
      8   1.1     chris PROG	bin/chmod
      9   1.1     chris PROG	bin/cp
     10   1.1     chris PROG	bin/dd
     11   1.1     chris PROG	bin/df
     12   1.1     chris PROG	bin/ed
     13   1.1     chris PROG	bin/ln
     14   1.1     chris PROG	bin/ls
     15   1.1     chris PROG	bin/mkdir
     16   1.1     chris PROG	bin/mv
     17   1.1     chris PROG	bin/pax		usr/bin/tar
     18   1.1     chris PROG	bin/pwd
     19  1.20  christos #PROG	bin/rcmd
     20   1.1     chris PROG	bin/rm
     21   1.1     chris PROG	bin/sh
     22   1.1     chris PROG	bin/stty
     23   1.1     chris PROG	bin/sync
     24   1.1     chris 
     25  1.14   tsutsui PROG	sbin/chown	bin/chgrp
     26   1.1     chris PROG	sbin/disklabel
     27  1.16   tsutsui PROG	sbin/dmesg
     28   1.2    nonaka PROG	sbin/fdisk
     29   1.1     chris PROG	sbin/fsck
     30   1.1     chris PROG	sbin/fsck_ffs
     31   1.1     chris PROG	sbin/ifconfig
     32   1.1     chris PROG	sbin/init
     33   1.1     chris PROG	sbin/mknod
     34   1.1     chris PROG	sbin/mount
     35  1.17   tsutsui PROG	sbin/mount_cd9660
     36   1.1     chris PROG	sbin/mount_ffs
     37   1.1     chris PROG	sbin/mount_msdos
     38   1.1     chris PROG	sbin/mount_nfs
     39   1.1     chris PROG	sbin/newfs	sbin/mount_mfs
     40   1.1     chris PROG	sbin/ping
     41   1.1     chris PROG	sbin/reboot	sbin/halt
     42   1.1     chris PROG	sbin/restore	sbin/rrestore
     43   1.1     chris PROG	sbin/route
     44  1.20  christos #PROG	sbin/scsictl
     45   1.1     chris PROG	sbin/shutdown
     46  1.17   tsutsui #PROG	sbin/slattach
     47   1.1     chris PROG	sbin/swapctl
     48   1.1     chris PROG	sbin/umount
     49   1.1     chris 
     50   1.1     chris PROG	usr/bin/ftp
     51   1.7       abs PROG	usr/bin/gzip	usr/bin/gzcat usr/bin/gunzip
     52   1.1     chris PROG	usr/bin/less	usr/bin/more
     53   1.1     chris PROG	usr/bin/sed
     54   1.1     chris PROG	usr/bin/tip
     55   1.1     chris 
     56   1.1     chris PROG	usr/sbin/chroot
     57   1.1     chris 
     58   1.1     chris # init invokes the shell as -sh
     59   1.1     chris ARGVLN	sh -sh
     60   1.1     chris 
     61  1.17   tsutsui SPECIAL	ed		srcdir	distrib/utils/x_ed
     62  1.17   tsutsui SPECIAL	gzip		srcdir	distrib/utils/x_gzip
     63   1.1     chris SPECIAL	ifconfig	srcdir	distrib/utils/x_ifconfig
     64   1.1     chris SPECIAL	ping		srcdir	distrib/utils/x_ping
     65   1.1     chris SPECIAL	route		srcdir	distrib/utils/x_route
     66   1.1     chris 
     67  1.17   tsutsui LIBS	libhack.o -lutil -lcurses -lterminfo -lrmt -lcrypt -ll -lm -lz -lprop
     68   1.1     chris 
     69   1.1     chris # various files that we need in /etc for the install
     70   1.1     chris COPY	${NETBSDSRCDIR}/etc/group		etc/group
     71   1.1     chris COPY	${NETBSDSRCDIR}/etc/master.passwd	etc/master.passwd
     72   1.1     chris COPY	${NETBSDSRCDIR}/etc/netconfig		etc/netconfig
     73  1.11       abs COPY	${DISTRIBDIR}/common/protocols		etc/protocols
     74   1.9       abs COPY	${DISTRIBDIR}/common/services		etc/services
     75   1.1     chris 
     76   1.1     chris # and the installation tools
     77   1.1     chris COPY	${CURDIR}/dot.profile		.profile
     78