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

Bug#337318: marked as done (initramfs-tools: No way to specify module options for initramfs)



Your message dated Tue, 13 Dec 2005 07:02:03 -0800
with message-id <E1EmBfH-0003st-Se@spohr.debian.org>
and subject line Bug#337318: fixed in initramfs-tools 0.44
has caused the attached Bug report 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 I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--------------------------------------
Received: (at submit) by bugs.debian.org; 3 Nov 2005 20:56:36 +0000
>From mwilck@arcor.de Thu Nov 03 12:56:36 2005
Return-path: <mwilck@arcor.de>
Received: from mail-in-01.arcor-online.net [151.189.21.41] 
	by spohr.debian.org with esmtp (Exim 3.36 1 (Debian))
	id 1EXm8S-0004V0-00; Thu, 03 Nov 2005 12:56:36 -0800
Received: from mail-in-05-z2.arcor-online.net (mail-in-05-z2.arcor-online.net [151.189.8.17])
	by mail-in-01.arcor-online.net (Postfix) with ESMTP id DD84F4C72C
	for <submit@bugs.debian.org>; Thu,  3 Nov 2005 21:56:34 +0100 (CET)
Received: from mail-in-01.arcor-online.net (mail-in-01.arcor-online.net [151.189.21.41])
	by mail-in-05-z2.arcor-online.net (Postfix) with ESMTP id CF0D311484F;
	Thu,  3 Nov 2005 21:56:34 +0100 (CET)
Received: from athene.mittagstun.de (dslb-084-061-004-255.pools.arcor-ip.net [84.61.4.255])
	(Authenticated sender: mwilck@arcor.de)
	by mail-in-01.arcor-online.net (Postfix) with ESMTP id 74ED74C72C;
	Thu,  3 Nov 2005 21:56:34 +0100 (CET)
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
From: Martin Wilck <mwilck@arcor.de>
To: Debian Bug Tracking System <submit@bugs.debian.org>
Subject: initramfs-tools: No way to specify module options for initramfs
X-Mailer: reportbug 3.17
Date: Thu, 03 Nov 2005 22:06:17 +0100
Message-Id: <20051103205634.74ED74C72C@mail-in-01.arcor-online.net>
Delivered-To: submit@bugs.debian.org
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
	(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Level: 
X-Spam-Status: No, hits=-5.5 required=4.0 tests=BAYES_00,HAS_PACKAGE,
	HTML_10_20,HTML_MESSAGE autolearn=no 
	version=2.60-bugs.debian.org_2005_01_02

Package: initramfs-tools
Version: 0.37
Severity: normal
Tags: patch

mkinitramfs does not copy the /etc/modprobe.d hierarchy to the initial
ramfs. This means that vital module options cannot be passed to the
initramfs system. For my laptop I need the line "options libata atapi_enabled=1"
to be able to use my CD drive.

For other systems (e.g. fibre channel with persistent binding) the
problems will be more severe.

Currently I am using a hook script in /etc/mkinitramfs/hooks to work
around this problem:

<script>
#!/bin/sh

PREREQ=""

prereqs()
{
        echo "$PREREQ"
}

case $1 in
prereqs)
        prereqs
        exit 0
        ;;
esac

cd /etc/modprobe.d

mkdir -p ${DESTDIR}/etc/modprobe.d
find . -depth | cpio -pdmu ${DESTDIR}/etc/modprobe.d 2>/dev/null
</script>

However I believe this should either be done by default in mkinitramfs,
or a script like mine should be part of the mkinitramfs package. I don't
see how doing this could do any harm.

-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'stable'), (50, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.14-rc5-mw
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)

Versions of packages initramfs-tools depends on:
ii  busybox                       1:1.01-3   Tiny utilities for small and embed
ii  cpio                          2.6-8      GNU cpio -- a program to manage ar
ii  klibc-utils                   1.1.1-2    small statically-linked utilities 
ii  mklibs-copy                   0.1.18     Shared library reduction script
ii  udev                          0.071-1    /dev/ and hotplug management daemo

initramfs-tools recommends no packages.

-- no debconf information

---------------------------------------
Received: (at 337318-close) by bugs.debian.org; 13 Dec 2005 15:11:05 +0000
>From katie@ftp-master.debian.org Tue Dec 13 07:11:05 2005
Return-path: <katie@ftp-master.debian.org>
Received: from katie by spohr.debian.org with local (Exim 4.50)
	id 1EmBfH-0003st-Se; Tue, 13 Dec 2005 07:02:03 -0800
From: maximilian attems <maks@sternwelten.at>
To: 337318-close@bugs.debian.org
X-Katie: $Revision: 1.60 $
Subject: Bug#337318: fixed in initramfs-tools 0.44
Message-Id: <E1EmBfH-0003st-Se@spohr.debian.org>
Sender: Archive Administrator <katie@ftp-master.debian.org>
Date: Tue, 13 Dec 2005 07:02:03 -0800
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
	(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Level: 
X-Spam-Status: No, hits=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER 
	autolearn=no version=2.60-bugs.debian.org_2005_01_02
X-CrossAssassin-Score: 4

Source: initramfs-tools
Source-Version: 0.44

We believe that the bug you reported is fixed in the latest version of
initramfs-tools, which is due to be installed in the Debian FTP archive:

initramfs-tools_0.44.dsc
  to pool/main/i/initramfs-tools/initramfs-tools_0.44.dsc
initramfs-tools_0.44.tar.gz
  to pool/main/i/initramfs-tools/initramfs-tools_0.44.tar.gz
initramfs-tools_0.44_all.deb
  to pool/main/i/initramfs-tools/initramfs-tools_0.44_all.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 337318@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
maximilian attems <maks@sternwelten.at> (supplier of updated initramfs-tools package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmaster@debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.7
Date: Mon, 12 Dec 2005 11:22:15 +0100
Source: initramfs-tools
Binary: initramfs-tools
Architecture: source all
Version: 0.44
Distribution: unstable
Urgency: high
Maintainer: Debian kernel team <debian-kernel@lists.debian.org>
Changed-By: maximilian attems <maks@sternwelten.at>
Description: 
 initramfs-tools - tools for generating an initramfs
Closes: 337318 337575 339091 342153
Changes: 
 initramfs-tools (0.44) unstable; urgency=high
 .
   "O partigiano portami via"
 .
   * Urgency high upload to stay in sync with udev for testing.
 .
   * initramfs.conf: Fix wording choice for resume option. (Closes: #337575)
 .
   * hooks/kernelextras: Really fix #335505.
     Don't expand wildcase to current dir. (Closes: #342153)
 .
   * Add initramfs-tools.8 describing how the hooks of initramfs-tools work
     and how to use them. Thanks David Härdeman <david@2gen.com> for the patch.
     (Closes: #339091)
 .
   * initramfs.conf.5,  mkinitramfs.8, update-initramfs.8: Update
     cross-references of the different manpages.
 .
   * TODO: update to current state.
 .
   * scripts/functions: remove old duplicate suspend support.
 .
   * Sync with 0.40ubuntu8. (Closes: #337318)
     - Revert the modprobe changes for now as modules-init-tools of
       testing doesn't have yet the wanted interface.
Files: 
 ad3a7d99c2f1bf642597619e3d384fc3 629 utils optional initramfs-tools_0.44.dsc
 601caa5562865bd640a2f31d2d9f4088 29817 utils optional initramfs-tools_0.44.tar.gz
 361683cfdf6399f86e3679431a0f8795 34724 utils optional initramfs-tools_0.44_all.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2 (GNU/Linux)

iD8DBQFDnuDy5M5hmdCYCpkRApNkAKCVcy/w7kAJknD9DWzUACKr+45dtgCgrBuh
SENRVtSGXlW78i9xXealUf4=
=g3Nb
-----END PGP SIGNATURE-----



Reply to: