From 23e0784837971da79ca942963c5909cda23e6d56 Mon Sep 17 00:00:00 2001 From: Michael Prokop Date: Fri, 16 Mar 2007 15:33:59 +0100 Subject: [PATCH] linuxrc: use /static/xargs instead of xargs --- debian/changelog | 1 + linuxrc | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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 -- 2.1.4