From: Michael Prokop Date: Fri, 16 Mar 2007 14:33:59 +0000 (+0100) Subject: linuxrc: use /static/xargs instead of xargs X-Git-Tag: 0.83~1 X-Git-Url: https://git.grml.org/?a=commitdiff_plain;h=23e0784837971da79ca942963c5909cda23e6d56;hp=3e8c788ea8c40ac8e705b30eaa4fad9e45a18e43;p=grml-terminalserver.git linuxrc: use /static/xargs instead of xargs --- diff --git a/debian/changelog b/debian/changelog index 4dc5795..6ac177c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -5,6 +5,7 @@ grml-terminalserver (0.83) unstable; urgency=low * merge linuxrc from outside of terminalserver, some fixes and updates for current version of busybox (using busybox-1.4.1 now) + * linuxrc: use /static/xargs instead of xargs * grml-terminalserver-config: do not copy udhcpc anymore [ Michael Gebetsroither ] diff --git a/linuxrc b/linuxrc index 98d5572..0f76c88 100755 --- a/linuxrc +++ b/linuxrc @@ -534,7 +534,7 @@ 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 |xargs)" + modLoad "$(for x in $(find /sys/devices/ -name modalias); do grep pci: $x; done |/static/xargs)" # loading additional modules modLoad sunrpc lockd af_packet nfs