list.ramdisk revision 1.9
11.9Sabs#	$NetBSD: list.ramdisk,v 1.9 2009/01/25 22:08:38 abs Exp $
21.1Shubertf
31.2SdslSRCDIRS	usr.bin/less
41.1ShubertfSRCDIRS	bin sbin usr.bin usr.sbin gnu/usr.bin
51.1Shubertf
61.2Sdsl# Programs for a minimal ramdisk image
71.2Sdsl
81.2SdslPROG	bin/cat
91.2SdslPROG	bin/chmod
101.2SdslPROG	bin/cp
111.2SdslPROG	bin/ln
121.2SdslPROG	bin/ls
131.2SdslPROG	bin/mkdir
141.2SdslPROG	bin/mv
151.2SdslPROG	bin/pax		usr/bin/tar
161.2SdslPROG	bin/pwd
171.2SdslPROG	bin/rm
181.2SdslPROG	bin/sh
191.2SdslPROG	bin/stty
201.2Sdsl
211.2SdslPROG	sbin/disklabel
221.2SdslPROG	sbin/dmesg
231.2SdslPROG	sbin/fsck
241.2SdslPROG	sbin/fsck_ffs
251.2SdslPROG	sbin/ifconfig
261.2SdslPROG	sbin/init
271.2SdslPROG	sbin/mknod
281.2SdslPROG	sbin/mount
291.2SdslPROG	sbin/mount_cd9660
301.2SdslPROG	sbin/mount_ffs
311.2Sdsl# PROG	sbin/mount_kernfs
321.2SdslPROG	sbin/mount_msdos
331.2SdslPROG	sbin/mount_nfs
341.8SjoergPROG	sbin/mount_tmpfs
351.2SdslPROG	sbin/newfs	sbin/mount_mfs
361.2SdslPROG	sbin/ping
371.2SdslPROG	sbin/reboot	sbin/halt
381.2SdslPROG	sbin/route
391.2SdslPROG	sbin/swapctl
401.2SdslPROG	sbin/umount
411.2Sdsl
421.2SdslPROG	usr/bin/ftp
431.2SdslPROG	usr/bin/gzip	usr/bin/gzcat usr/bin/gunzip
441.2SdslPROG	usr/bin/sed
451.2Sdsl
461.2Sdsl# One of these is rather useful
471.2Sdsl# PROG	usr/bin/less	usr/bin/more
481.2Sdsl# PROG	usr/bin/more	usr/bin/less
491.2Sdsl
501.2Sdsl# sysinst doesn't use installboot
511.2Sdsl# PROG	usr/sbin/installboot
521.2Sdsl
531.2SdslPROG	usr/sbin/chown	usr/bin/chgrp
541.2SdslPROG	usr/sbin/chroot
551.2Sdsl
561.2SdslSPECIAL	ifconfig	srcdir	distrib/utils/x_ifconfig
571.2SdslSPECIAL	ping		srcdir	distrib/utils/x_ping
581.2SdslSPECIAL	route		srcdir	distrib/utils/x_route
591.2Sdsl# SPECIAL more		srcdir	distrib/utils/more
601.2Sdsl
611.1Shubertf# init invokes the shell as -sh
621.1ShubertfARGVLN	sh -sh
631.1Shubertf
641.1Shubertf# libhack.o is built by Makefile & included Makefile.inc
651.7SdyoungLIBS	libhack.o -lbz2 -ledit -lutil -lcurses -ltermcap -lrmt -lcrypt -ll -lm -lz -lprop
661.1Shubertf
671.1Shubertf# various files that we need in /etc for the install
681.1ShubertfCOPY	${NETBSDSRCDIR}/etc/group		etc/group
691.1ShubertfCOPY	${NETBSDSRCDIR}/etc/master.passwd	etc/master.passwd
701.1ShubertfCOPY	${NETBSDSRCDIR}/etc/netconfig		etc/netconfig
711.9SabsCOPY	${NETBSDSRCDIR}/distrib/common/protocols		etc/protocols
721.3SdogcowCOPY	${NETBSDSRCDIR}/distrib/common/services		etc/services
731.1Shubertf
741.1Shubertf# we need the boot block in /usr/mdec + the MBR copy
751.1ShubertfCOPY	${DESTDIR}/usr/mdec/boot		usr/mdec/boot
761.1ShubertfCOPY	${DESTDIR}/usr/mdec/bootxx_ffsv1	usr/mdec/bootxx_ffsv1
771.1ShubertfCOPY	${DESTDIR}/usr/mdec/bootxx_ffsv2	usr/mdec/bootxx_ffsv2
781.1ShubertfCOPY	${DESTDIR}/usr/mdec/mbr			usr/mdec/mbr
791.1ShubertfCOPY	${DESTDIR}/usr/mdec/mbr_ext		usr/mdec/mbr_ext
801.1ShubertfCOPY	${DESTDIR}/usr/mdec/mbr_bootsel		usr/mdec/mbr_bootsel
811.1Shubertf
821.1Shubertf# and the common installation tools
831.6StsutsuiCOPY	${NETBSDSRCDIR}/distrib/common/termcap.mini	usr/share/misc/termcap
841.1Shubertf
851.1Shubertf# and the boot script
861.1ShubertfCMD	sed -e "s/@BOOTMODEL@/${BOOTMODEL}/" < ${CURDIR}/../common/dot.profile > .profile
871.1ShubertfMTREE	./.profile	type=file uname=root gname=wheel mode=0444
88