Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter08/grub.xml

    r7152faa r3608d06a  
    1 <?xml version="1.0" encoding="UTF-8"?>
     1<?xml version="1.0" encoding="ISO-8859-1"?>
    22<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
    33  "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
     
    6363
    6464    <para>
    65       Add a file missing from the release tarball:
     65      Fix an issue causing <command>grub-install</command> to fail when the
     66      <filename class='directory'>/boot</filename> partition (or the root
     67      partition if <filename class='directory'>/boot</filename> is not a
     68      separate partition) is created by e2fsprogs-1.47.0 or later:
    6669    </para>
    6770
    68 <screen><userinput remap='pre'>echo <literal>depends bli part_gpt</literal> &gt; grub-core/extra_deps.lst</userinput></screen>
     71<screen><userinput remap='pre'>patch -Np1 -i ../grub-&grub-version;-upstream_fixes-1.patch</userinput></screen>
    6972
    7073    <para>Prepare GRUB for compilation:</para>
Note: See TracChangeset for help on using the changeset viewer.