summaryrefslogtreecommitdiffstats
path: root/images
diff options
context:
space:
mode:
authorPascal Terjan <pterjan@mandriva.org>2009-10-12 09:11:15 +0000
committerPascal Terjan <pterjan@mandriva.org>2009-10-12 09:11:15 +0000
commit2e28bbd62126ac02844c2e64690135fc1cda5bf5 (patch)
treed8973c89042c9d530668c63de00b28d3bbe7d045 /images
parent5a38e1a681aa7a1e473c6e1ff4d9bc7fa29f069f (diff)
downloaddrakx-backup-do-not-use-2e28bbd62126ac02844c2e64690135fc1cda5bf5.tar
drakx-backup-do-not-use-2e28bbd62126ac02844c2e64690135fc1cda5bf5.tar.gz
drakx-backup-do-not-use-2e28bbd62126ac02844c2e64690135fc1cda5bf5.tar.bz2
drakx-backup-do-not-use-2e28bbd62126ac02844c2e64690135fc1cda5bf5.tar.xz
drakx-backup-do-not-use-2e28bbd62126ac02844c2e64690135fc1cda5bf5.zip
fix firmware again
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";
};