linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] docs: x86: remove vendor specific kernel parameter from example
@ 2021-11-22 10:00 Niklas Cassel
  0 siblings, 0 replies; only message in thread
From: Niklas Cassel @ 2021-11-22 10:00 UTC (permalink / raw)
  To: Ning Sun, Thomas Gleixner, Ingo Molnar, Borislav Petkov,
	Dave Hansen, x86, H. Peter Anvin, Jonathan Corbet
  Cc: Niklas Cassel, tboot-devel, linux-kernel, linux-doc

From: Niklas Cassel <niklas.cassel@wdc.com>

rhgb stands for red hat graphical boot.
This is a kernel parameter which only exists in downstream kernels.

There is no reason to include a vendor specific kernel parameter in
the example, so let's remove it.

Signed-off-by: Niklas Cassel <niklas.cassel@wdc.com>
---
 Documentation/x86/intel_txt.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/x86/intel_txt.rst b/Documentation/x86/intel_txt.rst
index d83c1a2122c9..a5ddc84fe6c6 100644
--- a/Documentation/x86/intel_txt.rst
+++ b/Documentation/x86/intel_txt.rst
@@ -203,7 +203,7 @@ grub.conf needs to be modified as follows::
           root (hd0,0)
                 kernel /tboot.gz logging=serial,vga,memory
                 module /vmlinuz-2.6.29-tip intel_iommu=on ro
-                       root=LABEL=/ rhgb console=ttyS0,115200 3
+                       root=LABEL=/ console=ttyS0,115200 3
                 module /initrd-2.6.29-tip.img
                 module /Q35_SINIT_17.BIN
 
-- 
2.33.1

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2021-11-22 10:00 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-11-22 10:00 [PATCH] docs: x86: remove vendor specific kernel parameter from example Niklas Cassel

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).