mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-06-19 03:39:20 +01:00
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
This commit is contained in:
parent
2991b39cd4
commit
494f01fcd6
@ -31,12 +31,13 @@ the problem by installing it now:</para>
|
|||||||
<screen><userinput>make install-root</userinput></screen>
|
<screen><userinput>make install-root</userinput></screen>
|
||||||
|
|
||||||
<para>This package has a test suite available which can perform a number of
|
<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
|
checks to ensure it built correctly. However, this particular test suite
|
||||||
some assumptions that aren't quite valid at this early stage of Chapter 6. We
|
makes some assumptions with regards to the presence of non-root users and
|
||||||
therefore make a few adjustments to allow the tests to run properly. Should you
|
groups that don't apply this early into the LFS build. We therefore create
|
||||||
choose not to run the test suite, skip down to "Install the package". The
|
a dummy system user and two dummy groups to allow the tests to run
|
||||||
following commands will prepare us for the test suite. Create two dummy groups
|
properly. Should you choose not to run the test suite, skip down to
|
||||||
and a dummy user name:</para>
|
"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
|
<screen><userinput>echo "dummy1:x:1000" >> /etc/group
|
||||||
echo "dummy2:x:1001:dummy" >> /etc/group
|
echo "dummy2:x:1001:dummy" >> /etc/group
|
||||||
|
@ -3,8 +3,8 @@
|
|||||||
"/usr/share/docbook/docbookx.dtd" [
|
"/usr/share/docbook/docbookx.dtd" [
|
||||||
|
|
||||||
|
|
||||||
<!ENTITY version "CVS-20031022">
|
<!ENTITY version "CVS-20031023">
|
||||||
<!ENTITY releasedate "October 22nd, 2003">
|
<!ENTITY releasedate "October 23rd, 2003">
|
||||||
<!ENTITY milestone "5.0">
|
<!ENTITY milestone "5.0">
|
||||||
<!ENTITY nbsp " ">
|
<!ENTITY nbsp " ">
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user