diff options
author | Xi Ruoyao <xry111@mengyan1223.wang> | 2020-12-26 15:51:54 +0000 |
---|---|---|
committer | Xi Ruoyao <xry111@mengyan1223.wang> | 2020-12-26 15:51:54 +0000 |
commit | 34fe7e07cd3bc2dad0521e51ba3bbe78de45a671 (patch) | |
tree | 3fc8271f4a48ac2e20ed255cbfb573caceec3ab2 /chapter08/tar.xml | |
parent | ce9b68d15814efabe161e81f2ac678f0ad4a34f8 (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/tar.xml')
-rw-r--r-- | chapter08/tar.xml | 6 |
1 files changed, 4 insertions, 2 deletions
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> |