Bug#256113: problem with mkinitrd on AMD64, 2.6.7

2004-08-09 Thread Andres Salomon
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

Bug#256113: problem with mkinitrd on AMD64, 2.6.7

2004-08-09 Thread Martin Michlmayr
* 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

Bug#263169: [harald.dunkel@t-online.de: problem with mkinitrd on AMD64, 2.6.7]

2004-08-06 Thread Eduard Bloch
#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 >

Bug#256113: [harald.dunkel@t-online.de: problem with mkinitrd on AMD64, 2.6.7]

2004-08-04 Thread Martin Michlmayr
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;

Bug#263169: [harald.dunkel@t-online.de: problem with mkinitrd on AMD64, 2.6.7]

2004-08-04 Thread Martin Michlmayr
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;

Re: problem with mkinitrd on AMD64, 2.6.7

2004-08-04 Thread Martin Michlmayr
* 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

problem with mkinitrd on AMD64, 2.6.7

2004-08-02 Thread Harald Dunkel
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