diff --git a/README.adoc b/README.adoc index 4f69528..46251ab 100644 --- a/README.adoc +++ b/README.adoc @@ -3386,6 +3386,14 @@ The init is selected at: More details: https://unix.stackexchange.com/questions/30414/what-can-make-passing-init-path-to-program-to-the-kernel-not-start-program-as-i/430614#430614 +The final init that actually got selected is shown on Linux v5.9.2 a line of type: + +``` +<6>[ 0.309984] Run /sbin/init as init process +``` + +at the very end of the boot logs. + === Init environment Documented at https://www.kernel.org/doc/html/v4.14/admin-guide/kernel-parameters.html[]: