diff options
-rw-r--r-- | chapter01/changelog.xml | 10 | ||||
-rw-r--r-- | chapter02/creatingfilesystem.xml | 14 | ||||
-rw-r--r-- | general.ent | 4 | ||||
-rw-r--r-- | packages.ent | 4 |
4 files changed, 21 insertions, 11 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 435372031..430f1fc82 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -37,6 +37,16 @@ --> <listitem> + <para>2008-02-07</para> + <itemizedlist> + <listitem> + <para>[matthew] - Upgraded to E2fsprogs-1.40.5. Fixes + <ulink url="&lfs-ticket-root;2138">#2138</ulink>.</para> + </listitem> + </itemizedlist> + </listitem> + + <listitem> <para>2008-01-29</para> <itemizedlist> <listitem> diff --git a/chapter02/creatingfilesystem.xml b/chapter02/creatingfilesystem.xml index 24f324f21..57ca2d142 100644 --- a/chapter02/creatingfilesystem.xml +++ b/chapter02/creatingfilesystem.xml @@ -42,13 +42,13 @@ <screen role="nodump"><userinput>debugfs -R feature /dev/<replaceable><xxx></replaceable></userinput></screen> <para>If the output contains features other than - <option>has_journal</option>, <option>dir_index</option>, - <option>filetype</option>, <option>large_file</option>, - <option>resize_inode</option>, <option>sparse_super</option> or - <option>needs_recovery</option>, then your host - system may have custom enhancements. In that case, to avoid later problems, - you should compile the stock E2fsprogs package and use the resulting binaries - to re-create the filesystem on your LFS partition:</para> + <option>has_journal</option>, <option>ext_attr</option>, + <option>resize_inode</option>, <option>dir_index</option>, + <option>filetype</option>, <option>sparse_super</option>, + <option>large_file</option> or <option>needs_recovery</option>, then your + host system may have custom enhancements. In that case, to avoid later + problems, you should compile the stock E2fsprogs package and use the + resulting binaries to re-create the filesystem on your LFS partition:</para> <screen role="nodump"><userinput>cd /tmp tar -xjvf /path/to/sources/e2fsprogs-&e2fsprogs-version;.tar.bz2 diff --git a/general.ent b/general.ent index 51d3f2eb2..423389645 100644 --- a/general.ent +++ b/general.ent @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="ISO-8859-1"?> -<!ENTITY version "SVN-20080129"> -<!ENTITY releasedate "January 29, 2007"> +<!ENTITY version "SVN-20080207"> +<!ENTITY releasedate "February 7, 2008"> <!ENTITY milestone "7.0"> <!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" --> diff --git a/packages.ent b/packages.ent index c3363cb92..f28d4d88a 100644 --- a/packages.ent +++ b/packages.ent @@ -111,10 +111,10 @@ <!-- NOTE: When updating e2fsprogs, remember to check the list of acceptable features that can be shown by debugfs in chapter02/creatingfilesystem.xml --> -<!ENTITY e2fsprogs-version "1.40.4"> +<!ENTITY e2fsprogs-version "1.40.5"> <!ENTITY e2fsprogs-size "3,954 KB"> <!ENTITY e2fsprogs-url "&sourceforge;e2fsprogs/e2fsprogs-&e2fsprogs-version;.tar.gz"> -<!ENTITY e2fsprogs-md5 "124d744bdf9d443591eb8193c085944b"> +<!ENTITY e2fsprogs-md5 "69e55eaf543acfab8e2eb8ba2883d8cd"> <!ENTITY e2fsprogs-home "http://e2fsprogs.sourceforge.net/"> <!ENTITY e2fsprogs-ch5-du "31.2 MB"> <!ENTITY e2fsprogs-ch5-sbu "0.4 SBU"> |