Skip to content

Commit 1280325

Browse files
committed
init is shown on logs
1 parent d76f583 commit 1280325

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.adoc

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3386,6 +3386,14 @@ The init is selected at:
33863386

33873387
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
33883388

3389+
The final init that actually got selected is shown on Linux v5.9.2 a line of type:
3390+
3391+
```
3392+
<6>[ 0.309984] Run /sbin/init as init process
3393+
```
3394+
3395+
at the very end of the boot logs.
3396+
33893397
=== Init environment
33903398

33913399
Documented at https://www.kernel.org/doc/html/v4.14/admin-guide/kernel-parameters.html[]:

0 commit comments

Comments
 (0)