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