Changeset 3232 in MondoRescue for branches/3.2/mindi-busybox/INSTALL


Ignore:
Timestamp:
Jan 1, 2014, 12:47:38 AM (10 years ago)
Author:
Bruno Cornec
Message:
  • Update mindi-busybox to 1.21.1
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/3.2/mindi-busybox/INSTALL

    r2725 r3232  
    4848Note that the standalone shell requires CONFIG_BUSYBOX_EXEC_PATH
    4949to be set appropriately, depending on whether or not /proc/self/exe is
    50 available or not. If you do not have /proc, then point that config option
     50available. If you do not have /proc, then point that config option
    5151to the location of your busybox binary, usually /bin/busybox.
     52Another solution is to patch the kernel (see
     53examples/linux-*_proc_self_exe.patch) to make exec("/proc/self/exe")
     54always work.
    5255
    5356Configuring Busybox:
     
    7174"make allbareconfig" (enables all applets but disables all optional features),
    7275"make allyesconfig" (enables absolutely everything including debug features),
    73 and "make randconfig" (produce a random configuration).
     76and "make randconfig" (produce a random configuration).  The configs/ directory
     77contains a number of additional configuration files ending in _defconfig which
     78are useful in specific cases.  "make help" will list them.
    7479
    7580Configuring BusyBox produces a file ".config", which can be saved for future
     
    98103a list of all enabled applets.) The standalone shell can also call busybox
    99104applets without links to busybox under other names in the filesystem.  You can
    100 also configure a standaone install capability into the busybox base applet,
     105also configure a standalone install capability into the busybox base applet,
    101106and then install such links at runtime with one of "busybox --install" (for
    102107hardlinks) or "busybox --install -s" (for symlinks).
Note: See TracChangeset for help on using the changeset viewer.