diff --git a/chapter02/aboutlfs.xml b/chapter02/aboutlfs.xml
index 6f9d7ed9f..05574779e 100644
--- a/chapter02/aboutlfs.xml
+++ b/chapter02/aboutlfs.xml
@@ -30,11 +30,7 @@ command).
If you plan to use $LFS, do not forget to set the LFS variable at all
times. If the variable is not set and is used in a command, $LFS will
-be ignored and whatever is left will be executed. A command like
-echo "root:x:0:0:root:/root:/bin/bash" >
-$LFS/etc/passwd without the LFS variable set will
-re-create your host system's /etc/passwd file. Simply put: it will
-destroy your current password database file.
+be ignored and whatever is left will be executed.
One way to make sure that $LFS is set at all times is adding it to
the /root/.bash_profile and /root/.bashrc files so that every time