diff options
author | Xi Ruoyao <xry111@mengyan1223.wang> | 2020-06-22 07:52:44 +0000 |
---|---|---|
committer | Xi Ruoyao <xry111@mengyan1223.wang> | 2020-06-22 07:52:44 +0000 |
commit | ee0638f3abf3b1c6ab69a734a5f4d9658227c44d (patch) | |
tree | ec8beb8702affcce89746518f49b738106d6653c /chapter04 | |
parent | 3a38c46bd2aec88b5c0bf9400f2aee6e4b869cd2 (diff) |
environment: decorate a remaining lfs username
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11974 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter04')
-rw-r--r-- | chapter04/settingenviron.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chapter04/settingenviron.xml b/chapter04/settingenviron.xml index 4f277815b..3f05ad9c9 100644 --- a/chapter04/settingenviron.xml +++ b/chapter04/settingenviron.xml @@ -168,7 +168,8 @@ EOF</userinput></screen> <screen role="nodump"><userinput>[ ! -e /etc/bash.bashrc ] || mv -v /etc/bash.bashrc /etc/bash.bashrc.NOUSE</userinput></screen> - <para>After use of the lfs user is finished at the beginning of <xref + <para>After use of the <systemitem class="username">lfs</systemitem> + user is finished at the beginning of <xref linkend="chapter-chroot-temporary-tools"/>, you can restore <filename>/etc/bash.bashrc</filename> (if desired).</para> |