Changeset 1765 in MondoRescue for branches/2.2.5/mindi-busybox/INSTALL
- Timestamp:
- Nov 4, 2007, 3:16:40 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.2.5/mindi-busybox/INSTALL
r821 r1765 6 6 make menuconfig # This creates a file called ".config" 7 7 make # This creates the "busybox" executable 8 make install # or make PREFIX=/path/from/root install8 make install # or make CONFIG_PREFIX=/path/from/root install 9 9 10 10 The full list of configuration and install options is available by typing: … … 33 33 the only commands busybox can find are the built-in ones. 34 34 35 (Note that the standalone shell currently requires /proc/self/exe to 36 launch new applets.) 35 Note that the standalone shell requires CONFIG_BUSYBOX_EXEC_PATH 36 to be set appropriately, depending on whether or not /proc/self/exe is 37 available or not. If you do not have /proc, then point that config option 38 to the location of your busybox binary, usually /bin/busybox. 37 39 38 40 Configuring Busybox: … … 113 115 cd /some/empty/directory 114 116 make 115 make PREFIX=. install117 make CONFIG_PREFIX=. install 116 118 117 119 More Information:
Note:
See TracChangeset
for help on using the changeset viewer.