diff options
author | Jeremy Huntwork <jhuntwork@linuxfromscratch.org> | 2008-04-03 16:44:21 +0000 |
---|---|---|
committer | Jeremy Huntwork <jhuntwork@linuxfromscratch.org> | 2008-04-03 16:44:21 +0000 |
commit | 6bf97d681201f0f703e05d97233d3c94bf9a8be2 (patch) | |
tree | 7806f31fe54267dff49efd29279d541c172aefef /chapter01 | |
parent | b6f76d75a91b87a2f6130f31dbe54b56956529f2 (diff) |
Added patch for 256-byte inode support in GRUB. Fixes #2161.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8514 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter01')
-rw-r--r-- | chapter01/changelog.xml | 4 | ||||
-rw-r--r-- | chapter01/whatsnew.xml | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 288be2fc9..812ea6d54 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -46,6 +46,10 @@ <listitem> <para>[jhuntwork] - Upgraded to iana-etc-2.30. Fixes #2174.</para> </listitem> + <listitem> + <para>[jhuntwork] - Added patch for 256-byte inode support in GRUB. + Fixes #2161.</para> + </listitem> </itemizedlist> </listitem> diff --git a/chapter01/whatsnew.xml b/chapter01/whatsnew.xml index f20fb6364..b8b46f94e 100644 --- a/chapter01/whatsnew.xml +++ b/chapter01/whatsnew.xml @@ -225,6 +225,10 @@ </listitem> <listitem> + <para>&grub-inode-patch;</para> + </listitem> + + <listitem> <para>&module-init-manpages-patch;</para> </listitem> |