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
+6-7Lines changed: 6 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -3435,10 +3435,10 @@ at the very end of the boot logs.
3435
3435
3436
3436
=== Init environment
3437
3437
3438
-
Documented at https://www.kernel.org/doc/html/v4.14/admin-guide/kernel-parameters.html[]:
3438
+
Documented at https://www.kernel.org/doc/html/latest/admin-guide/kernel-parameters.html[]:
3439
3439
3440
3440
____
3441
-
The kernel parses parameters from the kernel command line up to "-"; if it doesn't recognize a parameter and it doesn't contain a '.', the parameter gets passed to init: parameters with '=' go into init's environment, others are passed as command line arguments to init. Everything after "-" is passed as an argument to init.
3441
+
The kernel parses parameters from the kernel command line up to "--"; if it doesn't recognize a parameter and it doesn't contain a '.', the parameter gets passed to init: parameters with '=' go into init's environment, others are passed as command line arguments to init. Everything after "--" is passed as an argument to init.
3442
3442
____
3443
3443
3444
3444
And you can try it out with:
@@ -3450,22 +3450,21 @@ And you can try it out with:
3450
3450
From the <<dry-run,generated QEMU command>>, we see that the kernel CLI at LKMC 69f5745d3df11d5c741551009df86ea6c61a09cf now contains:
0 commit comments