From 88347b5116ac743ef3e64cc2fe229b01561f8a75 Mon Sep 17 00:00:00 2001 From: Tobias Powalowski Date: Tue, 13 Aug 2013 08:15:50 +0200 Subject: [PATCH] revert mdadm_udev dmraid hack --- usr/lib/initcpio/hooks/arch_mdadm | 2 -- usr/lib/initcpio/install/arch_mdadm | 2 -- 2 files changed, 4 deletions(-) diff --git a/usr/lib/initcpio/hooks/arch_mdadm b/usr/lib/initcpio/hooks/arch_mdadm index 637319172..0d364cdd4 100644 --- a/usr/lib/initcpio/hooks/arch_mdadm +++ b/usr/lib/initcpio/hooks/arch_mdadm @@ -45,6 +45,4 @@ run_hook () else msg ":: Skipping already run by arch_root_advanced hook..." fi - ### HACK: allow udev assembly again! - rm /etc/udev/rules.d/64-md-raid-assembly.rules } \ No newline at end of file diff --git a/usr/lib/initcpio/install/arch_mdadm b/usr/lib/initcpio/install/arch_mdadm index 819ff7da3..7a8c29c5f 100644 --- a/usr/lib/initcpio/install/arch_mdadm +++ b/usr/lib/initcpio/install/arch_mdadm @@ -7,8 +7,6 @@ build () add_binary "mdassemble" add_binary "mdadm" add_binary "mdmon" - ### HACK stop assembling of dmraid devices before dmraid was called! - add_symlink "/etc/udev/rules.d/64-md-raid-assembly.rules" "/dev/null" # check if a custom mdadm.conf exists if grep -q ^ARRAY /etc/mdadm.conf; then echo "Custom /etc/mdadm.conf file will be used in initramfs for assembling arrays."