Replaced 'static' instance with 'stage1'

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2614 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
Gerard Beekmans 2003-05-14 23:26:30 +00:00
parent 720e0988f2
commit 0c7e1dcbde
2 changed files with 5 additions and 5 deletions

View File

@ -39,11 +39,11 @@ on LFS active:</para>
<para><screen><userinput>/sbin/lilo</userinput></screen></para>
<para>You may now remove the static directory. If you think you may
<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 static directory, type the following
removing it. To remove the stage1 directory, type the following
command:</para>
<para><screen><userinput>rm -rf /static</userinput></screen></para>
<para><screen><userinput>rm -rf /stage1</userinput></screen></para>
</sect1>

View File

@ -4,8 +4,8 @@
<!ENTITY book SYSTEM "book/book.xml">
<!ENTITY version "20030513">
<!ENTITY releasedate "May 13th, 2003">
<!ENTITY version "20030514">
<!ENTITY releasedate "May 14th, 2003">
<!ENTITY nbsp " ">
<!ENTITY ftp-root "ftp://ftp.linuxfromscratch.org">