2002-04-09 04:31:38 +04:00
|
|
|
# $NetBSD: ramdiskbin.conf,v 1.9 2002/04/09 00:31:42 lukem Exp $
|
1999-12-05 18:53:09 +03:00
|
|
|
#
|
|
|
|
# ramdiskbin.conf - unified binary for the install ramdisk
|
|
|
|
#
|
|
|
|
|
2002-04-09 04:31:38 +04:00
|
|
|
srcdirs bin sbin usr.bin usr.sbin gnu/usr.bin
|
1999-12-05 18:53:09 +03:00
|
|
|
|
2000-09-06 18:24:30 +04:00
|
|
|
progs cat chmod chown chroot cp dd df disklabel dmesg ed
|
2000-06-22 18:24:09 +04:00
|
|
|
progs fsck fsck_ffs ftp gzip ifconfig init more
|
2000-11-28 05:46:13 +03:00
|
|
|
progs ln ls memswitch mkdir mknod mount mt mv newfs ping pwd reboot rm
|
2000-07-05 20:13:28 +04:00
|
|
|
progs route sh shutdown slattach sleep stty swapctl sync pax test
|
|
|
|
progs umount ping6 rtsol
|
1999-12-05 18:53:09 +03:00
|
|
|
progs sysinst
|
2001-12-07 09:57:49 +03:00
|
|
|
progs newdisk installboot
|
1999-12-05 18:53:09 +03:00
|
|
|
|
|
|
|
special sysinst srcdir distrib/utils/sysinst/arch/x68k
|
|
|
|
special init srcdir distrib/utils/init_s
|
|
|
|
|
2002-04-09 04:31:38 +04:00
|
|
|
# we have not switched to MI usr.sbin/installboot yet.
|
|
|
|
special installboot srcdir sys/arch/x68k/stand/installboot
|
|
|
|
|
2000-06-18 14:33:18 +04:00
|
|
|
special dd srcdir distrib/utils/x_dd
|
2001-12-07 09:57:49 +03:00
|
|
|
special ed srcdir distrib/utils/x_ed
|
2000-06-18 14:33:18 +04:00
|
|
|
special ftp srcdir distrib/utils/x_ftp
|
1999-12-05 18:53:09 +03:00
|
|
|
special ifconfig srcdir distrib/utils/x_ifconfig
|
|
|
|
special ping srcdir distrib/utils/x_ping
|
|
|
|
special route srcdir distrib/utils/x_route
|
2000-06-18 14:33:18 +04:00
|
|
|
special sh srcdir distrib/utils/x_sh
|
2000-06-22 18:24:09 +04:00
|
|
|
special gzip srcdir distrib/utils/x_gzip
|
|
|
|
special more srcdir distrib/utils/more
|
2000-06-18 14:33:18 +04:00
|
|
|
special ping6 srcdir distrib/utils/x_ping6
|
2000-09-06 18:24:30 +04:00
|
|
|
special dmesg srcdir distrib/utils/x_dmesg
|
1999-12-05 18:53:09 +03:00
|
|
|
|
|
|
|
ln pax tar
|
|
|
|
ln chown chgrp
|
|
|
|
ln gzip gzcat gunzip
|
2000-06-22 18:24:09 +04:00
|
|
|
ln more less
|
1999-12-05 18:53:09 +03:00
|
|
|
ln sh -sh # init invokes the shell this way
|
2000-06-22 18:24:09 +04:00
|
|
|
ln test [
|
2000-11-28 05:46:13 +03:00
|
|
|
ln mount mount_cd9660 cd9660 mount_ffs ffs mount_msdos msdos mount_nfs nfs mount_kernfs kernfs
|
1999-12-05 18:53:09 +03:00
|
|
|
ln reboot halt
|
2001-12-07 09:57:49 +03:00
|
|
|
ln installboot installboot.new
|
1999-12-05 18:53:09 +03:00
|
|
|
|
|
|
|
# libhack.o is built by Makefile & included Makefile.inc
|
2001-12-07 09:57:49 +03:00
|
|
|
libs libhack.o -lz -lutil -lcurses -ltermcap -lrmt -lcrypt -ll -lm
|