summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--images/NEWS2
-rwxr-xr-ximages/make_boot_img2
2 files changed, 3 insertions, 1 deletions
diff --git a/images/NEWS b/images/NEWS
index 68124cf53..69baf1400 100644
--- a/images/NEWS
+++ b/images/NEWS
@@ -1,3 +1,5 @@
+- add /lib/module-init-tools/ldetect-lst-modules.alias
+
Version 1.21 - 7 September 2007, by Olivier "blino" Blin
- add jmicron driver
diff --git a/images/make_boot_img b/images/make_boot_img
index 706835bef..6dffe41f2 100755
--- a/images/make_boot_img
+++ b/images/make_boot_img
@@ -153,7 +153,7 @@ sub initrd {
_ "install -D /usr/share/ldetect-lst/$_.gz $tmp_initrd/usr/share/ldetect-lst/$_.gz";
}
_ "install -D /usr/share/pci.ids $tmp_initrd/usr/share/pci.ids";
- foreach (glob("/usr/share/ldetect-lst/*-modules.alias")) {
+ foreach (glob("/usr/share/ldetect-lst/*-modules.alias"), "/lib/module-init-tools/ldetect-lst-modules.alias") {
_ "install -D $_ $tmp_initrd$_";
}