list.ramdisk revision 1.23
11.23Sriz#	$NetBSD: list.ramdisk,v 1.23 2012/08/15 16:49:09 riz 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.23SrizPROG	sbin/gpt
271.2SdslPROG	sbin/ifconfig
281.2SdslPROG	sbin/init
291.2SdslPROG	sbin/mknod
301.2SdslPROG	sbin/mount
311.22SmartinPROG	sbin/mount_ext2fs
321.2SdslPROG	sbin/mount_cd9660
331.2SdslPROG	sbin/mount_ffs
341.2Sdsl# PROG	sbin/mount_kernfs
351.2SdslPROG	sbin/mount_msdos
361.2SdslPROG	sbin/mount_nfs
371.8SjoergPROG	sbin/mount_tmpfs
381.2SdslPROG	sbin/newfs	sbin/mount_mfs
391.22SmartinPROG	sbin/newfs_ext2fs
401.2SdslPROG	sbin/ping
411.2SdslPROG	sbin/reboot	sbin/halt
421.2SdslPROG	sbin/route
431.2SdslPROG	sbin/swapctl
441.2SdslPROG	sbin/umount
451.2Sdsl
461.2SdslPROG	usr/bin/ftp
471.2SdslPROG	usr/bin/gzip	usr/bin/gzcat usr/bin/gunzip
481.2SdslPROG	usr/bin/sed
491.2Sdsl
501.2Sdsl# One of these is rather useful
511.2Sdsl# PROG	usr/bin/less	usr/bin/more
521.2Sdsl# PROG	usr/bin/more	usr/bin/less
531.2Sdsl
541.2Sdsl# sysinst doesn't use installboot
551.2Sdsl# PROG	usr/sbin/installboot
561.2Sdsl
571.2SdslPROG	usr/sbin/chroot
581.2Sdsl
591.2SdslSPECIAL	ifconfig	srcdir	distrib/utils/x_ifconfig
601.2SdslSPECIAL	ping		srcdir	distrib/utils/x_ping
611.2SdslSPECIAL	route		srcdir	distrib/utils/x_route
621.2Sdsl# SPECIAL more		srcdir	distrib/utils/more
631.2Sdsl
641.1Shubertf# init invokes the shell as -sh
651.1ShubertfARGVLN	sh -sh
661.1Shubertf
671.1Shubertf# libhack.o is built by Makefile & included Makefile.inc
681.20ShannkenLIBS	libhack.o -lbz2 -ledit -lutil -lcurses -lterminfo -lrmt -lcrypt -ll -lm -lz -llzma -lprop
691.1Shubertf
701.1Shubertf# various files that we need in /etc for the install
711.1ShubertfCOPY	${NETBSDSRCDIR}/etc/group		etc/group
721.1ShubertfCOPY	${NETBSDSRCDIR}/etc/master.passwd	etc/master.passwd
731.1ShubertfCOPY	${NETBSDSRCDIR}/etc/netconfig		etc/netconfig
741.19StsutsuiCOPY	${DISTRIBDIR}/common/protocols		etc/protocols
751.12SabsCOPY	${DISTRIBDIR}/common/services		etc/services
761.1Shubertf
771.1Shubertf# we need the boot block in /usr/mdec + the MBR copy
781.1ShubertfCOPY	${DESTDIR}/usr/mdec/boot		usr/mdec/boot
791.1ShubertfCOPY	${DESTDIR}/usr/mdec/bootxx_ffsv1	usr/mdec/bootxx_ffsv1
801.1ShubertfCOPY	${DESTDIR}/usr/mdec/bootxx_ffsv2	usr/mdec/bootxx_ffsv2
811.18SjymCOPY	${DESTDIR}/usr/mdec/bootxx_lfsv2	usr/mdec/bootxx_lfsv2
821.1ShubertfCOPY	${DESTDIR}/usr/mdec/mbr			usr/mdec/mbr
831.1ShubertfCOPY	${DESTDIR}/usr/mdec/mbr_ext		usr/mdec/mbr_ext
841.1ShubertfCOPY	${DESTDIR}/usr/mdec/mbr_bootsel		usr/mdec/mbr_bootsel
851.1Shubertf
861.1Shubertf# and the boot script
871.17SjymCOPY	${CURDIR}/../common/dot.profile		.profile
88