diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2022-04-30 09:40:46 -0500 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2022-04-30 09:40:46 -0500 |
commit | 8cab730a5b9f8d770c462b6f30ee33886f240b15 (patch) | |
tree | 27496f02fe1f2e08f329e3a88b7d7c1749df106b /chapter07 | |
parent | 813ab55675c99ee4040c38ee468d4bf9b70bdd19 (diff) | |
parent | 93db1e614e093078304409d148a1cfe15fd3eb68 (diff) |
Merge branch 'trunk' of git.linuxfromscratch.org:lfs into trunk
Diffstat (limited to 'chapter07')
-rw-r--r-- | chapter07/cleanup.xml | 4 | ||||
-rw-r--r-- | chapter07/introduction.xml | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/chapter07/cleanup.xml b/chapter07/cleanup.xml index 651f2e8d6..6ed78fb93 100644 --- a/chapter07/cleanup.xml +++ b/chapter07/cleanup.xml @@ -156,9 +156,9 @@ tar -cJpf $HOME/lfs-temp-tools-&version;.tar.xz .</userinput></screen> restore when they don't need to. --> <warning><para>The following commands are extremely dangerous. If - you run <command>rm -rf ./*</command> as the root user and you + you run <command>rm -rf ./*</command> as the &root; user and you do not change to the $LFS directory or the <envar>LFS</envar> - environment variable is not set for the root user, it will destroy + 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 diff --git a/chapter07/introduction.xml b/chapter07/introduction.xml index 2b0030d7b..6605ddea4 100644 --- a/chapter07/introduction.xml +++ b/chapter07/introduction.xml @@ -25,7 +25,7 @@ <para>Until <xref linkend="ch-tools-chroot"/>, the commands must be run as <systemitem class="username">root</systemitem>, with the <envar>LFS</envar> variable set. After entering chroot, all commands - are run as root, fortunately without access to the OS of the computer + are run as &root;, fortunately without access to the OS of the computer you built LFS on. Be careful anyway, as it is easy to destroy the whole LFS system with badly formed commands.</para> |