Commit dbaa2f94 authored by Anton Midyukov's avatar Anton Midyukov

install2: cleanup udev/rules.d/64-md-raid-assembly.rules

evms fails to stop a RAID if a RAID is removed and a new one is created in its place. The problem appeared after we added mdadm to altinst. Reported by mcpain@ NOTE: The problem is not observed in live. Either something is removed from altinst, or something is not installed.
parent 2451a17c
......@@ -12,6 +12,9 @@ rm -rf /usr/lib*/vdpau/ /usr/lib*/libXv*
# evms modules; see http://evms.sourceforge.net/user_guide/
rm -f /lib*/evms/*/{bbr,csm,drivelink,ogfs,replace,snapshot}*
# evms will assemble arrays on its own
rm -f /lib/udev/rules.d/64-md-raid-assembly.rules
# unneeded kernel modules
### some of these removals belong to a purge grade script
### TODO: mostly scsi-less and net-less cleanup for antique
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment