From f016dccc89b80d1b733ec4b9f347a2f315e532a2 Mon Sep 17 00:00:00 2001 From: Marc Grimme Date: Thu, 23 Jul 2009 12:19:17 +0200 Subject: [PATCH] 95debug: optionally install the debug tools --- modules.d/95debug/install | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules.d/95debug/install b/modules.d/95debug/install index 4597be8..1597187 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 -- 2.7.4