aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/grub.xml
diff options
context:
space:
mode:
authorJeremy Huntwork <jhuntwork@linuxfromscratch.org>2008-04-03 16:44:21 +0000
committerJeremy Huntwork <jhuntwork@linuxfromscratch.org>2008-04-03 16:44:21 +0000
commit6bf97d681201f0f703e05d97233d3c94bf9a8be2 (patch)
tree7806f31fe54267dff49efd29279d541c172aefef /chapter06/grub.xml
parentb6f76d75a91b87a2f6130f31dbe54b56956529f2 (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 'chapter06/grub.xml')
-rw-r--r--chapter06/grub.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/chapter06/grub.xml b/chapter06/grub.xml
index f105eb981..77795c2f3 100644
--- a/chapter06/grub.xml
+++ b/chapter06/grub.xml
@@ -53,6 +53,11 @@
<screen><userinput remap="pre">patch -Np1 -i ../&grub-geometry-patch;</userinput></screen>
+ <para>By default, GRUB doesn't support ext2 filesystems with 256-byte inodes.
+ Fix this by applying the following patch:</para>
+
+<screen><userinput remap="pre">patch -Np1 -i ../&grub-inode-patch;</userinput></screen>
+
<para>Prepare GRUB for compilation:</para>
<screen><userinput remap="configure">./configure --prefix=/usr</userinput></screen>