list.ramdisk revision 1.1
11.1Sthorpej# $NetBSD: list.ramdisk,v 1.1 2024/01/07 00:57:13 thorpej Exp $ 21.1Sthorpej 31.1SthorpejSRCDIRS external/bsd/less/bin 41.1SthorpejSRCDIRS bin sbin usr.bin usr.sbin libexec 51.1Sthorpej 61.1Sthorpej# Programs for a minimal ramdisk image 71.1Sthorpej 81.1SthorpejPROG bin/cat 91.1SthorpejPROG bin/chmod 101.1SthorpejPROG bin/cp 111.1SthorpejPROG bin/dd 121.1SthorpejPROG bin/df 131.1SthorpejPROG bin/ed 141.1SthorpejPROG bin/ln 151.1SthorpejPROG bin/ls 161.1SthorpejPROG bin/mkdir 171.1SthorpejPROG bin/mv 181.1SthorpejPROG bin/pax usr/bin/tar 191.1SthorpejPROG bin/pwd 201.1SthorpejPROG bin/rm 211.1SthorpejPROG bin/sh 221.1SthorpejPROG bin/stty 231.1SthorpejPROG bin/sync 241.1Sthorpej 251.1SthorpejPROG sbin/chown bin/chgrp 261.1SthorpejPROG sbin/disklabel 271.1SthorpejPROG sbin/dkctl 281.1SthorpejPROG sbin/dmesg 291.1SthorpejPROG sbin/fsck 301.1SthorpejPROG sbin/fsck_ffs 311.1SthorpejPROG sbin/gpt 321.1SthorpejPROG sbin/ifconfig 331.1SthorpejPROG sbin/init 341.1SthorpejPROG sbin/mknod 351.1SthorpejPROG sbin/mount 361.1SthorpejPROG sbin/mount_cd9660 371.1SthorpejPROG sbin/mount_ffs 381.1Sthorpej# PROG sbin/mount_kernfs 391.1SthorpejPROG sbin/mount_nfs 401.1SthorpejPROG sbin/mount_tmpfs 411.1SthorpejPROG sbin/newfs sbin/mount_mfs 421.1SthorpejPROG sbin/ping 431.1SthorpejPROG sbin/reboot sbin/halt 441.1SthorpejPROG sbin/route 451.1SthorpejPROG sbin/shutdown 461.1SthorpejPROG sbin/sysctl 471.1SthorpejPROG sbin/swapctl 481.1SthorpejPROG sbin/umount 491.1Sthorpej 501.1SthorpejPROG usr/bin/ftp 511.1SthorpejPROG usr/bin/gzip usr/bin/gzcat usr/bin/gunzip 521.1SthorpejPROG usr/bin/less usr/bin/more 531.1SthorpejPROG usr/bin/sed 541.1SthorpejPROG usr/bin/tset 551.1Sthorpej 561.1SthorpejPROG usr/sbin/chroot 571.1Sthorpej 581.1SthorpejSPECIAL ed srcdir distrib/utils/x_ed 591.1SthorpejSPECIAL gzip srcdir distrib/utils/x_gzip 601.1SthorpejSPECIAL ping srcdir distrib/utils/x_ping 611.1SthorpejSPECIAL ifconfig srcdir distrib/utils/x_ifconfig 621.1SthorpejSPECIAL route srcdir distrib/utils/x_route 631.1SthorpejSPECIAL umount srcdir distrib/utils/x_umount 641.1Sthorpej 651.1SthorpejLIBS libhack.o -ledit -lutil -lcurses -lterminfo -lcrypt -ll -lm -lz -lprop 661.1Sthorpej 671.1Sthorpej# init invokes the shell as -sh 681.1SthorpejARGVLN sh -sh 691.1Sthorpej 701.1Sthorpej# various files that we need in /etc for the install 711.1SthorpejCOPY ${NETBSDSRCDIR}/etc/group etc/group 721.1SthorpejCOPY ${NETBSDSRCDIR}/etc/master.passwd etc/master.passwd 731.1SthorpejCOPY ${NETBSDSRCDIR}/etc/netconfig etc/netconfig 741.1SthorpejCOPY ${DISTRIBDIR}/common/protocols etc/protocols 751.1SthorpejCOPY ${DISTRIBDIR}/common/services etc/services 761.1Sthorpej 771.1Sthorpej# and the boot script 781.1SthorpejCOPY ${CURDIR}/../common/dot.profile .profile 79