diff options
author | Masami Hiramatsu <mhiramat@kernel.org> | 2020-01-11 01:04:43 +0900 |
---|---|---|
committer | Steven Rostedt (VMware) <rostedt@goodmis.org> | 2020-01-13 13:19:40 -0500 |
commit | 51887d03aca101a24ab049179d1ab430464a24e6 (patch) | |
tree | bd3846c87577444389dda4c06fbd98b569adff0f /init/initramfs.c | |
parent | 0068c92a92707789b8711e40d584a2433481a29d (diff) | |
download | linux-51887d03aca101a24ab049179d1ab430464a24e6.tar.gz linux-51887d03aca101a24ab049179d1ab430464a24e6.tar.bz2 linux-51887d03aca101a24ab049179d1ab430464a24e6.zip |
bootconfig: init: Allow admin to use bootconfig for kernel command line
Since the current kernel command line is too short to describe
many options which supported by kernel, allow user to use boot
config to setup (add) the command line options.
All kernel parameters under "kernel." keywords will be used
for setting up extra kernel command line.
For example,
kernel {
audit = on
audit_backlog_limit = 256
}
Note that you can not specify some early parameters
(like console etc.) by this method, since it is
loaded after early parameters parsed.
Link: http://lkml.kernel.org/r/157867228333.17873.11962796367032622466.stgit@devnote2
Signed-off-by: Masami Hiramatsu <mhiramat@kernel.org>
Signed-off-by: Steven Rostedt (VMware) <rostedt@goodmis.org>
Diffstat (limited to 'init/initramfs.c')
0 files changed, 0 insertions, 0 deletions