diff options
author | Alex Gronenwoud <alex@linuxfromscratch.org> | 2003-09-02 22:03:51 +0000 |
---|---|---|
committer | Alex Gronenwoud <alex@linuxfromscratch.org> | 2003-09-02 22:03:51 +0000 |
commit | 148bb04f8022ae1ea657d36ef04ff062bd023206 (patch) | |
tree | 163a20e0d2845c8e3d95609cf02b4f7b05825c7b /chapter09 | |
parent | 40add9445978e2619b7601d4536179b9ab2c065a (diff) |
Renaming /stage1 to /tools.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2725 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter09')
-rw-r--r-- | chapter09/reboot.xml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/chapter09/reboot.xml b/chapter09/reboot.xml index 11445d115..b3b53ea3e 100644 --- a/chapter09/reboot.xml +++ b/chapter09/reboot.xml @@ -39,11 +39,11 @@ on LFS active:</para> <para><screen><userinput>/sbin/lilo</userinput></screen></para> -<para>You may now remove the stage1 directory. If you think you may -need to redo Chapter 5, then you may wish to backup the directory before -removing it. To remove the stage1 directory, type the following -command:</para> +<para>You may now remove the <filename>tools</filename> directory. If you +think you may need to redo Chapter 5, then you may wish to backup the directory +before removing it. To remove the <filename>tools</filename> directory, type +the following command, carefully:</para> -<para><screen><userinput>rm -rf /stage1</userinput></screen></para> +<para><screen><userinput>rm -rf /tools</userinput></screen></para> </sect1> |