Bug#588452: softdep modules not included in initramfs when MODULES=dep is specified

2010-07-08 Thread Stephen Powell
Package: initramfs-tools Version: 0.97 softdep modules are not included in the initial RAM file system when MODULES=dep is specified. Here's an example from the s390 architecture: /etc/modprobe.d/dasd.conf: options dasd_mod dasd=0.0.0200(diag),0.0.0201,0.0.0202-0.0.0203(diag) softdep

Bug#588452: softdep modules not included in initramfs when MODULES=dep is specified

2010-07-08 Thread Michael Prokop
* Stephen Powell zlinux...@wowway.com [Thu Jul 08, 2010 at 10:53:20AM -0400]: softdep modules are not included in the initial RAM file system when MODULES=dep is specified. Here's an example from the s390 architecture: /etc/modprobe.d/dasd.conf: options dasd_mod

Bug#588452: softdep modules not included in initramfs when MODULES=dep is specified

2010-07-08 Thread Stephen Powell
On Thu, 08 Jul 2010 12:03:39 -0400 (EDT), Michael Prokop wrote: For MODULES=dep we use modprobe as interface to detect dependencies. To display the dependencies of dasd_eckd_mod you could run: modprobe --set-version=$(uname -r) --ignore-install --quiet --show-depends dasd_eckd_mod | awk