From mboxrd@z Thu Jan 1 00:00:00 1970 From: Warren Togami Subject: 90kernel-modules/install should not detect from current system Date: Wed, 20 May 2009 15:38:23 -0400 Message-ID: <4A145C2F.4040202@redhat.com> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: Sender: initramfs-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org List-ID: Content-Type: text/plain; charset="us-ascii"; format="flowed" To: initramfs-u79uwXL29TY76Z2rM5mHXA@public.gmane.org bash-4.0# ./dracut -l -f /boot/initrd-2.6.29.3-140.fc11.i586.img 2.6.29.3-140.fc11.i586 ldd: /proc/8072/exe: No such file or directory ./modules.d/90kernel-modules/install: line 8: /proc/mounts: No such file or directory 58848 blocks #!/bin/bash # FIXME: hard-coded module list of doom. instmods ${modules:-=ata =block sd_mod =fs} # Grab modules for all filesystem types we currently have mounted while read d mp t rest; do instmods "$t" done