mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-23 10:15:57 +01:00
init is shown on logs
This commit is contained in:
@@ -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[]:
|
||||
|
||||
Reference in New Issue
Block a user