From: Marc Grimme Date: Thu, 23 Jul 2009 10:19:17 +0000 (+0200) Subject: 95debug: optionally install the debug tools X-Git-Tag: 0.7~22 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f016dccc89b80d1b733ec4b9f347a2f315e532a2;p=thirdparty%2Fdracut.git 95debug: optionally install the debug tools --- diff --git a/modules.d/95debug/install b/modules.d/95debug/install index 4597be868..15971873a 100755 --- a/modules.d/95debug/install +++ b/modules.d/95debug/install @@ -1,3 +1,3 @@ #!/bin/bash -dracut_install ps grep more cat rm strace free showmount -dracut_install ping netstat rpcinfo +dracut_install -o ps grep more cat rm strace free showmount +dracut_install -o ping netstat rpcinfo