diff --git a/chapter08/coreutils.xml b/chapter08/coreutils.xml
index dfe6d0da5..36d428981 100644
--- a/chapter08/coreutils.xml
+++ b/chapter08/coreutils.xml
@@ -71,7 +71,7 @@ FORCE_UNSAFE_CONFIGURE=1 ./configure \
build system, so the configuration files must
be regenerated. Normally we would use the
-i option to update the standard
- auxilary files, but for this package it does not work because
+ auxiliary files, but for this package it does not work because
configure.ac specified an old gettext
version.
@@ -80,7 +80,7 @@ FORCE_UNSAFE_CONFIGURE=1 ./configure \
automake -af
- The automake auxilary files were not updated by
+ The automake auxiliary files were not updated by
autoreconf due to the missing
-i option. This command updates them
to prevent a build failure.
diff --git a/chapter08/vim.xml b/chapter08/vim.xml
index 6e018ac41..3da3bc4b6 100644
--- a/chapter08/vim.xml
+++ b/chapter08/vim.xml
@@ -80,11 +80,9 @@ sed '/test_glvs/d' -i src/testdir/Make_all.mak
cause issues with the settings of the current terminal (especially while
we are overriding the TERM variable to satisfy some
assumptions of the test suite). The problem can be
- avoided by redirecting the output to a log file as shown above.
-
- Four tests related to GetLatestVimScripts are known to fail in
- the chroot environment because wget or curl are not available to
- download the required test scripts.
+ avoided by redirecting the output to a log file as shown above. A
+ successful test will result in the words ALL
+ DONE in the log file at completion.
Install the package:
diff --git a/chapter10/kernel/kernel.version b/chapter10/kernel/kernel.version
index ff61e1868..d7d9d3fbd 100644
--- a/chapter10/kernel/kernel.version
+++ b/chapter10/kernel/kernel.version
@@ -1 +1 @@
-6.12.1
+6.13.1
diff --git a/chapter10/kernel/systemd.xml b/chapter10/kernel/systemd.xml
index 0525fbd0a..d143f0578 100644
--- a/chapter10/kernel/systemd.xml
+++ b/chapter10/kernel/systemd.xml
@@ -49,7 +49,8 @@
[*] Display a user-friendly message when a kernel panic occurs
... [DRM_PANIC]
(kmsg) Panic screen formatter [DRM_PANIC_SCREEN]
- [*] Enable legacy fbdev support for your modesetting driver
+ Supported DRM clients --->
+ [*] Enable legacy fbdev support for your modesetting driver
... [DRM_FBDEV_EMULATION]
<*> Simple framebuffer driver [DRM_SIMPLEDRM]
Console display driver support --->
diff --git a/chapter10/kernel/sysv.xml b/chapter10/kernel/sysv.xml
index f90164d65..759c3aa49 100644
--- a/chapter10/kernel/sysv.xml
+++ b/chapter10/kernel/sysv.xml
@@ -36,7 +36,8 @@
[*] Display a user-friendly message when a kernel panic occurs
... [DRM_PANIC]
(kmsg) Panic screen formatter [DRM_PANIC_SCREEN]
- [*] Enable legacy fbdev support for your modesetting driver
+ Supported DRM clients --->
+ [*] Enable legacy fbdev support for your modesetting driver
... [DRM_FBDEV_EMULATION]
<*> Simple framebuffer driver [DRM_SIMPLEDRM]
Console display driver support --->
diff --git a/lfs-latest-git.php b/lfs-latest-git.php
index 397f8732a..f189871eb 100644
--- a/lfs-latest-git.php
+++ b/lfs-latest-git.php
@@ -232,7 +232,7 @@ if ( $package == "zstd" ) $dirpath = github("facebook/zstd");
}
if ( $package == "tcl" )
- return find_max( $lines, "/tcl\d/", "/^.*tcl(\d\.[\d\.]*\d)-src.*$/" );
+ return find_max( $lines, "/tcl8/", "/^.*tcl(\d\.[\d\.]*\d)-src.*$/" );
if ( $package == "gmp" )
return find_max( $lines, "/$package/", "/^.*$package-([\d\._]*\d[a-z]?).tar.*$/" );