From 2b0dd4ca7e156815c338e253f8906cc46d3bd412 Mon Sep 17 00:00:00 2001 From: Edgar Bonet Date: Fri, 20 Sep 2024 19:39:06 +0200 Subject: [PATCH] docs/manual/configure.adoc: fix location of Busybox inittab Commit 89d39fc7a392 "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 Signed-off-by: Yann E. MORIN (cherry picked from commit 99b1685fd8db8e63c37edac4e544f62ead245b90) Signed-off-by: Peter Korsgaard --- docs/manual/configure.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/manual/configure.adoc b/docs/manual/configure.adoc index d27cdf3eb9..e0358aa0f9 100644 --- a/docs/manual/configure.adoc +++ b/docs/manual/configure.adoc @@ -399,7 +399,7 @@ can be chosen from +System configuration+, +Init system+: BusyBox +inittab+ syntax is special: do not use a random +inittab+ documentation from the Internet to learn about BusyBox +inittab+). The default +inittab+ in Buildroot is stored in - +system/skeleton/etc/inittab+. Apart from mounting a few important + +package/busybox/inittab+. Apart from mounting a few important filesystems, the main job the default inittab does is to start the +/etc/init.d/rcS+ shell script, and start a +getty+ program (which provides a login prompt).