bb76751d8a
- Rediff patches to match git repository - 95fcoe: Check for FCoE devices prior to binaries * Modify 0055-95fcoe-Only-install-fcoe-module-if-required.patch - 99base: Install chown instead of chgrp * Modify 0052-99base-Add-chown-binary.patch - 95iscsi: do not try to detect iSCSI firmware during booting; should be handled via commandline parameter * Modify 0030-95iscsi-Autodetect-iSCSI-firmware.patch - Rename patch: * old: 0051-mkinitrd-suse-add-update-booloader-message.patch new: 0051-mkinitrd-suse-add-update-bootloader-message.patch OBS-URL: https://build.opensuse.org/request/show/236229 OBS-URL: https://build.opensuse.org/package/show/Base:System/dracut?expand=0&rev=157
28 lines
855 B
Diff
28 lines
855 B
Diff
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
|
|
|
|
Signed-off-by: Thomas Renninger <trenn@suse.de>
|
|
---
|
|
modules.d/95debug/module-setup.sh | 3 +--
|
|
1 file changed, 1 insertion(+), 2 deletions(-)
|
|
|
|
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
|
|
@@ -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
|
|
-
|
|
}
|
|
|
|
--
|
|
1.8.4.5
|
|
|