From 2e28bbd62126ac02844c2e64690135fc1cda5bf5 Mon Sep 17 00:00:00 2001 From: Pascal Terjan Date: Mon, 12 Oct 2009 09:11:15 +0000 Subject: fix firmware again --- images/Makefile | 2 +- images/NEWS | 4 ++++ images/make_boot_img | 2 +- 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"; }; -- cgit v1.2.1