diff options
Diffstat (limited to 'chapter06/coreutils.xml')
-rw-r--r-- | chapter06/coreutils.xml | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/chapter06/coreutils.xml b/chapter06/coreutils.xml index d2786179f..00de6addf 100644 --- a/chapter06/coreutils.xml +++ b/chapter06/coreutils.xml @@ -51,13 +51,12 @@ installed by other packages:</para> <screen><userinput>make</userinput></screen> -<para>The test suite of Coreutils makes several assumptions about the -presence of files and users that are not valid this early in the LFS -build. Therefore, additional items need to be set up before running -the tests. Skip down to <quote>Install the package</quote> if +<para>The test suite of Coreutils makes several invalid assumptions about the +presence of system users and groups. Therefore, additional items need to be set +up before running the tests. Skip down to <quote>Install the package</quote> if not running the test suite.</para> -<para>Create two dummy groups and a dummy user name:</para> +<para>Create two dummy groups and a dummy user:</para> <screen><userinput>echo "dummy1:x:1000:" >> /etc/group echo "dummy2:x:1001:dummy" >> /etc/group |