diff options
-rw-r--r-- | chapter01/changelog.xml | 4 | ||||
-rw-r--r-- | chapter01/whatsnew.xml | 4 | ||||
-rw-r--r-- | chapter03/patches.xml | 8 | ||||
-rw-r--r-- | chapter06/grub.xml | 5 | ||||
-rw-r--r-- | patches.ent | 4 |
5 files changed, 25 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> diff --git a/chapter03/patches.xml b/chapter03/patches.xml index e2151e82f..5bd124a18 100644 --- a/chapter03/patches.xml +++ b/chapter03/patches.xml @@ -123,6 +123,14 @@ </varlistentry> <varlistentry> + <term>GRUB 256-Byte Inodes Patch - <token>&grub-inode-patch-size;</token>:</term> + <listitem> + <para>Download: <ulink url="&patches-root;&grub-inode-patch;"/></para> + <para>MD5 sum: <literal>&grub-inode-patch-md5;</literal></para> + </listitem> + </varlistentry> + + <varlistentry> <term>Inetutils No-Server-Man-Pages Patch - <token>&inetutils-man_pages-patch-size;</token>:</term> <listitem> <para>Download: <ulink url="&patches-root;&inetutils-man_pages-patch;"/></para> 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> diff --git a/patches.ent b/patches.ent index 2debdd681..51310c3b5 100644 --- a/patches.ent +++ b/patches.ent @@ -56,6 +56,10 @@ <!ENTITY groff-debian-patch-md5 "05607e7fcfd6e5091f020bf44ddca10b"> <!ENTITY groff-debian-patch-size "379 KB"> +<!ENTITY grub-inode-patch "grub-&grub-version;-256byte_inode-1.patch"> +<!ENTITY grub-inode-patch-md5 "2482bef9c1866b4045767a56268ba673"> +<!ENTITY grub-inode-patch-size "4.8 KB"> + <!ENTITY grub-geometry-patch "grub-&grub-version;-disk_geometry-1.patch"> <!ENTITY grub-geometry-patch-md5 "bf1594e82940e25d089feca74c6f1879"> <!ENTITY grub-geometry-patch-size "28 KB"> |