Go to file
Edgar Bonet 2b0dd4ca7e docs/manual/configure.adoc: fix location of Busybox inittab
Commit 89d39fc7a3 "initscripts: new package" moved the inittab
packaged for Busybox init from system/skeleton/etc to package/busybox.
The manual, however, still points to the old location, so let's fix it.

Signed-off-by: Edgar Bonet <bonet@grenoble.cnrs.fr>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
(cherry picked from commit 99b1685fd8db8e63c37edac4e544f62ead245b90)
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2024-10-12 16:12:42 +02:00
.github
.gitlab/issue_templates gitlab: fix issue template 2024-09-19 11:11:28 +02:00
arch
board
boot boot/shim/shim.mk: fix 'deactivate' typo 2024-10-12 15:57:31 +02:00
configs
docs docs/manual/configure.adoc: fix location of Busybox inittab 2024-10-12 16:12:42 +02:00
fs
linux linux/linux.mk: fix 'parser' typo 2024-10-12 15:57:27 +02:00
package package/wpewebkit: security bump to version 2.44.4 2024-10-11 14:59:58 +02:00
support support/testing/tests/package/test_weston/overlay/etc/weston.ini: fix 'independent' typo 2024-10-12 15:57:26 +02:00
system
toolchain toolchain/toolchain-wrapper.c: fix 'potentially' typo 2024-10-12 15:57:13 +02:00
utils utils/scanpypi: fix typos 2024-10-12 15:56:55 +02:00
.b4-config
.checkpackageignore package/bind: security bump to 9.18.28 2024-09-19 13:13:11 +02:00
.clang-format
.defconfig
.editorconfig
.flake8
.gitignore
.gitlab-ci.yml
.shellcheckrc
CHANGES
Config.in
Config.in.legacy
COPYING
DEVELOPERS support/testing: fs: new erofs runtime test 2024-10-11 17:03:21 +02:00
Makefile
Makefile.legacy
README

Buildroot is a simple, efficient and easy-to-use tool to generate embedded
Linux systems through cross-compilation.

The documentation can be found in docs/manual. You can generate a text
document with 'make manual-text' and read output/docs/manual/manual.text.
Online documentation can be found at http://buildroot.org/docs.html

To build and use the buildroot stuff, do the following:

1) run 'make menuconfig'
2) select the target architecture and the packages you wish to compile
3) run 'make'
4) wait while it compiles
5) find the kernel, bootloader, root filesystem, etc. in output/images

You do not need to be root to build or run buildroot.  Have fun!

Buildroot comes with a basic configuration for a number of boards. Run
'make list-defconfigs' to view the list of provided configurations.

Please feed suggestions, bug reports, insults, and bribes back to the
buildroot mailing list: buildroot@buildroot.org
You can also find us on #buildroot on OFTC IRC.

If you would like to contribute patches, please read
https://buildroot.org/manual.html#submitting-patches