[lfs] 01/02: cleanup: Use <literal> instead of <computeroutput> for restore command
| Newsgroups | gmane.linux.lfs.book |
|---|---|
| Message-ID | <[email protected]> |
This is an automated email from the git hooks/post-receive script. git pushed a commit to branch trunk in repository lfs. commit b156957256d784d45c700cb22aa8e57528cdcd2d Author: Xi Ruoyao <[email protected]> AuthorDate: Fri Aug 1 09:17:55 2025 +0800 cleanup: Use <literal> instead of <computeroutput> for restore command We don't want to use <userinput> but now <computeroutput> is blue, and we don't really want this to be blue either. --- chapter07/cleanup.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/chapter07/cleanup.xml b/chapter07/cleanup.xml index 870ba318e..8181a0f57 100644 --- a/chapter07/cleanup.xml +++ b/chapter07/cleanup.xml @@ -159,9 +159,9 @@ tar -cJpf $HOME/lfs-temp-tools-&version;.tar.xz .</userinput></screen> environment variable is not set for the &root; user, it will destroy your entire host system. YOU ARE WARNED.</para></warning> -<screen role="nodump"><computeroutput>cd $LFS +<screen role="nodump"><literal>cd $LFS rm -rf ./* -tar -xpf $HOME/lfs-temp-tools-&version;.tar.xz</computeroutput></screen> +tar -xpf $HOME/lfs-temp-tools-&version;.tar.xz</literal></screen> <para> Again, double check that the environment has been set up properly -- To stop receiving notification emails like this one, please contact the administrator of this repository. -- http://lists.linuxfromscratch.org/sympa/info/lfs-book Unsubscribe: See the above information page