<html>
  <head>
    <meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <div class="moz-cite-prefix">On 4/16/14, 5:44 AM, Jan Lieskovsky
      wrote:<br>
    </div>
    <blockquote
      cite="mid:114760271.8781800.1397652286912.JavaMail.zimbra@redhat.com"
      type="cite">
      <pre wrap="">
Patch summary:
  * check for 'nousb' argument on kernel command line in /etc/grub.conf
    within the bootloader_nousb_argument check in a case-insensitive way
  * update comments where appropriate
  * add test attestation timestamp
  * replace path + filename ind construct with filepath one

Testing report:
  * Tested on RHEL-6. Works fine.
</pre>
    </blockquote>
    <br>
    I wasn't sure if nousb was case insensitive, so I checked
    <a class="moz-txt-link-freetext" href="https://www.kernel.org/doc/Documentation/kernel-parameters.txt">https://www.kernel.org/doc/Documentation/kernel-parameters.txt</a><br>
    <br>
    And found this:<br>
    <blockquote type="cite">
      <meta charset="utf-8">
      <pre style="color: rgb(0, 0, 0); font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; word-wrap: break-word; white-space: pre-wrap;">Note that ALL kernel parameters listed below are CASE SENSITIVE, and that
a trailing = on the name of any parameter states that that parameter will
be entered as an environment variable, whereas its absence indicates that
it will appear as a kernel argument readable via /proc/cmdline by programs
running once the system is up.</pre>
    </blockquote>
    <br>
    "nousb" was in the list as case sensitive.<br>
    <br>
    Applied your patch (RHEL 6.5), added "nOuSB," and things seem to
    check out. Should we follow the kernel docs (which say case
    sensitive), or allow insensitivity since it actually works?<br>
    <br>
  </body>
</html>