Home | History | Annotate | Line # | Download | only in ramdisk
      1 #	$NetBSD: list,v 1.20 2011/06/19 06:44:05 tsutsui Exp $
      2 
      3 SRCDIRS	bin sbin 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/ln
     11 PROG	bin/ls
     12 PROG	bin/mkdir
     13 PROG	bin/mt
     14 PROG	bin/mv
     15 PROG	bin/pax		usr/bin/tar
     16 PROG	bin/pwd
     17 PROG	bin/sync
     18 PROG	bin/sh
     19 PROG	bin/tftp
     20 
     21 PROG	sbin/disklabel
     22 PROG	sbin/ifconfig
     23 PROG	sbin/init
     24 PROG	sbin/installboot
     25 PROG	sbin/mknod
     26 PROG	sbin/mount
     27 PROG	sbin/mount_cd9660
     28 PROG	sbin/mount_ffs
     29 PROG	sbin/mount_nfs
     30 PROG	sbin/reboot	sbin/halt
     31 PROG	sbin/route
     32 PROG	sbin/umount
     33 
     34 PROG	usr/bin/ftp
     35 PROG	usr/bin/gzip	usr/bin/gzcat usr/bin/gunzip
     36 
     37 # init invokes the shell as -sh
     38 ARGVLN	sh -sh
     39 
     40 SPECIAL	gzip		srcdir distrib/utils/x_gzip
     41 SPECIAL	ifconfig	srcdir distrib/utils/x_ifconfig
     42 SPECIAL	route		srcdir distrib/utils/x_route
     43 SPECIAL	umount		srcdir distrib/utils/x_umount
     44 SPECIAL	installboot	srcdir sys/arch/mvme68k/stand/installboot
     45 
     46 LIBS	libhack.o -lutil -lz -ll -lrmt -lprop
     47 
     48 # various files that we need in /etc for the install
     49 COPY	${CURDIR}/rd.fstab			etc/fstab
     50 COPY	${NETBSDSRCDIR}/etc/master.passwd	etc/master.passwd
     51 COPY	${NETBSDSRCDIR}/etc/netconfig		etc/netconfig
     52 COPY	${DISTRIBDIR}/common/protocols	etc/protocols
     53 COPY	${DISTRIBDIR}/common/services		etc/services
     54 COPY	${DESTDIR}/usr/mdec/bootsd		bootsd
     55 COPY	${DESTDIR}/usr/mdec/bootst		bootst
     56 COPY	${DESTDIR}/usr/mdec/bootxx		bootxx
     57 COPY	${DESTDIR}/usr/mdec/stboot		stboot
     58 
     59 # and the startup file
     60 COPY	${CURDIR}/dot.profile	.profile
     61 COPY	${CURDIR}/rd.welcome	.welcome
     62