1 1.12.2.1 bouyer # $NetBSD: list.ramdisk,v 1.12.2.1 2011/02/17 11:57:15 bouyer Exp $ 2 1.1 hubertf 3 1.12.2.1 bouyer SRCDIRS usr.bin/less 4 1.7 tsutsui SRCDIRS bin sbin usr.bin usr.sbin libexec 5 1.1 hubertf 6 1.12.2.1 bouyer # Programs for a minimal ramdisk image 7 1.12.2.1 bouyer 8 1.12.2.1 bouyer PROG bin/cat 9 1.12.2.1 bouyer PROG bin/chmod 10 1.12.2.1 bouyer PROG bin/cp 11 1.12.2.1 bouyer PROG bin/ln 12 1.12.2.1 bouyer PROG bin/ls 13 1.12.2.1 bouyer PROG bin/mkdir 14 1.12.2.1 bouyer PROG bin/mv 15 1.12.2.1 bouyer PROG bin/pax usr/bin/tar 16 1.12.2.1 bouyer PROG bin/pwd 17 1.12.2.1 bouyer PROG bin/rm 18 1.12.2.1 bouyer PROG bin/sh 19 1.12.2.1 bouyer PROG bin/stty 20 1.12.2.1 bouyer 21 1.12.2.1 bouyer PROG sbin/chown bin/chgrp 22 1.12.2.1 bouyer PROG sbin/disklabel 23 1.12.2.1 bouyer PROG sbin/dmesg 24 1.12.2.1 bouyer PROG sbin/fsck 25 1.12.2.1 bouyer PROG sbin/fsck_ffs 26 1.12.2.1 bouyer PROG sbin/ifconfig 27 1.12.2.1 bouyer PROG sbin/init 28 1.12.2.1 bouyer PROG sbin/mknod 29 1.12.2.1 bouyer PROG sbin/mount 30 1.12.2.1 bouyer PROG sbin/mount_cd9660 31 1.12.2.1 bouyer PROG sbin/mount_ffs 32 1.12.2.1 bouyer # PROG sbin/mount_kernfs 33 1.12.2.1 bouyer PROG sbin/mount_msdos 34 1.12.2.1 bouyer PROG sbin/mount_nfs 35 1.12.2.1 bouyer PROG sbin/mount_tmpfs 36 1.12.2.1 bouyer PROG sbin/newfs sbin/mount_mfs 37 1.12.2.1 bouyer PROG sbin/ping 38 1.12.2.1 bouyer PROG sbin/reboot sbin/halt 39 1.12.2.1 bouyer PROG sbin/route 40 1.12.2.1 bouyer PROG sbin/swapctl 41 1.12.2.1 bouyer PROG sbin/umount 42 1.12.2.1 bouyer 43 1.12.2.1 bouyer PROG usr/bin/ftp 44 1.12.2.1 bouyer PROG usr/bin/gzip usr/bin/gzcat usr/bin/gunzip 45 1.12.2.1 bouyer PROG usr/bin/sed 46 1.12.2.1 bouyer 47 1.12.2.1 bouyer # One of these is rather useful 48 1.12.2.1 bouyer # PROG usr/bin/less usr/bin/more 49 1.12.2.1 bouyer # PROG usr/bin/more usr/bin/less 50 1.12.2.1 bouyer 51 1.12.2.1 bouyer # sysinst doesn't use installboot 52 1.12.2.1 bouyer # PROG usr/sbin/installboot 53 1.12.2.1 bouyer 54 1.12.2.1 bouyer PROG usr/sbin/chroot 55 1.12.2.1 bouyer 56 1.12.2.1 bouyer SPECIAL ifconfig srcdir distrib/utils/x_ifconfig 57 1.12.2.1 bouyer SPECIAL ping srcdir distrib/utils/x_ping 58 1.12.2.1 bouyer SPECIAL route srcdir distrib/utils/x_route 59 1.12.2.1 bouyer # SPECIAL more srcdir distrib/utils/more 60 1.12.2.1 bouyer 61 1.1 hubertf # init invokes the shell as -sh 62 1.1 hubertf ARGVLN sh -sh 63 1.1 hubertf 64 1.1 hubertf # libhack.o is built by Makefile & included Makefile.inc 65 1.12.2.1 bouyer LIBS libhack.o -lbz2 -ledit -lutil -lcurses -lterminfo -lrmt -lcrypt -ll -lm -lz -lprop 66 1.1 hubertf 67 1.1 hubertf # various files that we need in /etc for the install 68 1.1 hubertf COPY ${NETBSDSRCDIR}/etc/group etc/group 69 1.1 hubertf COPY ${NETBSDSRCDIR}/etc/master.passwd etc/master.passwd 70 1.1 hubertf COPY ${NETBSDSRCDIR}/etc/netconfig etc/netconfig 71 1.9 abs COPY ${DISTRIBDIR}/common/protocols etc/protocols 72 1.9 abs COPY ${DISTRIBDIR}/common/services etc/services 73 1.1 hubertf 74 1.1 hubertf # we need the boot block in /usr/mdec + the MBR copy 75 1.1 hubertf COPY ${DESTDIR}/usr/mdec/boot usr/mdec/boot 76 1.1 hubertf COPY ${DESTDIR}/usr/mdec/bootxx_ffsv1 usr/mdec/bootxx_ffsv1 77 1.1 hubertf COPY ${DESTDIR}/usr/mdec/bootxx_ffsv2 usr/mdec/bootxx_ffsv2 78 1.3 skd COPY ${DESTDIR}/usr/mdec/bootxx_lfsv2 usr/mdec/bootxx_lfsv2 79 1.1 hubertf COPY ${DESTDIR}/usr/mdec/mbr usr/mdec/mbr 80 1.1 hubertf COPY ${DESTDIR}/usr/mdec/mbr_ext usr/mdec/mbr_ext 81 1.1 hubertf COPY ${DESTDIR}/usr/mdec/mbr_bootsel usr/mdec/mbr_bootsel 82 1.1 hubertf 83 1.1 hubertf # and the boot script 84 1.1 hubertf COPY ${CURDIR}/../common/dot.profile .profile 85