list.ramdisk revision 1.16
11.16Stron#	$NetBSD: list.ramdisk,v 1.16 2011/07/03 23:11:32 tron Exp $
21.1Shubertf
31.16StronSRCDIRS	external/bsd/less/bin
41.7StsutsuiSRCDIRS	bin sbin usr.bin usr.sbin libexec
51.1Shubertf
61.13Sjym# Programs for a minimal ramdisk image
71.13Sjym
81.13SjymPROG	bin/cat
91.13SjymPROG	bin/chmod
101.13SjymPROG	bin/cp
111.13SjymPROG	bin/ln
121.13SjymPROG	bin/ls
131.13SjymPROG	bin/mkdir
141.13SjymPROG	bin/mv
151.13SjymPROG	bin/pax		usr/bin/tar
161.13SjymPROG	bin/pwd
171.13SjymPROG	bin/rm
181.13SjymPROG	bin/sh
191.13SjymPROG	bin/stty
201.13Sjym
211.13SjymPROG	sbin/chown	bin/chgrp
221.13SjymPROG	sbin/disklabel
231.13SjymPROG	sbin/dmesg
241.13SjymPROG	sbin/fsck
251.13SjymPROG	sbin/fsck_ffs
261.13SjymPROG	sbin/ifconfig
271.13SjymPROG	sbin/init
281.13SjymPROG	sbin/mknod
291.13SjymPROG	sbin/mount
301.13SjymPROG	sbin/mount_cd9660
311.13SjymPROG	sbin/mount_ffs
321.13Sjym# PROG	sbin/mount_kernfs
331.13SjymPROG	sbin/mount_msdos
341.13SjymPROG	sbin/mount_nfs
351.13SjymPROG	sbin/mount_tmpfs
361.13SjymPROG	sbin/newfs	sbin/mount_mfs
371.13SjymPROG	sbin/ping
381.13SjymPROG	sbin/reboot	sbin/halt
391.13SjymPROG	sbin/route
401.13SjymPROG	sbin/swapctl
411.13SjymPROG	sbin/umount
421.13Sjym
431.13SjymPROG	usr/bin/ftp
441.13SjymPROG	usr/bin/gzip	usr/bin/gzcat usr/bin/gunzip
451.13SjymPROG	usr/bin/sed
461.13Sjym
471.13Sjym# One of these is rather useful
481.13Sjym# PROG	usr/bin/less	usr/bin/more
491.13Sjym# PROG	usr/bin/more	usr/bin/less
501.13Sjym
511.13Sjym# sysinst doesn't use installboot
521.13Sjym# PROG	usr/sbin/installboot
531.13Sjym
541.13SjymPROG	usr/sbin/chroot
551.13Sjym
561.14StsutsuiSPECIAL	gzip		srcdir	distrib/utils/x_gzip
571.13SjymSPECIAL	ifconfig	srcdir	distrib/utils/x_ifconfig
581.13SjymSPECIAL	ping		srcdir	distrib/utils/x_ping
591.13SjymSPECIAL	route		srcdir	distrib/utils/x_route
601.13Sjym# SPECIAL more		srcdir	distrib/utils/more
611.13Sjym
621.1Shubertf# init invokes the shell as -sh
631.1ShubertfARGVLN	sh -sh
641.1Shubertf
651.1Shubertf# libhack.o is built by Makefile & included Makefile.inc
661.14StsutsuiLIBS	libhack.o -ledit -lutil -lcurses -lterminfo -lrmt -lcrypt -ll -lm -lz -lprop
671.1Shubertf
681.1Shubertf# various files that we need in /etc for the install
691.1ShubertfCOPY	${NETBSDSRCDIR}/etc/group		etc/group
701.1ShubertfCOPY	${NETBSDSRCDIR}/etc/master.passwd	etc/master.passwd
711.1ShubertfCOPY	${NETBSDSRCDIR}/etc/netconfig		etc/netconfig
721.15StsutsuiCOPY	${DISTRIBDIR}/common/protocols		etc/protocols
731.9SabsCOPY	${DISTRIBDIR}/common/services		etc/services
741.1Shubertf
751.1Shubertf# we need the boot block in /usr/mdec + the MBR copy
761.1ShubertfCOPY	${DESTDIR}/usr/mdec/boot		usr/mdec/boot
771.1ShubertfCOPY	${DESTDIR}/usr/mdec/bootxx_ffsv1	usr/mdec/bootxx_ffsv1
781.1ShubertfCOPY	${DESTDIR}/usr/mdec/bootxx_ffsv2	usr/mdec/bootxx_ffsv2
791.3SskdCOPY	${DESTDIR}/usr/mdec/bootxx_lfsv2	usr/mdec/bootxx_lfsv2
801.1ShubertfCOPY	${DESTDIR}/usr/mdec/mbr			usr/mdec/mbr
811.1ShubertfCOPY	${DESTDIR}/usr/mdec/mbr_ext		usr/mdec/mbr_ext
821.1ShubertfCOPY	${DESTDIR}/usr/mdec/mbr_bootsel		usr/mdec/mbr_bootsel
831.1Shubertf
841.1Shubertf# and the boot script
851.1ShubertfCOPY	${CURDIR}/../common/dot.profile		.profile
86