Home | History | Annotate | Line # | Download | only in ramdisk
list revision 1.2
      1 #	$NetBSD: list,v 1.2 2002/02/23 22:02:08 gmcgarry Exp $
      2 
      3 SRCDIRS	bin sbin usr.bin usr.sbin gnu/usr.bin sys/arch/hp300/stand
      4 
      5 PROG	bin/cat
      6 PROG	bin/chmod
      7 PROG	bin/cp
      8 PROG	bin/ln
      9 PROG	bin/ls
     10 PROG	bin/mkdir
     11 PROG	bin/mv
     12 PROG	bin/pax		usr/bin/tar
     13 PROG	bin/pwd
     14 PROG	bin/rm
     15 PROG	bin/sh
     16 PROG	bin/stty
     17 
     18 PROG	sbin/disklabel
     19 PROG	sbin/fsck
     20 PROG	sbin/fsck_ffs
     21 PROG	sbin/ifconfig
     22 PROG	sbin/init
     23 PROG	sbin/mknod
     24 PROG	sbin/mount
     25 PROG	sbin/mount_cd9660
     26 PROG	sbin/mount_ffs
     27 PROG	sbin/mount_kernfs
     28 PROG	sbin/mount_nfs
     29 PROG	sbin/newfs	sbin/mount_mfs
     30 PROG	sbin/ping
     31 PROG	sbin/reboot	sbin/halt
     32 PROG	sbin/route
     33 PROG	sbin/swapctl
     34 PROG	sbin/umount
     35 
     36 PROG	usr/bin/ftp
     37 PROG	usr/bin/gzip	usr/bin/gzcat usr/bin/gunzip
     38 PROG	usr/bin/sed
     39 
     40 PROG	usr/sbin/chown	usr/bin/chgrp
     41 PROG	usr/sbin/chroot
     42 
     43 SPECIAL	ftp		srcdir	distrib/utils/x_ftp
     44 SPECIAL	ifconfig	srcdir	distrib/utils/x_ifconfig
     45 SPECIAL	mount		srcdir	distrib/utils/x_mount
     46 SPECIAL	ping		srcdir	distrib/utils/x_ping
     47 SPECIAL	route		srcdir	distrib/utils/x_route
     48 SPECIAL	umount		srcdir	distrib/utils/x_umount
     49 
     50 LIBS	libhack.o -lbz2 -lutil -lcurses -ltermcap -lcrypt -ll -lm
     51 
     52 COPY	${DESTDIR}/usr/mdec/uboot.lif	usr/mdec/uboot.lif
     53 COPY	${DESTDIR}/usr/mdec/installboot	usr/mdec/installboot
     54 
     55 # init invokes the shell as -sh
     56 ARGVLN	sh -sh
     57 
     58 # various files that we need in /etc for the install
     59 COPY	${_SRC_TOP_}/etc/group		etc/group
     60 COPY	${_SRC_TOP_}/etc/master.passwd	etc/master.passwd
     61 COPY	${_SRC_TOP_}/etc/netconfig	etc/netconfig
     62 COPY	${_SRC_TOP_}/etc/protocols	etc/protocols
     63 COPY	${_SRC_TOP_}/etc/services	etc/services
     64 
     65 # and the common installation tools
     66 COPY	${CURDIR}/termcap.mini		usr/share/misc/termcap
     67 
     68 # and the boot script
     69 COPY	${CURDIR}/dot.profile		.profile
     70