summaryrefslogtreecommitdiffstats
path: root/images
diff options
context:
space:
mode:
Diffstat (limited to 'images')
-rw-r--r--images/Makefile2
-rw-r--r--images/NEWS4
-rwxr-xr-ximages/make_boot_img2
3 files changed, 6 insertions, 2 deletions
diff --git a/images/Makefile b/images/Makefile
index 17a8380c0..e6c1c1eb2 100644
--- a/images/Makefile
+++ b/images/Makefile
@@ -1,6 +1,6 @@
include ../Makefile.config
-VERSION=1.44
+VERSION=1.45
PRODUCT=drakx-installer-images
KERNELS=$(shell rpm -qf /lib/modules/2.*)
diff --git a/images/NEWS b/images/NEWS
index ca15cb456..27a4dd4de 100644
--- a/images/NEWS
+++ b/images/NEWS
@@ -1,3 +1,7 @@
+Version 1.45 - 12 October 2009, by Thierry Vignaud
+
+- fix firmware again
+
Version 1.44 - 6 October 2009, by Thierry Vignaud
- do not do anything anymore with bootsplash.cfg
diff --git a/images/make_boot_img b/images/make_boot_img
index c0159b103..e7f1fcb4c 100755
--- a/images/make_boot_img
+++ b/images/make_boot_img
@@ -160,7 +160,7 @@ sub initrd {
}
foreach my $firm (glob_("all.kernels$I/$ext/firmware/*")) {
my $dest=$firm;
- $dest =~ s|all.kernels$I/$ext/firmware/||;
+ $dest =~ s|all.kernels$I/$ext/||;
_ "cp -a $firm $tmp_initrd/$dest";
};