aboutsummaryrefslogtreecommitdiffstats
path: root/chapter08
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 /chapter08
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 'chapter08')
-rw-r--r--chapter08/coreutils.xml2
-rw-r--r--chapter08/tar.xml6
-rw-r--r--chapter08/util-linux.xml3
3 files changed, 7 insertions, 4 deletions
diff --git a/chapter08/coreutils.xml b/chapter08/coreutils.xml
index e308d5743..c9f97a20d 100644
--- a/chapter08/coreutils.xml
+++ b/chapter08/coreutils.xml
@@ -87,7 +87,7 @@ FORCE_UNSAFE_CONFIGURE=1 ./configure \
<term><envar>FORCE_UNSAFE_CONFIGURE=1</envar></term>
<listitem>
<para>This environment variable allows the package to be
- built as the root user.
+ built as the <systemitem class="username">root</systemitem> user.
</para>
</listitem>
</varlistentry>
diff --git a/chapter08/tar.xml b/chapter08/tar.xml
index 1c3a5c75e..6f37ce888 100644
--- a/chapter08/tar.xml
+++ b/chapter08/tar.xml
@@ -56,8 +56,10 @@
<term><envar>FORCE_UNSAFE_CONFIGURE=1</envar></term>
<listitem>
<para>This forces the test for <function>mknod</function> to be run
- as root. It is generally considered dangerous to run this test as
- the root user, but as it is being run on a system that has only been
+ as <systemitem class="username">root</systemitem>.
+ It is generally considered dangerous to run this test as
+ the <systemitem class="username">root</systemitem> user, but as it
+ is being run on a system that has only been
partially built, overriding it is OK.</para>
</listitem>
</varlistentry>
diff --git a/chapter08/util-linux.xml b/chapter08/util-linux.xml
index 8f3df8366..04bd999e3 100644
--- a/chapter08/util-linux.xml
+++ b/chapter08/util-linux.xml
@@ -88,7 +88,8 @@
<para>If desired, run the test suite as a non-root user:</para>
- <warning><para>Running the test suite as the root user can be harmful to
+ <warning><para>Running the test suite as the
+ <systemitem class="username">root</systemitem> user can be harmful to
your system. To run it, the CONFIG_SCSI_DEBUG option for the kernel must
be available in the currently running system and must be built as a
module. Building it into the kernel will prevent booting. For complete