a few short observations on latest BB

Robert P. J. Day rpjday at mindspring.com
Wed Mar 1 17:30:44 UTC 2006


On Wed, 1 Mar 2006, Rob Landley wrote:

> On Wednesday 01 March 2006 5:19 am, Robert P. J. Day wrote:

> >   next, under "Installation Options," the selection of "Don't use
> > /usr" might benefit from a slightly more expressive help message
> > to explain what that option really represents, for the sake of
> > newbies who don't know what it means.
>
> I have no idea what it's for either.  (I recently made it so
> defconfig doesn't select that one, by the way, since it says not to
> unless you know you need it...)

  actually, i can sort of understand that selection's value in
include/applets.h:

#ifdef CONFIG_INSTALL_NO_USR
# define _BB_DIR_USR_BIN _BB_DIR_BIN
# define _BB_DIR_USR_SBIN _BB_DIR_SBIN
#endif

all it's doing (apparently) is redefining the destination install
directories from /usr/bin and /usr/sbin to, respectively, /bin and
/sbin, and leaving /usr open.  i can *imagine* this would be useful if
you wanted to reserve /usr for an NFS mount or something.

it's just that the help screen for that option doesn't even give you a
*hint* as to what the selection means or why you might want to use it,
that's all.  from a newbie's perspective, adding a couple sentences
there probably wouldn't hurt.

rday




More information about the busybox mailing list