Home | History | Annotate | Line # | Download | only in ramdisk
list revision 1.24
      1  1.24       he #	$NetBSD: list,v 1.24 2013/01/30 14:12:33 he Exp $
      2   1.1  thorpej 
      3  1.21     tron SRCDIRS	bin sbin external/bsd/less/bin usr.bin usr.sbin
      4   1.1  thorpej 
      5   1.1  thorpej PROG	bin/cat
      6   1.1  thorpej PROG	bin/chmod
      7   1.1  thorpej PROG	bin/cp
      8   1.1  thorpej PROG	bin/dd
      9   1.1  thorpej PROG	bin/df
     10   1.1  thorpej PROG	bin/ed
     11   1.1  thorpej PROG	bin/ln
     12   1.1  thorpej PROG	bin/ls
     13   1.1  thorpej PROG	bin/mkdir
     14   1.1  thorpej PROG	bin/mv
     15   1.1  thorpej PROG	bin/pax		usr/bin/tar
     16   1.1  thorpej PROG	bin/pwd
     17   1.1  thorpej PROG	bin/rm
     18   1.4     joff PROG	bin/rmdir
     19   1.1  thorpej PROG	bin/sh
     20   1.1  thorpej PROG	bin/stty
     21   1.1  thorpej PROG	bin/sync
     22   1.1  thorpej 
     23  1.18  tsutsui PROG	sbin/chown	bin/chgrp
     24   1.1  thorpej PROG	sbin/disklabel
     25  1.22     matt PROG	sbin/fdisk
     26   1.1  thorpej PROG	sbin/fsck
     27  1.22     matt PROG	sbin/fsck_msdos
     28   1.1  thorpej PROG	sbin/fsck_ffs
     29  1.22     matt PROG	sbin/gpt
     30   1.1  thorpej PROG	sbin/ifconfig
     31   1.1  thorpej PROG	sbin/init
     32   1.1  thorpej PROG	sbin/mknod
     33   1.1  thorpej PROG	sbin/mount
     34   1.1  thorpej PROG	sbin/mount_cd9660
     35  1.24       he PROG	sbin/mount_ext2fs
     36   1.1  thorpej PROG	sbin/mount_ffs
     37   1.1  thorpej PROG	sbin/mount_kernfs
     38   1.1  thorpej PROG	sbin/mount_msdos
     39   1.1  thorpej PROG	sbin/mount_nfs
     40  1.23     matt PROG	sbin/mount_tmpfs
     41   1.1  thorpej PROG	sbin/newfs	sbin/mount_mfs
     42  1.24       he PROG	sbin/newfs_ext2fs
     43   1.1  thorpej PROG	sbin/ping
     44   1.1  thorpej PROG	sbin/reboot	sbin/halt
     45   1.1  thorpej PROG	sbin/restore	sbin/rrestore
     46   1.1  thorpej PROG	sbin/route
     47   1.1  thorpej PROG	sbin/shutdown
     48   1.1  thorpej PROG	sbin/slattach
     49   1.1  thorpej PROG	sbin/swapctl
     50   1.1  thorpej PROG	sbin/umount
     51   1.1  thorpej 
     52   1.1  thorpej PROG	usr/bin/ftp
     53   1.7    rafal PROG	usr/bin/tip	usr/bin/cu
     54  1.11      abs PROG	usr/bin/gzip	usr/bin/gzcat usr/bin/gunzip
     55   1.1  thorpej PROG	usr/bin/less	usr/bin/more
     56   1.1  thorpej PROG	usr/bin/sed
     57   1.1  thorpej PROG	usr/bin/tset
     58   1.1  thorpej 
     59   1.1  thorpej PROG	usr/sbin/chroot
     60   1.1  thorpej 
     61   1.7    rafal SPECIAL	ed		srcdir	distrib/utils/x_ed
     62  1.19  tsutsui SPECIAL	gzip		srcdir	distrib/utils/x_gzip
     63   1.7    rafal SPECIAL	ping		srcdir	distrib/utils/x_ping
     64   1.7    rafal SPECIAL	ifconfig	srcdir	distrib/utils/x_ifconfig
     65   1.7    rafal SPECIAL	route		srcdir	distrib/utils/x_route
     66   1.7    rafal SPECIAL	umount		srcdir	distrib/utils/x_umount
     67   1.1  thorpej 
     68  1.19  tsutsui LIBS	libhack.o -ledit -lutil -lcurses -lterminfo -lrmt -lcrypt -ll -lm -lz -lprop
     69   1.1  thorpej 
     70   1.1  thorpej # init invokes the shell as -sh
     71   1.1  thorpej ARGVLN	sh -sh
     72   1.1  thorpej 
     73   1.1  thorpej # we need the boot blocks /usr/mdec
     74   1.1  thorpej #COPY	${DESTDIR}/usr/mdec/ofwboot	usr/mdec/ofwboot
     75   1.1  thorpej 
     76   1.1  thorpej # various files that we need in /etc for the install
     77   1.2    lukem COPY	${NETBSDSRCDIR}/etc/group		etc/group
     78   1.2    lukem COPY	${NETBSDSRCDIR}/etc/master.passwd	etc/master.passwd
     79   1.2    lukem COPY	${NETBSDSRCDIR}/etc/netconfig		etc/netconfig
     80  1.15      abs COPY	${DISTRIBDIR}/common/protocols		etc/protocols
     81  1.13      abs COPY	${DISTRIBDIR}/common/services		etc/services
     82   1.1  thorpej 
     83   1.1  thorpej # and the installation tools
     84   1.1  thorpej COPY	${CURDIR}/dot.profile		.profile
     85