Re: [GIT PULL] tracing: Changes for 5.6

From: Linus Torvalds
Date: Tue Feb 04 2020 - 06:54:31 EST


On Tue, Feb 4, 2020 at 10:32 AM Steven Rostedt <rostedt@xxxxxxxxxxx> wrote:
>
> - Added new "bootconfig".
> Looks for a file appended to initrd to add boot config options.
> This has been discussed thoroughly at Linux Plumbers.
> Very useful for adding kprobes at bootup.

Is there a way to disable this from the "real" kernel command line?

If I have problems, I want to boot with a known kernel command line
(forcing text mode etc). If the bootconfig file always gets parsed,
there's no way to do that from the bootloader (grub2, whatever)..

Linus