From: Michael Gebetsroither Date: Tue, 27 Mar 2007 22:20:08 +0000 (+0200) Subject: linuxrc: trying to fix problem with broken busybox X-Git-Tag: 0.0.1~85 X-Git-Url: http://git.grml.org/?p=grml-live.git;a=commitdiff_plain;h=02ed49faf575ecadbf68c43c6daad9c8fa464a5a linuxrc: trying to fix problem with broken busybox --- 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