lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
Date:   Mon, 22 Nov 2021 10:00:14 +0000
From:   Niklas Cassel <Niklas.Cassel@....com>
To:     Ning Sun <ning.sun@...el.com>,
        Thomas Gleixner <tglx@...utronix.de>,
        Ingo Molnar <mingo@...hat.com>, Borislav Petkov <bp@...en8.de>,
        Dave Hansen <dave.hansen@...ux.intel.com>,
        "x86@...nel.org" <x86@...nel.org>,
        "H. Peter Anvin" <hpa@...or.com>, Jonathan Corbet <corbet@....net>
CC:     Niklas Cassel <Niklas.Cassel@....com>,
        "tboot-devel@...ts.sourceforge.net" 
        <tboot-devel@...ts.sourceforge.net>,
        "linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>,
        "linux-doc@...r.kernel.org" <linux-doc@...r.kernel.org>
Subject: [PATCH] docs: x86: remove vendor specific kernel parameter from
 example

From: Niklas Cassel <niklas.cassel@....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@....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

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ