Skip to content

Commit

Permalink
dracut: Remove 'linear' from modules to load
Browse files Browse the repository at this point in the history
The md-linear module is deprecated and will be removed in the
future releases.

Resolves: RHEL-33812
  • Loading branch information
vojtechtrefny authored and KKoukiou committed Sep 20, 2024
1 parent 5bcaa58 commit a73493b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dracut/anaconda-modprobe.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ if [ "$ARCH" = "ppc" ]; then
MODULE_LIST+=" spufs "
fi

MODULE_LIST+=" raid0 raid1 raid5 raid6 raid456 raid10 linear dm-mod dm-zero \
MODULE_LIST+=" raid0 raid1 raid5 raid6 raid456 raid10 dm-mod dm-zero \
dm-mirror dm-snapshot dm-multipath dm-round-robin dm-crypt cbc \
sha256 lrw xts "

Expand Down

0 comments on commit a73493b

Please sign in to comment.