Home | History | Annotate | Line # | Download | only in ramdisk
      1 #	$NetBSD: list,v 1.46 2018/10/01 17:50:08 martin Exp $
      2 
      3 SRCDIRS	bin sbin external/bsd/less/bin usr.bin usr.sbin
      4 
      5 PROG	bin/cat		usr/bin/strings
      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/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/chown	bin/chgrp
     24 PROG	sbin/disklabel
     25 PROG	sbin/dmesg
     26 PROG	sbin/fsck
     27 PROG	sbin/fsck_ffs
     28 PROG	sbin/ifconfig
     29 PROG	sbin/init
     30 PROG	sbin/mknod
     31 PROG	sbin/mount
     32 PROG	sbin/mount_cd9660
     33 PROG	sbin/mount_ffs
     34 PROG	sbin/mount_msdos
     35 PROG	sbin/mount_nfs
     36 PROG	sbin/newfs	sbin/mount_mfs
     37 PROG	sbin/ping
     38 PROG	sbin/raidctl
     39 PROG	sbin/reboot	sbin/halt
     40 PROG	sbin/restore	sbin/rrestore
     41 PROG	sbin/route
     42 PROG	sbin/shutdown
     43 PROG	sbin/slattach
     44 PROG	sbin/swapctl
     45 PROG	sbin/umount
     46 
     47 PROG	usr/bin/ftp
     48 PROG	usr/bin/gzip	usr/bin/gzcat usr/bin/gunzip
     49 PROG	usr/bin/less	usr/bin/more
     50 PROG	usr/bin/sed
     51 PROG	usr/bin/tip
     52 PROG	usr/bin/tset
     53 
     54 PROG	usr/sbin/bad144
     55 PROG	usr/sbin/chroot
     56 PROG	usr/sbin/installboot
     57 
     58 # init invokes the shell as -sh
     59 ARGVLN	sh -sh
     60 
     61 SPECIAL	gzip		srcdir	distrib/utils/x_gzip
     62 SPECIAL	ping		srcdir	distrib/utils/x_ping
     63 
     64 LIBS	-ledit -lutil -lcurses -lterminfo -lrmt -lcrypt -ll -lm -lz -llzma -lprop
     65 
     66 # we need the boot blocks /usr/mdec
     67 COPY	${DESTDIR}/usr/mdec/boot		usr/mdec/boot
     68 COPY	${DESTDIR}/usr/mdec/bootxx_ffs		usr/mdec/bootxx_ffs
     69 COPY	${DESTDIR}/usr/mdec/bootxx_ffsv2	usr/mdec/bootxx_ffsv2
     70 
     71 # various files that we need in /etc for the install
     72 COPY	${NETBSDSRCDIR}/etc/group		etc/group
     73 COPY	${NETBSDSRCDIR}/etc/master.passwd	etc/master.passwd
     74 COPY	${NETBSDSRCDIR}/etc/netconfig		etc/netconfig
     75 COPY	${DISTRIBDIR}/common/protocols		etc/protocols
     76 COPY	${DISTRIBDIR}/common/services		etc/services
     77 
     78 CMD	${TOOL_PWD_MKDB} -L -d . etc/master.passwd
     79 MTREE	./etc/pwd.db	type=file uname=root gname=wheel mode=0644
     80 MTREE	./etc/spwd.db	type=file uname=root gname=wheel mode=0600
     81 
     82 # and the common installation tools
     83 COPY	${DISTRIBDIR}/utils/script-installer/dot.commonutils .commonutils
     84 COPY	${DISTRIBDIR}/utils/script-installer/dot.instutils   .instutils
     85 
     86 # and the installation tools
     87 COPY	${CURDIR}/dot.profile			.profile
     88 
     89 # old-style installation tools
     90 COPY	${CURDIR}/install.sh			install		555
     91 COPY	${CURDIR}/upgrade.sh			upgrade		555
     92 
     93 # and the install notes
     94 COPY	${INSTALLNOTES}				INSTALL.more
     95