dracut/0122-btrfs-btrfs-dump-super-and-btrfs-select-super-do-not.patch
Robert Milasan 5d2771c238 Accepting request 241711 from home:hreinecke:branches:Base:System
- mkinitrd-suse.sh: Bail out with exit 1 if initrd cannot be generated
  (bnc#886630)
  * Add: 0120-mkinitrd-suse.sh-Bail-out-with-exit-1-if-initrd-cann.patch
- Adjust initramfs-$kernel.img to SUSE default: initrd-$kernel
  (bnc#882306)
  * Add: 0121-Adjust-initramfs-kernel.img-to-SUSE-default-initrd-k.patch
- btrfs: btrfs-dump-super and btrfs-select-super do not exist
  (bnc#886883)
  * Add: 0122-btrfs-btrfs-dump-super-and-btrfs-select-super-do-not.patch
- 95zfcp_rules: fix typo in module_setup (bnc#887582)
  * Add: 0123-95zfcp_rules-fix-typo-in-module_setup.patch
- 40network: Update iBFT scanning code to handle IPv6 (bnc#887542)
  * Add: 0124-40network-Update-iBFT-scanning-code-to-handle-IPv6.patch
- 40network: separate 'mask' and 'prefix' (bnc#887542)
  * Add: 0125-40network-separate-mask-and-prefix.patch
- 01fips: Add drbg module to force loaded modules (bnc#875855)
  * Add: 0126-01fips-Add-drbg-module-to-force-loaded-modules.patch

OBS-URL: https://build.opensuse.org/request/show/241711
OBS-URL: https://build.opensuse.org/package/show/Base:System/dracut?expand=0&rev=174
2014-07-21 12:41:52 +00:00

33 lines
1.0 KiB
Diff

From e71e3590c953a02ee1696141ac2f48aa521e7087 Mon Sep 17 00:00:00 2001
From: Thomas Renninger <trenn@suse.de>
Date: Thu, 17 Jul 2014 11:23:31 +0200
Subject: btrfs: btrfs-dump-super and btrfs-select-super do not exist
I could not find these binaries and as they seem to be very specific
btrfs rescue tools only, better remove them again.
bnc#886883
Signed-off-by: Thomas Renninger <trenn@suse.de>
---
modules.d/90btrfs/module-setup.sh | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/modules.d/90btrfs/module-setup.sh b/modules.d/90btrfs/module-setup.sh
index d76e767..5598f32 100755
--- a/modules.d/90btrfs/module-setup.sh
+++ b/modules.d/90btrfs/module-setup.sh
@@ -47,7 +47,7 @@ install() {
fi
# rescue utilities
- inst_multiple btrfs-zero-log btrfs-image btrfs-dump-super
- inst_multiple btrfs-debug-tree mkfs.btrfs btrfstune btrfs-select-super
+ inst_multiple btrfs-zero-log btrfs-image btrfs-debug-tree \
+ mkfs.btrfs btrfstune
inst $(command -v btrfs) /sbin/btrfs
}
--
1.8.4.5