You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.adoc
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3386,6 +3386,14 @@ The init is selected at:
3386
3386
3387
3387
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
3388
3388
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
+
3389
3397
=== Init environment
3390
3398
3391
3399
Documented at https://www.kernel.org/doc/html/v4.14/admin-guide/kernel-parameters.html[]:
0 commit comments