Home | History | Annotate | Line # | Download | only in ramdisk
      1 #	$NetBSD: list,v 1.28 2011/07/03 23:11:31 tron 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/sh
     19 PROG	bin/stty
     20 PROG	bin/sync
     21 
     22 PROG	sbin/chown	bin/chgrp
     23 PROG	sbin/disklabel
     24 PROG	sbin/fsck
     25 PROG	sbin/fsck_ffs
     26 PROG	sbin/ifconfig
     27 PROG	sbin/init
     28 PROG	sbin/mknod
     29 PROG	sbin/mount
     30 PROG	sbin/mount_cd9660
     31 PROG	sbin/mount_ffs
     32 PROG	sbin/mount_filecore
     33 PROG	sbin/mount_kernfs
     34 PROG	sbin/mount_msdos
     35 PROG	sbin/mount_nfs
     36 PROG	sbin/newfs	sbin/mount_mfs
     37 PROG	sbin/ping
     38 PROG	sbin/reboot	sbin/halt
     39 PROG	sbin/restore	sbin/rrestore
     40 PROG	sbin/route
     41 PROG	sbin/shutdown
     42 PROG	sbin/slattach
     43 PROG	sbin/swapctl
     44 PROG	sbin/umount
     45 
     46 PROG	usr/bin/ftp
     47 PROG	usr/bin/gzip	usr/bin/gzcat usr/bin/gunzip
     48 PROG	usr/bin/less	usr/bin/more
     49 PROG	usr/bin/sed
     50 PROG	usr/bin/tip
     51 
     52 PROG	usr/sbin/chroot
     53 
     54 # init invokes the shell as -sh
     55 ARGVLN	sh -sh
     56 
     57 SPECIAL	gzip	srcdir distrib/utils/x_gzip
     58 SPECIAL	ping	srcdir distrib/utils/x_ping
     59 
     60 LIBS	-ledit -lutil -lcurses -lterminfo -lrmt -lcrypt -ll -lm -lz -lprop
     61 
     62 # we need the boot blocks /usr/mdec
     63 #COPYDIR	${DESTDIR}/usr/mdec	usr/mdec
     64 
     65 # various files that we need in /etc for the install
     66 COPY	${NETBSDSRCDIR}/etc/group		etc/group
     67 COPY	${NETBSDSRCDIR}/etc/master.passwd	etc/master.passwd
     68 COPY	${NETBSDSRCDIR}/etc/netconfig		etc/netconfig
     69 COPY	${DISTRIBDIR}/common/protocols		etc/protocols
     70 COPY	${DISTRIBDIR}/common/services		etc/services
     71 
     72 #COPY	${CURDIR}/inst.sh			usr/local/sbin/inst	555
     73 
     74 # and the installation tools
     75 COPY	${CURDIR}/dot.profile		.profile
     76