On Mon, 2004-08-09 at 14:44 +0100, Martin Michlmayr wrote:
> * tbm <[EMAIL PROTECTED]> [2004-08-04 17:41]:
> > * Harald Dunkel <[EMAIL PROTECTED]> [2004-08-02 09:05]:
> > > The problem is that sometimes /proc/scsi does not contain the module
> > > name for my swap device. 'sata_sil' does not appear
* tbm <[EMAIL PROTECTED]> [2004-08-04 17:41]:
> * Harald Dunkel <[EMAIL PROTECTED]> [2004-08-02 09:05]:
> > The problem is that sometimes /proc/scsi does not contain the module
> > name for my swap device. 'sata_sil' does not appear in /proc/scsi. I
> > don't know why its not there, but this is not
#include
* Martin Michlmayr [Wed, Aug 04 2004, 05:42:44PM]:
> Wouldn't it be easier and more reliable for mkinitrd to use
> /proc/modules to get a list of modules to load, e.g. something
> like
>
> for m in $(cat /proc/modules | cut -d\ -f1); do
> if test "$(find /lib/modules/$(uname
>
this sound related.
- Forwarded message from Harald Dunkel <[EMAIL PROTECTED]> -
From: Harald Dunkel <[EMAIL PROTECTED]>
Subject: problem with mkinitrd on AMD64, 2.6.7
Date: Mon, 02 Aug 2004 09:05:20 +0200
To: debian-kernel@lists.debian.org
User-Agent: Mozilla/5.0 (X11; U;
the original story
- Forwarded message from Harald Dunkel <[EMAIL PROTECTED]> -
From: Harald Dunkel <[EMAIL PROTECTED]>
Subject: problem with mkinitrd on AMD64, 2.6.7
Date: Mon, 02 Aug 2004 09:05:20 +0200
To: debian-kernel@lists.debian.org
User-Agent: Mozilla/5.0 (X11; U;
* Harald Dunkel <[EMAIL PROTECTED]> [2004-08-02 09:05]:
> The problem is that sometimes /proc/scsi does not contain the module
> name for my swap device. 'sata_sil' does not appear in /proc/scsi. I
> don't know why its not there, but this is not important. Without
> sata_sil in loadmodules my PC wo
Hi folks,
I've got a problem with loadmodules on the initrd:
AFAICS mkinitrd searches /etc/fstab for the root and the
swap partition. Then it uses the /dev entry for swap (?) to
get a major device number. This number is then mapped to
hardware, i.e. "SCSI" for my SATA controller. Finally it
searche
7 matches
Mail list logo