[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#285326: marked as done (modules.*map files on initrd don't match the included modules)



Your message dated Mon, 05 May 2008 10:23:24 +0200
with message-id <1209975804.892030.28727.nullmailer@xanadu.blop.info>
and subject line initrd-tools has been removed from Debian, closing #285326
has caused the Debian Bug report #285326,
regarding modules.*map files on initrd don't match the included modules
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
285326: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=285326
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: initrd-tools
Version: 0.1.75

The modules.*map included on the initrd.img list a lot
of unavailable modules.

Below you can find a patch for mkinitrd.


Regards

Harri
--- mkinitrd.bak	2004-11-15 04:57:29.000000000 +0100
+++ mkinitrd	2004-12-12 15:58:52.927519040 +0100
@@ -829,8 +829,6 @@
 }
 
 add_modules_dep() {
-	find "$MODULEDIR/" -maxdepth 1 -name 'modules.*'
-
 	if [ $oldstyle ] && [ $oldkernel ]; then
 		add_modules_dep_2_4
 		return
@@ -1037,7 +1035,6 @@
 			add_modules_dep
 			;;
 		none)
-			find "$MODULEDIR/" -maxdepth 1 -name 'modules.*'
 			;;
 		esac
 
@@ -1115,6 +1112,7 @@
 		fi
 	} > tmp3
 	< tmp3 sort -u | cpio -pLd --quiet initrd
+	depmod -b $dir/initrd -v $VERSION
 
 	ln -sf ${shell##*/} initrd/bin/sh
 	if ! [ -h initrd/bin/echo ]; then

Attachment: signature.asc
Description: OpenPGP digital signature


--- End Message ---
--- Begin Message ---
Version: 0.1.84.2+rm

The initrd-tools package has been removed from Debian testing, unstable and
experimental, so I am now closing the bugs that were still opened
against it.

For more information about this package's removal, read
http://bugs.debian.org/393092 . That bug might give the reasons why
this package was removed, and suggestions of possible replacements.

Don't hesitate to reply to this mail if you have any question.

Thank you for your contribution to Debian.
-- 
Lucas


--- End Message ---

Reply to: