list.ramdisk revision 1.13
11.13Sjym# $NetBSD: list.ramdisk,v 1.13 2011/02/13 04:14:58 jym Exp $ 21.1Shubertf 31.13SjymSRCDIRS usr.bin/less 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.13SjymPROG sbin/mount_ffs 321.13Sjym# PROG sbin/mount_kernfs 331.13SjymPROG sbin/mount_msdos 341.13SjymPROG sbin/mount_nfs 351.13SjymPROG sbin/mount_tmpfs 361.13SjymPROG sbin/newfs sbin/mount_mfs 371.13SjymPROG sbin/ping 381.13SjymPROG sbin/reboot sbin/halt 391.13SjymPROG sbin/route 401.13SjymPROG sbin/swapctl 411.13SjymPROG sbin/umount 421.13Sjym 431.13SjymPROG usr/bin/ftp 441.13SjymPROG usr/bin/gzip usr/bin/gzcat usr/bin/gunzip 451.13SjymPROG usr/bin/sed 461.13Sjym 471.13Sjym# One of these is rather useful 481.13Sjym# PROG usr/bin/less usr/bin/more 491.13Sjym# PROG usr/bin/more usr/bin/less 501.13Sjym 511.13Sjym# sysinst doesn't use installboot 521.13Sjym# PROG usr/sbin/installboot 531.13Sjym 541.13SjymPROG usr/sbin/chroot 551.13Sjym 561.13SjymSPECIAL ifconfig srcdir distrib/utils/x_ifconfig 571.13SjymSPECIAL ping srcdir distrib/utils/x_ping 581.13SjymSPECIAL route srcdir distrib/utils/x_route 591.13Sjym# SPECIAL more srcdir distrib/utils/more 601.13Sjym 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.13SjymLIBS 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.9SabsCOPY ${DISTRIBDIR}/common/protocols etc/protocols 721.9SabsCOPY ${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.3SskdCOPY ${DESTDIR}/usr/mdec/bootxx_lfsv2 usr/mdec/bootxx_lfsv2 791.1ShubertfCOPY ${DESTDIR}/usr/mdec/mbr usr/mdec/mbr 801.1ShubertfCOPY ${DESTDIR}/usr/mdec/mbr_ext usr/mdec/mbr_ext 811.1ShubertfCOPY ${DESTDIR}/usr/mdec/mbr_bootsel usr/mdec/mbr_bootsel 821.1Shubertf 831.1Shubertf# and the boot script 841.1ShubertfCOPY ${CURDIR}/../common/dot.profile .profile 85