29 lines
827 B
Plaintext
29 lines
827 B
Plaintext
# $NetBSD: ramdiskbin.conf,v 1.3 1997/06/19 16:56:57 perry Exp $
|
|
#
|
|
# ramdiskbin.conf - unified binary for the install ramdisk
|
|
#
|
|
|
|
srcdirs bin sbin usr.bin/less usr.bin usr.sbin gnu/usr.bin sys/arch/i386/stand
|
|
|
|
progs bad144 cat chmod chown chroot cp dd df disklabel ed fdisk
|
|
progs fsck fsck_ffs ftp gawk gzip ifconfig init installboot less
|
|
progs ln ls mkdir mknod mount mount_cd9660 mount_ffs mount_msdos
|
|
progs mount_nfs mount_kernfs mv newfs ping pwd reboot rm route
|
|
progs sed sh shutdown slattach strings stty sync tar test tip
|
|
progs umount update
|
|
|
|
ln chown chgrp
|
|
ln gawk awk
|
|
ln gzip gzcat gunzip
|
|
ln less more
|
|
ln sh -sh # init invokes the shell this way
|
|
ln test [
|
|
ln mount_cd9660 cd9660
|
|
ln mount_ffs ffs
|
|
ln mount_msdos msdos
|
|
ln mount_nfs nfs
|
|
ln mount_kernfs kernfs
|
|
ln reboot halt
|
|
|
|
libs -ledit -lutil -ltermcap -lcrypt -ll -lm
|