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