From e286d8db1493827461aa95ea43b345a9ce5d9f2e Mon Sep 17 00:00:00 2001 From: Xi Ruoyao Date: Thu, 21 Apr 2022 14:12:43 +0800 Subject: decorate the references to root and lfs user The references already correctly decorated are not changed because "if it's not broken don't fix it". --- chapter07/cleanup.xml | 4 ++-- chapter07/introduction.xml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'chapter07') 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 . restore when they don't need to. --> The following commands are extremely dangerous. If - you run rm -rf ./* as the root user and you + you run rm -rf ./* as the &root; user and you do not change to the $LFS directory or the LFS - 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. 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 @@ Until , the commands must be run as root, with the LFS 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. -- cgit v1.2.3-54-g00ecf