Home | History | Annotate | Line # | Download | only in ramdisk
list revision 1.16
      1  1.16     roy #	$NetBSD: list,v 1.16 2010/02/05 10:01:20 roy Exp $
      2   1.1   rafal 
      3   1.1   rafal SRCDIRS	bin sbin usr.bin usr.sbin gnu/usr.bin sys/arch/sgimips/stand
      4   1.1   rafal 
      5   1.1   rafal PROG	bin/cat
      6   1.1   rafal PROG	bin/chmod
      7   1.1   rafal PROG	bin/cp
      8   1.1   rafal PROG	bin/dd
      9   1.1   rafal PROG	bin/df
     10   1.1   rafal PROG	bin/ed
     11   1.1   rafal PROG	bin/ln
     12   1.1   rafal PROG	bin/ls
     13   1.1   rafal PROG	bin/mkdir
     14   1.1   rafal PROG	bin/mv
     15   1.6  sekiya PROG	bin/pax		usr/bin/tar
     16   1.1   rafal PROG	bin/pwd
     17   1.1   rafal PROG	bin/rm
     18   1.1   rafal PROG	bin/sh
     19   1.1   rafal PROG	bin/stty
     20   1.1   rafal PROG	bin/sync
     21   1.1   rafal 
     22   1.1   rafal PROG	sbin/disklabel
     23   1.1   rafal PROG	sbin/fsck
     24   1.1   rafal PROG	sbin/fsck_ffs
     25   1.1   rafal PROG	sbin/ifconfig
     26   1.1   rafal PROG	sbin/init
     27   1.1   rafal PROG	sbin/mknod
     28   1.1   rafal PROG	sbin/mount
     29   1.1   rafal PROG	sbin/mount_cd9660
     30   1.1   rafal PROG	sbin/mount_ffs
     31   1.1   rafal PROG	sbin/mount_nfs
     32   1.1   rafal PROG	sbin/newfs	sbin/mount_mfs
     33   1.1   rafal PROG	sbin/ping
     34   1.1   rafal PROG	sbin/reboot	sbin/halt
     35   1.1   rafal PROG	sbin/restore	sbin/rrestore
     36   1.1   rafal PROG	sbin/route
     37   1.1   rafal PROG	sbin/shutdown
     38   1.1   rafal PROG	sbin/umount
     39   1.1   rafal 
     40   1.1   rafal PROG	usr/bin/ftp
     41   1.1   rafal PROG	usr/bin/gzip	usr/bin/gzcat usr/bin/gunzip
     42   1.1   rafal PROG	usr/bin/sed
     43   1.1   rafal 
     44   1.2   rafal PROG	usr/mdec/sgivol
     45   1.1   rafal 
     46   1.1   rafal PROG	usr/sbin/chown	usr/bin/chgrp
     47   1.1   rafal PROG	usr/sbin/chroot
     48   1.1   rafal 
     49   1.6  sekiya SPECIAL	ed		srcdir	distrib/utils/x_ed
     50   1.6  sekiya SPECIAL	ifconfig	srcdir	distrib/utils/x_ifconfig
     51   1.6  sekiya SPECIAL	ping		srcdir	distrib/utils/x_ping
     52   1.6  sekiya SPECIAL	route		srcdir	distrib/utils/x_route
     53   1.6  sekiya SPECIAL	umount		srcdir	distrib/utils/x_umount
     54   1.6  sekiya SPECIAL	sgivol		srcdir	sys/arch/sgimips/stand/sgivol
     55   1.6  sekiya 
     56  1.16     roy LIBS	libhack.o -lbz2 -lutil -lcurses -lterminfo -lrmt -lcrypt -ll -lm -lz -lprop
     57   1.6  sekiya 
     58   1.1   rafal # init invokes the shell as -sh
     59   1.1   rafal ARGVLN	sh -sh
     60   1.1   rafal 
     61   1.1   rafal # we need the boot blocks /usr/mdec
     62   1.4  sekiya COPY	${DESTDIR}/usr/mdec/aoutboot		usr/mdec/aoutboot
     63   1.4  sekiya COPY	${DESTDIR}/usr/mdec/ip2xboot		usr/mdec/ip2xboot
     64   1.4  sekiya COPY	${DESTDIR}/usr/mdec/ip3xboot		usr/mdec/ip3xboot
     65   1.1   rafal 
     66   1.1   rafal # various files that we need in /etc for the install
     67   1.1   rafal COPY	${NETBSDSRCDIR}/etc/group		etc/group
     68   1.1   rafal COPY	${NETBSDSRCDIR}/etc/master.passwd	etc/master.passwd
     69   1.1   rafal COPY	${NETBSDSRCDIR}/etc/netconfig		etc/netconfig
     70  1.15     abs COPY	${DISTRIBDIR}/common/protocols		etc/protocols
     71  1.13     abs COPY	${DISTRIBDIR}/common/services		etc/services
     72   1.1   rafal 
     73   1.1   rafal # and the common installation tools
     74  1.16     roy COPY	${DESTDIR}/rescue/terminfo.db		usr/share/misc/terminfo.db
     75   1.1   rafal 
     76   1.1   rafal # and the shell startup files
     77   1.1   rafal COPY	${CURDIR}/dot.profile			.profile
     78