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