- Use x_mount and x_umount.
- Use keyword "special" instead of "ln" to specify srcdir for x_* progs sinse prognames x_* are not needed for the crunched binary.
This commit is contained in:
parent
978de91e79
commit
2d10b0bb85
@ -1,5 +1,5 @@
|
||||
#
|
||||
# $NetBSD: rd_bin.conf,v 1.4 1997/12/12 22:39:10 gwr Exp $
|
||||
# $NetBSD: rd_bin.conf,v 1.5 2001/06/15 19:19:43 tsutsui Exp $
|
||||
#
|
||||
# common/rd_bin.conf - unified binary for the ramdisk.
|
||||
#
|
||||
@ -47,23 +47,25 @@
|
||||
|
||||
# Special programs used to save space...
|
||||
srcdirs distrib/utils
|
||||
progs init_s ssh tls zcat
|
||||
ln init_s init oinit
|
||||
progs init ssh ls zcat
|
||||
special init srcdir distrib/utils/init_s
|
||||
special ls srcdir distrib/utils/tls
|
||||
ln init oinit
|
||||
ln ssh sh
|
||||
ln ssh -sh # login shell (not actual file name)
|
||||
ln tls ls
|
||||
|
||||
# These are built with special flags to save a little space.
|
||||
# The x_ prefix is just to make them unique among all srcdirs.
|
||||
progs x_dd x_ifconfig x_route
|
||||
ln x_dd dd
|
||||
ln x_ifconfig ifconfig
|
||||
ln x_route route
|
||||
progs dd ifconfig mount route umount
|
||||
special dd srcdir distrib/utils/x_dd
|
||||
special ifconfig srcdir distrib/utils/x_ifconfig
|
||||
special mount srcdir distrib/utils/x_mount
|
||||
special route srcdir distrib/utils/x_route
|
||||
special umount srcdir distrib/utils/x_umount
|
||||
|
||||
srcdirs sbin
|
||||
progs edlabel mknod mount
|
||||
progs edlabel mknod
|
||||
progs mount_cd9660 mount_ffs mount_nfs
|
||||
progs reboot umount
|
||||
progs reboot
|
||||
ln mount_ffs ffs mount_ufs ufs
|
||||
ln mount_nfs nfs
|
||||
ln mount_cd9660 cd9660
|
||||
|
Loading…
Reference in New Issue
Block a user