diff options
author | Pierre Labastie <pieere@linuxfromscratch.org> | 2020-06-08 20:42:12 +0000 |
---|---|---|
committer | Pierre Labastie <pieere@linuxfromscratch.org> | 2020-06-08 20:42:12 +0000 |
commit | 192c66815afe99f23e7f6e1e9967d865d038801b (patch) | |
tree | 7b4b845d3babbdc6208f365551c2441f6fef383a /chapter05/glibc.xml | |
parent | 81e0bc49dcf7f02e72ffe8bdda8061b4a82ad29a (diff) |
Add a warning before installation of glibc-chapter5
git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/cross2@11907 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05/glibc.xml')
-rw-r--r-- | chapter05/glibc.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/chapter05/glibc.xml b/chapter05/glibc.xml index 39aabd12c..d6974bb21 100644 --- a/chapter05/glibc.xml +++ b/chapter05/glibc.xml @@ -157,6 +157,12 @@ cd build</userinput></screen> <para>Install the package:</para> + <warning><para>If <envar>LFS</envar> is not proprly 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> + <screen><userinput remap="install">make DESTDIR=$LFS install</userinput></screen> <variablelist> |