From 3b04821b81b3115bc5ac228ccc3c6f8786991f31 Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Tue, 12 Feb 2008 15:34:56 +0000 Subject: restore full modules.alias (depmod keeps only available modules in modules.alias, but we want them all) --- images/NEWS | 3 +++ images/make_boot_img | 3 ++- 2 files changed, 5 insertions(+), 1 deletion(-) (limited to 'images') diff --git a/images/NEWS b/images/NEWS index 06b1ac316..ad4a509b9 100644 --- a/images/NEWS +++ b/images/NEWS @@ -1,3 +1,6 @@ +- restore full modules.alias (depmod keeps only available modules in + modules.alias, but we want them all) + Version 1.27 - 12 February 2008, by Olivier "blino" Blin - add modules in /modules/`uname -r` and use depmod to build diff --git a/images/make_boot_img b/images/make_boot_img index 27527ab49..0a89a8262 100755 --- a/images/make_boot_img +++ b/images/make_boot_img @@ -172,7 +172,8 @@ sub initrd { mkdir_p("$tmp_initrd/modules/$ext"); __ "tar xC $tmp_initrd/modules/$ext -f $modz/${type}_modules.tar"; _ "depmod -b $tmp_initrd $ext"; - _ "cp -f $modz/modules.description $tmp_initrd/modules/$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"; } # ka deploy need some files in all.rdz { -- cgit v1.2.1