list.ramdisk revision 1.17
11.17Smartin# $NetBSD: list.ramdisk,v 1.17 2012/06/17 14:59:15 martin 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.17SmartinPROG sbin/mount_ext2fs 321.13SjymPROG sbin/mount_ffs 331.13Sjym# PROG sbin/mount_kernfs 341.13SjymPROG sbin/mount_msdos 351.13SjymPROG sbin/mount_nfs 361.13SjymPROG sbin/mount_tmpfs 371.13SjymPROG sbin/newfs sbin/mount_mfs 381.17SmartinPROG sbin/newfs_ext2fs 391.13SjymPROG sbin/ping 401.13SjymPROG sbin/reboot sbin/halt 411.13SjymPROG sbin/route 421.13SjymPROG sbin/swapctl 431.13SjymPROG sbin/umount 441.13Sjym 451.13SjymPROG usr/bin/ftp 461.13SjymPROG usr/bin/gzip usr/bin/gzcat usr/bin/gunzip 471.13SjymPROG usr/bin/sed 481.13Sjym 491.13Sjym# One of these is rather useful 501.13Sjym# PROG usr/bin/less usr/bin/more 511.13Sjym# PROG usr/bin/more usr/bin/less 521.13Sjym 531.13Sjym# sysinst doesn't use installboot 541.13Sjym# PROG usr/sbin/installboot 551.13Sjym 561.13SjymPROG usr/sbin/chroot 571.13Sjym 581.14StsutsuiSPECIAL gzip srcdir distrib/utils/x_gzip 591.13SjymSPECIAL ifconfig srcdir distrib/utils/x_ifconfig 601.13SjymSPECIAL ping srcdir distrib/utils/x_ping 611.13SjymSPECIAL route srcdir distrib/utils/x_route 621.13Sjym# SPECIAL more srcdir distrib/utils/more 631.13Sjym 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.14StsutsuiLIBS libhack.o -ledit -lutil -lcurses -lterminfo -lrmt -lcrypt -ll -lm -lz -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.15StsutsuiCOPY ${DISTRIBDIR}/common/protocols etc/protocols 751.9SabsCOPY ${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.3SskdCOPY ${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.1ShubertfCOPY ${CURDIR}/../common/dot.profile .profile 88