Home | History | Annotate | Line # | Download | only in ramdisk
list revision 1.2
      1 #	$NetBSD: list,v 1.2 2002/04/12 06:02:36 lukem Exp $
      2 
      3 SRCDIRS	bin sbin 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/mt
     15 PROG	bin/mv
     16 PROG	bin/pax		usr/bin/cpio usr/bin/tar
     17 PROG	bin/pwd
     18 PROG	bin/rm
     19 PROG	bin/sh
     20 PROG	bin/stty
     21 PROG	bin/sync
     22 
     23 PROG	sbin/disklabel
     24 PROG	sbin/fsck
     25 PROG	sbin/fsck_ffs
     26 PROG	sbin/ifconfig
     27 PROG	sbin/init
     28 PROG	sbin/mknod
     29 PROG	sbin/mount
     30 PROG	sbin/mount_cd9660
     31 PROG	sbin/mount_ffs
     32 PROG	sbin/mount_kernfs
     33 PROG	sbin/mount_msdos
     34 PROG	sbin/mount_nfs
     35 PROG	sbin/newfs	sbin/mount_mfs
     36 PROG	sbin/ping
     37 PROG	sbin/reboot	sbin/halt
     38 PROG	sbin/route
     39 PROG	sbin/shutdown
     40 PROG	sbin/slattach
     41 PROG	sbin/umount
     42 
     43 PROG	usr/bin/ftp
     44 PROG	usr/bin/gzip	usr/bin/gunzip usr/bin/gzcat
     45 PROG	usr/bin/sed
     46 PROG	usr/bin/strings
     47 PROG	usr/bin/tip
     48 PROG	usr/bin/tset
     49 
     50 PROG	usr/mdec/installboot
     51 
     52 PROG	usr/sbin/chown	usr/bin/chgrp
     53 PROG	usr/sbin/chroot
     54 
     55 # init invokes the shell as -sh
     56 ARGVLN	sh -sh
     57 
     58 SPECIAL	ping		srcdir	distrib/utils/x_ping
     59 
     60 # we have not switched to MI usr.sbin/installboot yet.
     61 SPECIAL	installboot	srcdir	sys/arch/${MACHINE}/stand/installboot
     62 
     63 LIBS	libhack.o -ledit -lbz2 -lutil -lcurses -ltermcap -lrmt -lcrypt -ll -lm
     64 
     65 # we need the boot blocks /usr/mdec
     66 COPY	${DESTDIR}/usr/mdec/boot	usr/mdec/boot
     67 COPY	${DESTDIR}/usr/mdec/bootxx_ffs	usr/mdec/bootxx_ffs
     68 
     69 # various files that we need in /etc for the install
     70 COPY	${_SRC_TOP_}/etc/group		etc/group
     71 COPY	${_SRC_TOP_}/etc/master.passwd	etc/master.passwd
     72 COPY	${_SRC_TOP_}/etc/netconfig	etc/netconfig
     73 COPY	${_SRC_TOP_}/etc/protocols	etc/protocols
     74 COPY	${_SRC_TOP_}/etc/services	etc/services
     75 
     76 # and the common installation tools
     77 COPY	${CURDIR}/termcap.src	usr/share/misc/termcap
     78 COPY	${DISTRIBDIR}/utils/script-installer/dot.commonutils	.commonutils
     79 COPY	${DISTRIBDIR}/utils/script-installer/dot.instutils	.instutils
     80 
     81 # the disktab explanation file
     82 COPY	${CURDIR}/disktab.preinstall		etc/disktab.preinstall
     83 
     84 # and the shell startup files
     85 COPY	${CURDIR}/dot.profile			.profile
     86 COPY	${CURDIR}/dot.hdprofile			tmp/.hdprofile
     87 
     88 # someday put in the release notes too
     89 #
     90 # COPY	${DISTRIBDIR}/notes/mipsco/INSTALL.txt	INSTALL.txt
     91