Home | History | Annotate | Line # | Download | only in common
list.ramdisk revision 1.19
      1  1.19      riz #	$NetBSD: list.ramdisk,v 1.19 2014/08/10 20:07:41 riz Exp $
      2   1.1  hubertf 
      3  1.16     tron SRCDIRS	external/bsd/less/bin
      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.18      riz PROG	sbin/gpt
     27  1.13      jym PROG	sbin/ifconfig
     28  1.13      jym PROG	sbin/init
     29  1.13      jym PROG	sbin/mknod
     30  1.13      jym PROG	sbin/mount
     31  1.13      jym PROG	sbin/mount_cd9660
     32  1.17   martin PROG	sbin/mount_ext2fs
     33  1.13      jym PROG	sbin/mount_ffs
     34  1.13      jym # PROG	sbin/mount_kernfs
     35  1.13      jym PROG	sbin/mount_msdos
     36  1.13      jym PROG	sbin/mount_nfs
     37  1.13      jym PROG	sbin/mount_tmpfs
     38  1.13      jym PROG	sbin/newfs	sbin/mount_mfs
     39  1.17   martin PROG	sbin/newfs_ext2fs
     40  1.13      jym PROG	sbin/ping
     41  1.13      jym PROG	sbin/reboot	sbin/halt
     42  1.13      jym PROG	sbin/route
     43  1.13      jym PROG	sbin/swapctl
     44  1.13      jym PROG	sbin/umount
     45  1.13      jym 
     46  1.13      jym PROG	usr/bin/ftp
     47  1.13      jym PROG	usr/bin/gzip	usr/bin/gzcat usr/bin/gunzip
     48  1.13      jym PROG	usr/bin/sed
     49  1.13      jym 
     50  1.13      jym # One of these is rather useful
     51  1.13      jym # PROG	usr/bin/less	usr/bin/more
     52  1.13      jym # PROG	usr/bin/more	usr/bin/less
     53  1.13      jym 
     54  1.19      riz # sysinst doesn't use installboot (yet)
     55  1.19      riz PROG	usr/sbin/installboot
     56  1.13      jym 
     57  1.13      jym PROG	usr/sbin/chroot
     58  1.13      jym 
     59  1.14  tsutsui SPECIAL	gzip		srcdir	distrib/utils/x_gzip
     60  1.13      jym SPECIAL	ifconfig	srcdir	distrib/utils/x_ifconfig
     61  1.13      jym SPECIAL	ping		srcdir	distrib/utils/x_ping
     62  1.13      jym SPECIAL	route		srcdir	distrib/utils/x_route
     63  1.13      jym # SPECIAL more		srcdir	distrib/utils/more
     64  1.13      jym 
     65   1.1  hubertf # init invokes the shell as -sh
     66   1.1  hubertf ARGVLN	sh -sh
     67   1.1  hubertf 
     68   1.1  hubertf # libhack.o is built by Makefile & included Makefile.inc
     69  1.14  tsutsui LIBS	libhack.o -ledit -lutil -lcurses -lterminfo -lrmt -lcrypt -ll -lm -lz -lprop
     70   1.1  hubertf 
     71   1.1  hubertf # various files that we need in /etc for the install
     72   1.1  hubertf COPY	${NETBSDSRCDIR}/etc/group		etc/group
     73   1.1  hubertf COPY	${NETBSDSRCDIR}/etc/master.passwd	etc/master.passwd
     74   1.1  hubertf COPY	${NETBSDSRCDIR}/etc/netconfig		etc/netconfig
     75  1.15  tsutsui COPY	${DISTRIBDIR}/common/protocols		etc/protocols
     76   1.9      abs COPY	${DISTRIBDIR}/common/services		etc/services
     77   1.1  hubertf 
     78   1.1  hubertf # we need the boot block in /usr/mdec + the MBR copy
     79   1.1  hubertf COPY	${DESTDIR}/usr/mdec/boot		usr/mdec/boot
     80   1.1  hubertf COPY	${DESTDIR}/usr/mdec/bootxx_ffsv1	usr/mdec/bootxx_ffsv1
     81   1.1  hubertf COPY	${DESTDIR}/usr/mdec/bootxx_ffsv2	usr/mdec/bootxx_ffsv2
     82   1.3      skd COPY	${DESTDIR}/usr/mdec/bootxx_lfsv2	usr/mdec/bootxx_lfsv2
     83   1.1  hubertf COPY	${DESTDIR}/usr/mdec/mbr			usr/mdec/mbr
     84   1.1  hubertf COPY	${DESTDIR}/usr/mdec/mbr_ext		usr/mdec/mbr_ext
     85   1.1  hubertf COPY	${DESTDIR}/usr/mdec/mbr_bootsel		usr/mdec/mbr_bootsel
     86   1.1  hubertf 
     87   1.1  hubertf # and the boot script
     88   1.1  hubertf COPY	${CURDIR}/../common/dot.profile		.profile
     89