list.ramdisk revision 1.16
11.16Stsutsui#	$NetBSD: list.ramdisk,v 1.16 2011/01/14 10:26:33 tsutsui Exp $
21.1Shubertf
31.2SdslSRCDIRS	usr.bin/less
41.10StsutsuiSRCDIRS	bin sbin usr.bin usr.sbin
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.16StsutsuiPROG	sbin/chown	bin/chgrp
221.2SdslPROG	sbin/disklabel
231.2SdslPROG	sbin/dmesg
241.2SdslPROG	sbin/fsck
251.2SdslPROG	sbin/fsck_ffs
261.2SdslPROG	sbin/ifconfig
271.2SdslPROG	sbin/init
281.2SdslPROG	sbin/mknod
291.2SdslPROG	sbin/mount
301.2SdslPROG	sbin/mount_cd9660
311.2SdslPROG	sbin/mount_ffs
321.2Sdsl# PROG	sbin/mount_kernfs
331.2SdslPROG	sbin/mount_msdos
341.2SdslPROG	sbin/mount_nfs
351.8SjoergPROG	sbin/mount_tmpfs
361.2SdslPROG	sbin/newfs	sbin/mount_mfs
371.2SdslPROG	sbin/ping
381.2SdslPROG	sbin/reboot	sbin/halt
391.2SdslPROG	sbin/route
401.2SdslPROG	sbin/swapctl
411.2SdslPROG	sbin/umount
421.2Sdsl
431.2SdslPROG	usr/bin/ftp
441.2SdslPROG	usr/bin/gzip	usr/bin/gzcat usr/bin/gunzip
451.2SdslPROG	usr/bin/sed
461.2Sdsl
471.2Sdsl# One of these is rather useful
481.2Sdsl# PROG	usr/bin/less	usr/bin/more
491.2Sdsl# PROG	usr/bin/more	usr/bin/less
501.2Sdsl
511.2Sdsl# sysinst doesn't use installboot
521.2Sdsl# PROG	usr/sbin/installboot
531.2Sdsl
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.14SroyLIBS	libhack.o -lbz2 -ledit -lutil -lcurses -lterminfo -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.12SabsCOPY	${DISTRIBDIR}/common/protocols	etc/protocols
721.12SabsCOPY	${DISTRIBDIR}/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 boot script
831.1ShubertfCMD	sed -e "s/@BOOTMODEL@/${BOOTMODEL}/" < ${CURDIR}/../common/dot.profile > .profile
841.1ShubertfMTREE	./.profile	type=file uname=root gname=wheel mode=0444
85