diff options
author | Kushagra Verma <kushagra765@outlook.com> | 2022-12-02 15:22:03 +0300 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2022-12-03 13:48:29 +0300 |
commit | e378cb9aab3f86165829539dfa8c5926a020ebcf (patch) | |
tree | d5f0ced47452e432061c64472f764347094bd25c /Documentation/admin-guide/bootconfig.rst | |
parent | 072e2623046ee97b88b34d4ce689dac3505370f4 (diff) | |
download | linux-e378cb9aab3f86165829539dfa8c5926a020ebcf.tar.xz |
Documentation: Fixed a typo in bootconfig.rst
Fixed a typo in the word 'concatenated'.
Signed-off-by: Kushagra Verma <kushagra765@outlook.com>
Link: https://lore.kernel.org/r/HK0PR01MB2801DA243B726141A97FE92EF8179@HK0PR01MB2801.apcprd01.prod.exchangelabs.com
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'Documentation/admin-guide/bootconfig.rst')
-rw-r--r-- | Documentation/admin-guide/bootconfig.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/admin-guide/bootconfig.rst b/Documentation/admin-guide/bootconfig.rst index d99994345d41..9355c525fbe0 100644 --- a/Documentation/admin-guide/bootconfig.rst +++ b/Documentation/admin-guide/bootconfig.rst @@ -229,7 +229,7 @@ In addition to the kernel command line, the boot config can be used for passing the kernel parameters. All the key-value pairs under ``kernel`` key will be passed to kernel cmdline directly. Moreover, the key-value pairs under ``init`` will be passed to init process via the cmdline. -The parameters are concatinated with user-given kernel cmdline string +The parameters are concatenated with user-given kernel cmdline string as the following order, so that the command line parameter can override bootconfig parameters (this depends on how the subsystem handles parameters but in general, earlier parameter will be overwritten by later one.):: |