Ver código fonte

Replaced 'static' instance with 'stage1'

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2614 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Gerard Beekmans 22 anos atrás
pai
commit
0c7e1dcbde
2 arquivos alterados com 5 adições e 5 exclusões
  1. 3 3
      chapter09/reboot.xml
  2. 2 2
      index.xml

+ 3 - 3
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 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>

+ 2 - 2
index.xml

@@ -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">