From: Niklas Cassel <[email protected]>
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 <[email protected]>
---
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