From 02ed49faf575ecadbf68c43c6daad9c8fa464a5a Mon Sep 17 00:00:00 2001 From: Michael Gebetsroither Date: Wed, 28 Mar 2007 00:20:08 +0200 Subject: [PATCH] linuxrc: trying to fix problem with broken busybox --- rewrite/linuxrc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/rewrite/linuxrc b/rewrite/linuxrc index 48b2aa9..bc81d85 100644 --- a/rewrite/linuxrc +++ b/rewrite/linuxrc @@ -531,8 +531,9 @@ if [ -n "$NFS" ]; then done } # modules.alias and modules.dep are in place so USE IT :)! - modLoad "$(for x in $(find /sys/devices/ -name modalias); do grep pci: $x; done |/static/xargs)" - + find /sys/devices/ -name modalias |/static/xargs -r /static/grep -h pci: |while read i; do + modLoad "$i" + done # loading additional modules modLoad sunrpc lockd af_packet nfs -- 2.1.4