Home | History | Annotate | Line # | Download | only in ramdisk
      1 #	$NetBSD: list,v 1.19 2009/06/09 11:06:09 he Exp $
      2 
      3 SRCDIRS bin sbin usr.bin usr.sbin
      4 
      5 PROG	bin/pax		usr/bin/tar usr/bin/cpio
      6 PROG	bin/sh
      7 PROG	bin/mt
      8 
      9 PROG	sbin/init
     10 PROG	sbin/mount_cd9660
     11 PROG	sbin/mount_ffs
     12 PROG	sbin/newfs	sbin/mount_mfs
     13 PROG	sbin/reboot	sbin/halt
     14 PROG	sbin/umount
     15 
     16 PROG	usr/bin/eject
     17 PROG	usr/bin/gzip	usr/bin/gunzip usr/bin/zcat
     18 
     19 PROG	usr/sbin/chroot
     20 
     21 # init invokes the shell as -sh
     22 ARGVLN	sh -sh
     23 
     24 # crunchgen source directory specials
     25 SPECIAL	gzip		srcdir distrib/utils/x_gzip
     26 SPECIAL	umount		srcdir distrib/utils/x_umount
     27 
     28 LIBS	libhack.o -lz -ll -lutil -lrmt -lprop
     29 
     30 COPY	${CURDIR}/dot.profile .profile
     31 
     32 MTREE	./cdrom		type=dir uname=root gname=wheel mode=0755
     33 MTREE	./instfs	type=dir uname=root gname=wheel mode=0755
     34