remove disabling of mdadm assemble dmraid devices

This commit is contained in:
Tobias Powalowski 2023-01-12 19:40:11 +01:00
parent 526425886e
commit 009d053a29
2 changed files with 2 additions and 5 deletions

View file

@ -19,6 +19,7 @@ Environment changes:
- removed bind, dnsmasq, nmap, tcpdump, inetutils, net-tools, b43-fwcutter,
ntp and wireless_tools
- removed xfs_scrub, arpd, archinstall, testdisk, ntfs-3g, python and perl
- removed old and unmaintained dmraid support
- fixed /etc/request-key.d directory addition
- use systemd defaults for shadow, gshadow and passwd
- use system's shells file
@ -35,6 +36,7 @@ setup/quickinst changes:
- reordered manage devices menus
- removed netctl support
- added systemd-networkd, systemd-resolved, iwd support
- removed old and unmaintained dmraid support
- cleaned up mountpoints and btrfs function
- new btrfs configuration implemented, subvolume is now mandatory
- filesystem mounting dialogs redone

View file

@ -4,12 +4,7 @@
build ()
{
add_binary "mdmon"
# add custom archboot mdadm.conf to avoid mdadm handling isw and ddf metadata devices
# which are also covered by dmraid
add_file /etc/mdadm.conf
# disable mdadm for dmraid devices
echo "AUTO -imsm -ddf" >> "$BUILDROOT/etc/mdadm.conf"
add_file "/usr/share/mdadm/mdcheck"
}