diff options
author | Timothy Bauscher <timothy@linuxfromscratch.org> | 2002-10-20 19:47:53 +0000 |
---|---|---|
committer | Timothy Bauscher <timothy@linuxfromscratch.org> | 2002-10-20 19:47:53 +0000 |
commit | 29bf686e71c9bb7490837fe1c2267a48aa4a2882 (patch) | |
tree | 5146815e7501cbd28ea6b4fb3fc86df4c32e24f1 /chapter02/aboutlfs.xml | |
parent | 25b076e9dd854dde660cc586e91a55b905a5aebc (diff) |
Removed a warning which doesn't apply anymore.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2190 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter02/aboutlfs.xml')
-rw-r--r-- | chapter02/aboutlfs.xml | 6 |
1 files changed, 1 insertions, 5 deletions
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).</para> <para>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 -<userinput>echo "root:x:0:0:root:/root:/bin/bash" > -$LFS/etc/passwd</userinput> 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.</para> +be ignored and whatever is left will be executed.</para> <para>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 |