Home | History | Annotate | Line # | Download | only in ramdisk
list revision 1.1
      1  1.1  pooka #	$NetBSD: list,v 1.1 2011/01/26 01:18:44 pooka Exp $
      2  1.1  pooka 
      3  1.1  pooka SRCDIRS	bin sbin usr.bin usr.sbin gnu/usr.bin sys/arch/emips/stand
      4  1.1  pooka 
      5  1.1  pooka PROG	bin/cat
      6  1.1  pooka PROG	bin/chmod
      7  1.1  pooka PROG	bin/cp
      8  1.1  pooka PROG	bin/dd
      9  1.1  pooka PROG	bin/df
     10  1.1  pooka PROG	bin/ed
     11  1.1  pooka PROG	bin/ln
     12  1.1  pooka PROG	bin/ls
     13  1.1  pooka PROG	bin/mkdir
     14  1.1  pooka PROG	bin/mt
     15  1.1  pooka PROG	bin/mv
     16  1.1  pooka PROG	bin/pax		usr/bin/tar usr/bin/cpio
     17  1.1  pooka PROG	bin/pwd
     18  1.1  pooka PROG	bin/rm
     19  1.1  pooka PROG	bin/sh
     20  1.1  pooka PROG	bin/stty
     21  1.1  pooka PROG	bin/sync
     22  1.1  pooka 
     23  1.1  pooka PROG	sbin/disklabel
     24  1.1  pooka PROG	sbin/fsck
     25  1.1  pooka PROG	sbin/fsck_ffs
     26  1.1  pooka PROG	sbin/ifconfig
     27  1.1  pooka PROG	sbin/init
     28  1.1  pooka PROG	sbin/mknod
     29  1.1  pooka PROG	sbin/mount
     30  1.1  pooka PROG	sbin/mount_cd9660
     31  1.1  pooka PROG	sbin/mount_ffs
     32  1.1  pooka PROG	sbin/mount_kernfs
     33  1.1  pooka PROG	sbin/mount_msdos
     34  1.1  pooka PROG	sbin/mount_nfs
     35  1.1  pooka PROG	sbin/newfs	sbin/mount_mfs
     36  1.1  pooka PROG	sbin/ping
     37  1.1  pooka PROG	sbin/reboot	sbin/halt
     38  1.1  pooka PROG	sbin/restore	sbin/rrestore
     39  1.1  pooka PROG	sbin/route
     40  1.1  pooka PROG	sbin/shutdown
     41  1.1  pooka PROG	sbin/slattach
     42  1.1  pooka PROG	sbin/umount
     43  1.1  pooka 
     44  1.1  pooka PROG	usr/bin/ftp
     45  1.1  pooka PROG	usr/bin/gzip	usr/bin/gzcat usr/bin/gunzip
     46  1.1  pooka PROG	usr/bin/sed
     47  1.1  pooka PROG	usr/bin/tip
     48  1.1  pooka PROG	usr/bin/tset
     49  1.1  pooka 
     50  1.1  pooka PROG	usr/sbin/installboot
     51  1.1  pooka 
     52  1.1  pooka PROG	usr/sbin/chown	usr/bin/chgrp
     53  1.1  pooka PROG	usr/sbin/chroot
     54  1.1  pooka 
     55  1.1  pooka # init invokes the shell as -sh
     56  1.1  pooka ARGVLN	sh -sh
     57  1.1  pooka 
     58  1.1  pooka SPECIAL	ping	srcdir	distrib/utils/x_ping
     59  1.1  pooka 
     60  1.1  pooka LIBS	-ledit -lbz2 -lutil -lcurses -lterminfo -lrmt -lcrypt -ll -lm -lz -lprop
     61  1.1  pooka 
     62  1.1  pooka # we need the boot blocks /usr/mdec
     63  1.1  pooka COPY	${DESTDIR}/usr/mdec/bootxx_ffs		usr/mdec/bootxx_ffs
     64  1.1  pooka COPY	${DESTDIR}/usr/mdec/boot.emips		usr/mdec/boot.emips
     65  1.1  pooka 
     66  1.1  pooka # various files that we need in /etc for the install
     67  1.1  pooka COPY	${NETBSDSRCDIR}/etc/group		etc/group
     68  1.1  pooka COPY	${NETBSDSRCDIR}/etc/master.passwd	etc/master.passwd
     69  1.1  pooka COPY	${NETBSDSRCDIR}/etc/netconfig		etc/netconfig
     70  1.1  pooka COPY	${DISTRIBDIR}/common/protocols		etc/protocols
     71  1.1  pooka COPY	${DISTRIBDIR}/common/services		etc/services
     72  1.1  pooka 
     73  1.1  pooka # and the shell startup files
     74  1.1  pooka COPY	${CURDIR}/dot.profile			.profile
     75  1.1  pooka COPY	${CURDIR}/dot.hdprofile			tmp/.hdprofile
     76  1.1  pooka 
     77  1.1  pooka 
     78  1.1  pooka # someday put in the release notes too
     79  1.1  pooka #
     80  1.1  pooka # COPY	${DISTRIBDIR}/notes/emips/INSTALL.txt	INSTALL.txt
     81