NetBSD/distrib/i386/floppies/ramdisk-tiny/ramdiskbin.conf

38 lines
1.2 KiB
Plaintext

# $NetBSD: ramdiskbin.conf,v 1.3 2000/12/14 22:28:31 jmc Exp $
#
# ramdiskbin.conf - unified binary for the install ramdisk
#
srcdirs bin sbin usr.bin usr.sbin gnu/usr.bin sys/arch/i386/stand
progs bad144 cat chmod chown chroot cp disklabel
progs fsck fsck_ffs ftp gzip ifconfig init installboot
progs ln ls mkdir mknod more
progs mount mount_cd9660 mount_ffs mount_msdos
progs mount_nfs mount_kernfs mv newfs ping pwd reboot rm
progs route sed sh stty swapctl
progs umount
progs sysinst pax
special init srcdir distrib/utils/init_s
special sysinst srcdir distrib/utils/sysinst/arch/i386
special ftp srcdir distrib/utils/x_ftp
special ifconfig srcdir distrib/utils/x_ifconfig
special more srcdir distrib/utils/more
special route srcdir distrib/utils/x_route
special sh srcdir distrib/utils/x_sh
special ping srcdir distrib/utils/x_ping
# "special" gzip is actually larger assuming nothing else uses -lz..
#special gzip srcdir distrib/utils/x_gzip
ln pax tar
ln chown chgrp
ln gzip gzcat gunzip
ln more less
ln sh -sh # init invokes the shell this way
ln reboot halt
# libhack.o is built by Makefile & included Makefile.inc
libs libhack.o -lbz2 -lutil -lcurses -ltermcap -lcrypt -ll -lm