aboutsummaryrefslogtreecommitdiffstats
path: root/chapter05/installasroot.xml
diff options
context:
space:
mode:
authorMark Hymers <markh@linuxfromscratch.org>2001-07-22 19:45:10 +0000
committerMark Hymers <markh@linuxfromscratch.org>2001-07-22 19:45:10 +0000
commitb822811980a5f82726cb641cbeff66be9eb6d92a (patch)
tree27c4db3c62aaea065b053e43c39b2ba44c04a05f /chapter05/installasroot.xml
parent46f5461af92bc70c62bbb92895032b930954d835 (diff)
XML changes
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@827 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05/installasroot.xml')
-rw-r--r--chapter05/installasroot.xml12
1 files changed, 4 insertions, 8 deletions
diff --git a/chapter05/installasroot.xml b/chapter05/installasroot.xml
index bfb49d62e..27bcd245b 100644
--- a/chapter05/installasroot.xml
+++ b/chapter05/installasroot.xml
@@ -1,23 +1,19 @@
<sect1 id="ch05-installasroot">
<title>Install all software as user root</title>
-<para>
-It's best to log in as root or su's to root when installing the
+<para>It's best to log in as root or su's to root when installing the
packages. That way you are assured that all files are owned by user and
group root (and not owned by the userid of the non-root user), and if a
package wants to set special permissions, it can do so without problems
-due to non-root access.
-</para>
+due to non-root access.</para>
-<para>
-The documentation that comes with Glibc, Gcc, and other
+<para>The documentation that comes with Glibc, Gcc, and other
packages recommend not to compile the packages as user root. We
feel it's safe to ignore that recommendation and compile as user root
anyway. Hundreds of people using LFS have done so without any problems
whatsoever, and we haven't encountered any bugs in the compile processes
that cause harm. So it's pretty safe (never can be 100% safe though, so
-it's up to you what you end up doing).
-</para>
+it's up to you what you end up doing).</para>
</sect1>