mirror of
https://github.com/flatcar/scripts.git
synced 2025-11-13 14:41:37 +01:00
The Fusion MPT SCSI storage drivers were missing from the new minimal initrd because they are not together with the other storage driver modules but live in their own "message/fusion/" folder. Add the "message/fusion/" folder to the initrd modules so that we can load the disk. Dependencies will be resolved by dracut-install as needed. Fixes https://github.com/flatcar/Flatcar/issues/1924 Signed-off-by: Kai Lueke <kailuke@microsoft.com>