]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
INSTALL: Fix a grammatical error master
authorGlenn Washburn <development@efficientek.com>
Thu, 20 Nov 2025 18:56:48 +0000 (12:56 -0600)
committerDaniel Kiper <daniel.kiper@oracle.com>
Fri, 21 Nov 2025 19:35:13 +0000 (20:35 +0100)
Also, add more documentation mentioning that the tests require
a "specially crafted environment" to run. Just running as root
is not enough.

Signed-off-by: Glenn Washburn <development@efficientek.com>
Reviewed-by: Daniel Kiper <daniel.kiper@oracle.com>
INSTALL

diff --git a/INSTALL b/INSTALL
index 2767fd450e6c1c02517e34bd1957102ce2d87a5e..7e5397f5866ddb167819602ded0a934549c0cad0 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -145,8 +145,8 @@ The simplest way to compile this package is:
 
   2. Type `./bootstrap'.
 
 
   2. Type `./bootstrap'.
 
-     The autogen.sh (called by bootstrap) uses python. By default autodetect
-     it, but it can be overridden by setting the PYTHON variable.
+     The autogen.sh (called by bootstrap) uses python. By default it is
+     autodetected, but it can be overridden by setting the PYTHON variable.
 
   3. Type `./configure' to configure the package for your system.
      If you're using `csh' on an old version of System V, you might
 
   3. Type `./configure' to configure the package for your system.
      If you're using `csh' on an old version of System V, you might
@@ -159,8 +159,8 @@ The simplest way to compile this package is:
   4. Type `make' to compile the package.
 
   5. Optionally, type `make check' to run any self-tests that come with
   4. Type `make' to compile the package.
 
   5. Optionally, type `make check' to run any self-tests that come with
-     the package. Note that many of the tests require root privileges in
-     order to run.
+     the package. Note that many of the tests require root privileges and
+     a specially crafted environment in order to run.
 
   6. Type `make install' to install the programs and any data files and
      documentation.
 
   6. Type `make install' to install the programs and any data files and
      documentation.