diff options
author | Xi Ruoyao <xry111@xry111.site> | 2024-01-01 05:57:54 +0800 |
---|---|---|
committer | Xi Ruoyao <xry111@xry111.site> | 2024-01-01 05:57:54 +0800 |
commit | 257686627d14b94ee248198e04b431f9567f4d72 (patch) | |
tree | 299d0f6655636bc4a814bb82d7c56dd6e767750f /chapter08/grub.xml | |
parent | 00de2694ce852e9b042eaa3225e0c079978e048f (diff) | |
parent | 6fec3f51e71f36219829eddd63b1cf6e11bcd447 (diff) |
Merge remote-tracking branch 'origin/trunk' into xry111/arm64xry111/arm64
Diffstat (limited to 'chapter08/grub.xml')
-rw-r--r-- | chapter08/grub.xml | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/chapter08/grub.xml b/chapter08/grub.xml index ddde75490..8d0661b69 100644 --- a/chapter08/grub.xml +++ b/chapter08/grub.xml @@ -73,13 +73,10 @@ </warning> <para> - Fix an issue causing <command>grub-install</command> to fail when the - <filename class='directory'>/boot</filename> partition (or the root - partition if <filename class='directory'>/boot</filename> is not a - separate partition) is created by e2fsprogs-1.47.0 or later: + Add a file missing from the release tarball: </para> -<screen><userinput remap='pre'>patch -Np1 -i ../grub-&grub-version;-upstream_fixes-1.patch</userinput></screen> +<screen><userinput remap='pre'>echo <literal>depends bli part_gpt</literal> > grub-core/extra_deps.lst</userinput></screen> <!--https://git.savannah.gnu.org/cgit/grub.git/commit/?id=69edb312 --> <para>Apply an upstream change so GRUB will be capable to load |