list.ramdisk revision 1.22
11.22Smartin#	$NetBSD: list.ramdisk,v 1.22 2012/06/17 14:59:15 martin Exp $
21.1Shubertf
31.21StronSRCDIRS	external/bsd/less/bin
41.18SjymSRCDIRS	bin sbin usr.bin usr.sbin libexec
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.22SmartinPROG	sbin/mount_ext2fs
311.2SdslPROG	sbin/mount_cd9660
321.2SdslPROG	sbin/mount_ffs
331.2Sdsl# PROG	sbin/mount_kernfs
341.2SdslPROG	sbin/mount_msdos
351.2SdslPROG	sbin/mount_nfs
361.8SjoergPROG	sbin/mount_tmpfs
371.2SdslPROG	sbin/newfs	sbin/mount_mfs
381.22SmartinPROG	sbin/newfs_ext2fs
391.2SdslPROG	sbin/ping
401.2SdslPROG	sbin/reboot	sbin/halt
411.2SdslPROG	sbin/route
421.2SdslPROG	sbin/swapctl
431.2SdslPROG	sbin/umount
441.2Sdsl
451.2SdslPROG	usr/bin/ftp
461.2SdslPROG	usr/bin/gzip	usr/bin/gzcat usr/bin/gunzip
471.2SdslPROG	usr/bin/sed
481.2Sdsl
491.2Sdsl# One of these is rather useful
501.2Sdsl# PROG	usr/bin/less	usr/bin/more
511.2Sdsl# PROG	usr/bin/more	usr/bin/less
521.2Sdsl
531.2Sdsl# sysinst doesn't use installboot
541.2Sdsl# PROG	usr/sbin/installboot
551.2Sdsl
561.2SdslPROG	usr/sbin/chroot
571.2Sdsl
581.2SdslSPECIAL	ifconfig	srcdir	distrib/utils/x_ifconfig
591.2SdslSPECIAL	ping		srcdir	distrib/utils/x_ping
601.2SdslSPECIAL	route		srcdir	distrib/utils/x_route
611.2Sdsl# SPECIAL more		srcdir	distrib/utils/more
621.2Sdsl
631.1Shubertf# init invokes the shell as -sh
641.1ShubertfARGVLN	sh -sh
651.1Shubertf
661.1Shubertf# libhack.o is built by Makefile & included Makefile.inc
671.20ShannkenLIBS	libhack.o -lbz2 -ledit -lutil -lcurses -lterminfo -lrmt -lcrypt -ll -lm -lz -llzma -lprop
681.1Shubertf
691.1Shubertf# various files that we need in /etc for the install
701.1ShubertfCOPY	${NETBSDSRCDIR}/etc/group		etc/group
711.1ShubertfCOPY	${NETBSDSRCDIR}/etc/master.passwd	etc/master.passwd
721.1ShubertfCOPY	${NETBSDSRCDIR}/etc/netconfig		etc/netconfig
731.19StsutsuiCOPY	${DISTRIBDIR}/common/protocols		etc/protocols
741.12SabsCOPY	${DISTRIBDIR}/common/services		etc/services
751.1Shubertf
761.1Shubertf# we need the boot block in /usr/mdec + the MBR copy
771.1ShubertfCOPY	${DESTDIR}/usr/mdec/boot		usr/mdec/boot
781.1ShubertfCOPY	${DESTDIR}/usr/mdec/bootxx_ffsv1	usr/mdec/bootxx_ffsv1
791.1ShubertfCOPY	${DESTDIR}/usr/mdec/bootxx_ffsv2	usr/mdec/bootxx_ffsv2
801.18SjymCOPY	${DESTDIR}/usr/mdec/bootxx_lfsv2	usr/mdec/bootxx_lfsv2
811.1ShubertfCOPY	${DESTDIR}/usr/mdec/mbr			usr/mdec/mbr
821.1ShubertfCOPY	${DESTDIR}/usr/mdec/mbr_ext		usr/mdec/mbr_ext
831.1ShubertfCOPY	${DESTDIR}/usr/mdec/mbr_bootsel		usr/mdec/mbr_bootsel
841.1Shubertf
851.1Shubertf# and the boot script
861.17SjymCOPY	${CURDIR}/../common/dot.profile		.profile
87