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 /chapter02/aboutlfs.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 'chapter02/aboutlfs.xml')
-rw-r--r-- | chapter02/aboutlfs.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chapter02/aboutlfs.xml b/chapter02/aboutlfs.xml index 93f885e22..0d5a5281b 100644 --- a/chapter02/aboutlfs.xml +++ b/chapter02/aboutlfs.xml @@ -57,7 +57,8 @@ host system. If logging in through a graphical display manager, the user's <filename>.bash_profile</filename> is not normally used when a virtual terminal is started. In this case, add the export command to - the <filename>.bashrc</filename> file for the user and root. In addition, + the <filename>.bashrc</filename> file for the user and + <systemitem class="username">root</systemitem>. In addition, some distributions have instructions to not run the <filename>.bashrc</filename> instructions in a non-interactive bash invocation. Be sure to add the export command before the test for non-interactive use.</para> |