From b34c6140c466f02b554d178b37482d1dc94aba31 Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Wed, 16 May 2012 22:12:42 +0000 Subject: add modules.order and modules.builtin in initrd --- images/NEWS | 2 ++ images/make_boot_img | 2 ++ 2 files changed, 4 insertions(+) diff --git a/images/NEWS b/images/NEWS index 99bd44eb1..ab2d650ba 100644 --- a/images/NEWS +++ b/images/NEWS @@ -1,3 +1,5 @@ +- add modules.order and modules.builtin in initrd + Version 1.74 - 5 April 2012 by Thierry Vignaud - include "fuse" module (mga#5685) diff --git a/images/make_boot_img b/images/make_boot_img index 935d44e1e..a31a01b6f 100755 --- a/images/make_boot_img +++ b/images/make_boot_img @@ -202,6 +202,8 @@ fi my $modz = "all.kernels$I/$ext"; mkdir_p("$tmp_initrd/modules/$ext"); __ "tar xC $tmp_initrd/modules/$ext -f $modz/${type}_modules.tar"; + _ "cp -f $modz/modules.$_ $tmp_initrd/modules/$ext" foreach qw(order builtin); + substInFile { s,.*/,, } "$tmp_initrd/modules/$ext/modules.order"; _ "depmod -b $tmp_initrd $ext"; # depmod keeps only available modules in modules.alias, but we want them all _ "cp -f $modz/modules.alias $modz/modules.description $tmp_initrd/modules/$ext"; -- cgit v1.2.1 From 609703db7a02873edf216448d5515351e397a8f0 Mon Sep 17 00:00:00 2001 From: Thomas Backlund Date: Wed, 16 May 2012 22:17:40 +0000 Subject: 1.75 --- images/Makefile | 2 +- images/NEWS | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/images/Makefile b/images/Makefile index e75671831..8ee7d1dc8 100644 --- a/images/Makefile +++ b/images/Makefile @@ -1,6 +1,6 @@ include ../Makefile.config -VERSION=1.74 +VERSION=1.75 PRODUCT=drakx-installer-images KERNELS=$(shell rpm -qf /lib/modules/3.*) diff --git a/images/NEWS b/images/NEWS index ab2d650ba..a7c4f2855 100644 --- a/images/NEWS +++ b/images/NEWS @@ -1,3 +1,5 @@ +Version 1.75 - 17 May 2012 by Thomas Backlund + - add modules.order and modules.builtin in initrd Version 1.74 - 5 April 2012 by Thierry Vignaud -- cgit v1.2.1 From 230a1313cec8798ea39f018ebf6b3058692a6f39 Mon Sep 17 00:00:00 2001 From: Thomas Backlund Date: Wed, 16 May 2012 22:18:16 +0000 Subject: fix date on 1.74 --- images/NEWS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/images/NEWS b/images/NEWS index a7c4f2855..bbed45d11 100644 --- a/images/NEWS +++ b/images/NEWS @@ -2,7 +2,7 @@ Version 1.75 - 17 May 2012 by Thomas Backlund - add modules.order and modules.builtin in initrd -Version 1.74 - 5 April 2012 by Thierry Vignaud +Version 1.74 - 13 May 2012 by Thierry Vignaud - include "fuse" module (mga#5685) -- cgit v1.2.1