aboutsummaryrefslogtreecommitdiffstats
path: root/chapter08
diff options
context:
space:
mode:
authorXi Ruoyao <xry111@xry111.site>2023-12-31 01:58:11 +0800
committerXi Ruoyao <xry111@xry111.site>2023-12-31 02:00:59 +0800
commitd4ce302c0e94aa2aea766eb14f78c965b823360c (patch)
tree21e078619e54acf5137f7eb0b1248ad552f6bcbb /chapter08
parent462ef6dfa4fce8610eec8001aa7b1b7794037e71 (diff)
Package updates
- Update to meson-1.3.1 (#5402) - Update to vim-9.0.2189 (#4500) - Update to inetutils-2.5 (#5404) - Update to xml-parser-2.47 (#5403) - Update to linux-6.6.8 (#5397) - Update to tzdata-2023d (#5399) - Update to setuptools-69.0.3 (#5400) - Update to iana-etc-20231205 (#5006) - Update to autoconf-2.72 (#5398) - Update to grub-2.12 (#5396)
Diffstat (limited to 'chapter08')
-rw-r--r--chapter08/autoconf.xml6
-rw-r--r--chapter08/grub.xml7
2 files changed, 2 insertions, 11 deletions
diff --git a/chapter08/autoconf.xml b/chapter08/autoconf.xml
index 8b2afb168..120f31632 100644
--- a/chapter08/autoconf.xml
+++ b/chapter08/autoconf.xml
@@ -41,12 +41,6 @@
<sect2 role="installation">
<title>Installation of Autoconf</title>
- <para>First, fix several problems with the tests caused by bash-5.2 and later:</para>
-
- <screen><userinput remap="pre">sed -e 's/SECONDS|/&amp;SHLVL|/' \
- -e '/BASH_ARGV=/a\ /^SHLVL=/ d' \
- -i.orig tests/local.at</userinput></screen>
-
<para>Prepare Autoconf for compilation:</para>
<screen><userinput remap="configure">./configure --prefix=/usr</userinput></screen>
diff --git a/chapter08/grub.xml b/chapter08/grub.xml
index 357036c34..a89963189 100644
--- a/chapter08/grub.xml
+++ b/chapter08/grub.xml
@@ -62,13 +62,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> &gt; grub-core/extra_deps.lst</userinput></screen>
<para>Prepare GRUB for compilation:</para>