diff options
Diffstat (limited to 'chapter06/grub.xml')
-rw-r--r-- | chapter06/grub.xml | 5 |
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> |