diff options
author | Gerard Beekmans <gerard@linuxfromscratch.org> | 2003-10-23 21:21:07 +0000 |
---|---|---|
committer | Gerard Beekmans <gerard@linuxfromscratch.org> | 2003-10-23 21:21:07 +0000 |
commit | 494f01fcd6473c8d424744fe7b872dd35a33f5d0 (patch) | |
tree | 984dbb2dd8ccf892c2ec4f92939380f15fcea569 /chapter06 | |
parent | 2991b39cd42f5a48a643d56a4f431b0c4f4cdc22 (diff) |
Slight rewording of the reason for creating dummy user and groups during chapter 6 - Coreutils
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3036 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/coreutils-inst.xml | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/chapter06/coreutils-inst.xml b/chapter06/coreutils-inst.xml index 1b52c5e8b..ad17757ee 100644 --- a/chapter06/coreutils-inst.xml +++ b/chapter06/coreutils-inst.xml @@ -31,12 +31,13 @@ the problem by installing it now:</para> <screen><userinput>make install-root</userinput></screen> <para>This package has a test suite available which can perform a number of -checks to ensure it built correctly. However, this particular test suite makes -some assumptions that aren't quite valid at this early stage of Chapter 6. We -therefore make a few adjustments to allow the tests to run properly. Should you -choose not to run the test suite, skip down to "Install the package". The -following commands will prepare us for the test suite. Create two dummy groups -and a dummy user name:</para> +checks to ensure it built correctly. However, this particular test suite +makes some assumptions with regards to the presence of non-root users and +groups that don't apply this early into the LFS build. We therefore create +a dummy system user and two dummy groups to allow the tests to run +properly. Should you choose not to run the test suite, skip down to +"Install the package". The following commands will prepare us for the test +suite. Create two dummy groups and a dummy user name:</para> <screen><userinput>echo "dummy1:x:1000" >> /etc/group echo "dummy2:x:1001:dummy" >> /etc/group |