2014-06-07 05:11:38 +00:00
|
|
|
From 753046ce937389b99431870c531dcc862323d660 Mon Sep 17 00:00:00 2001
|
|
|
|
From: Hannes Reinecke <hare@suse.de>
|
|
|
|
Date: Mon, 2 Jun 2014 14:43:16 +0200
|
|
|
|
Subject: [PATCH] Add 'find' to debug binaries
|
2014-05-28 16:30:59 +00:00
|
|
|
|
|
|
|
Signed-off-by: Thomas Renninger <trenn@suse.de>
|
2014-06-07 05:11:38 +00:00
|
|
|
---
|
|
|
|
modules.d/95debug/module-setup.sh | 3 +--
|
|
|
|
1 file changed, 1 insertion(+), 2 deletions(-)
|
2014-05-28 16:30:59 +00:00
|
|
|
|
2014-06-07 05:11:38 +00:00
|
|
|
diff --git a/modules.d/95debug/module-setup.sh b/modules.d/95debug/module-setup.sh
|
|
|
|
index 88de833..1891fa8 100755
|
|
|
|
--- a/modules.d/95debug/module-setup.sh
|
|
|
|
+++ b/modules.d/95debug/module-setup.sh
|
2014-05-28 16:30:59 +00:00
|
|
|
@@ -16,8 +16,7 @@ depends() {
|
|
|
|
# called by dracut
|
|
|
|
install() {
|
|
|
|
inst_multiple -o ps grep more cat rm strace free showmount \
|
|
|
|
- ping netstat rpcinfo vi scp ping6 ssh \
|
|
|
|
+ ping netstat rpcinfo vi scp ping6 ssh find \
|
|
|
|
fsck fsck.ext2 fsck.ext4 fsck.ext3 fsck.ext4dev fsck.vfat e2fsck
|
|
|
|
-
|
|
|
|
}
|
|
|
|
|
2014-06-07 05:11:38 +00:00
|
|
|
--
|
|
|
|
1.8.4.5
|
|
|
|
|