aboutsummaryrefslogtreecommitdiffstats
path: root/chapter05
diff options
context:
space:
mode:
authorXi Ruoyao <xry111@mengyan1223.wang>2020-12-26 15:51:54 +0000
committerXi Ruoyao <xry111@mengyan1223.wang>2020-12-26 15:51:54 +0000
commit34fe7e07cd3bc2dad0521e51ba3bbe78de45a671 (patch)
tree3fc8271f4a48ac2e20ed255cbfb573caceec3ab2 /chapter05
parentce9b68d15814efabe161e81f2ac678f0ad4a34f8 (diff)
decorate usernames with <systemitem>
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@12071 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05')
-rw-r--r--chapter05/glibc.xml9
1 files changed, 5 insertions, 4 deletions
diff --git a/chapter05/glibc.xml b/chapter05/glibc.xml
index 9c01c94eb..65f954305 100644
--- a/chapter05/glibc.xml
+++ b/chapter05/glibc.xml
@@ -147,10 +147,11 @@ cd build</userinput></screen>
<para>Install the package:</para>
<warning><para>If <envar>LFS</envar> is not properly set, and despite the
- recommendations, you are building as root, the next command will install
- the newly built glibc to your host system, which most likely will render it
- unusable. So double check that the environment is correctly set for user
- <systemitem class="username">lfs</systemitem>.</para></warning>
+ recommendations, you are building as
+ <systemitem class="username">root</systemitem>, the next command will
+ install the newly built glibc to your host system, which most likely
+ will render it unusable. So double check that the environment is
+ correctly set, before running the following command.</para></warning>
<screen><userinput remap="install">make DESTDIR=$LFS install</userinput></screen>