Changeset 1765 in MondoRescue for branches/2.2.5/mindi-busybox/INSTALL


Ignore:
Timestamp:
Nov 4, 2007, 3:16:40 AM (16 years ago)
Author:
Bruno Cornec
Message:

Update to busybox 1.7.2

File:
1 edited

Legend:

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

    r821 r1765  
    66  make menuconfig     # This creates a file called ".config"
    77  make                # This creates the "busybox" executable
    8   make install        # or make PREFIX=/path/from/root install
     8  make install        # or make CONFIG_PREFIX=/path/from/root install
    99
    1010The full list of configuration and install options is available by typing:
     
    3333the only commands busybox can find are the built-in ones.
    3434
    35 (Note that the standalone shell currently requires /proc/self/exe to
    36 launch new applets.)
     35Note that the standalone shell requires CONFIG_BUSYBOX_EXEC_PATH
     36to be set appropriately, depending on whether or not /proc/self/exe is
     37available or not. If you do not have /proc, then point that config option
     38to the location of your busybox binary, usually /bin/busybox.
    3739
    3840Configuring Busybox:
     
    113115  cd /some/empty/directory
    114116  make
    115   make PREFIX=. install
     117  make CONFIG_PREFIX=. install
    116118
    117119More Information:
Note: See TracChangeset for help on using the changeset viewer.