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