diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index b40dbc49e..86d23f696 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -38,6 +38,11 @@ July 15, 2006 + + [bdubbs] - Added a patch to module-init-tools to + correct a possible problem when aliesa are specified with + regular expressions. + [bdubbs] - Updated the kernel to version 2.6.16.26. diff --git a/chapter03/patches.xml b/chapter03/patches.xml index ec6ee71aa..040bb8962 100644 --- a/chapter03/patches.xml +++ b/chapter03/patches.xml @@ -178,6 +178,14 @@ + + Module-init-tools Patch - &module-init-modprobe-patch-size;: + + Download: + MD5 sum: &module-init-modprobe-patch-md5; + + + Ncurses Fixes Patch - &ncurses-fixes-patch-size;: diff --git a/chapter06/module-init-tools.xml b/chapter06/module-init-tools.xml index 2b7edc306..728317c56 100644 --- a/chapter06/module-init-tools.xml +++ b/chapter06/module-init-tools.xml @@ -35,6 +35,11 @@ Installation of Module-Init-Tools + First correct a potential problem when modules are specified + using regular expressions: + +patch -Np1 -i ../module-init-tools-&module-init-tools-version;-modeprobe-1.patch + Issue the following commands to perform the tests (note that the make distclean command is required to clean up the source tree, as the source gets recompiled as part of the testing process): diff --git a/packages.ent b/packages.ent index a9b6ec5d4..ab53911b4 100644 --- a/packages.ent +++ b/packages.ent @@ -281,7 +281,7 @@ - + @@ -493,7 +493,8 @@ - + + diff --git a/patches.ent b/patches.ent index f77c8cb05..7aaaa6c9b 100644 --- a/patches.ent +++ b/patches.ent @@ -95,12 +95,13 @@ + + + - -