Commit d691efa5 authored by Dmitriy Terekhin's avatar Dmitriy Terekhin Committed by Anton Midyukov

install2: Don't cleanup /lib/modules/*/kernel/arch

RAID[456] does not work on aarch64 without the /lib/modules/*/kernel/arch/arm64/lib/xor-neon.ko.xz dmesg: xor: Unknown symbol xor_block_inner_neon (err -2) md: personality for level 5 is not loaded!
parent 4e9bb112
......@@ -24,7 +24,6 @@ if [ -n "$GLOBAL_INSTALL2_CLEANUP_KDRIVERS" ]; then
fi
## static part
rm -rf /lib/modules/*/kernel/arch
rm -rf /lib/modules/*/kernel/drivers/atm
rm -rf /lib/modules/*/kernel/drivers/bluetooth
rm -rf /lib/modules/*/kernel/drivers/char/{ipmi,hw_random,mwave,tpm}
......
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