[PATCH] docs: x86: remove vendor specific kernel parameter from example

From: Niklas Cassel
Date: Mon Nov 22 2021 - 05:00:22 EST


From: Niklas Cassel <niklas.cassel@xxxxxxx>

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@xxxxxxx>
---
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