diff options
-rw-r--r-- | chapter02/creatingfilesystem.xml | 2 | ||||
-rw-r--r-- | general.ent | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/chapter02/creatingfilesystem.xml b/chapter02/creatingfilesystem.xml index bdecc2c50..b960019f6 100644 --- a/chapter02/creatingfilesystem.xml +++ b/chapter02/creatingfilesystem.xml @@ -19,7 +19,7 @@ <systemitem class="filesystem">ext2</systemitem>, which adds journalling capabilities and is compatible with the E2fsprogs utilities. We will create an <systemitem class="filesystem">ext3</systemitem> - file system. Build instructions for other file systems can be found at + file system. Instructions for creating other file systems can be found at <ulink url="&blfs-root;view/svn/postlfs/filesystems.html"/>.</para> <para>To create an <systemitem class="filesystem">ext3</systemitem> file diff --git a/general.ent b/general.ent index b189d089a..9f830dabc 100644 --- a/general.ent +++ b/general.ent @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="ISO-8859-1"?> -<!ENTITY version "SVN-20060610"> -<!ENTITY releasedate "June 10, 2006"> +<!ENTITY version "SVN-20060619"> +<!ENTITY releasedate "June 19, 2006"> <!ENTITY milestone "6.2"> <!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" --> |