Closed
Description
This is triggered by PR #517 which provides the generalisation of work with upgrade/target initramfs during the upgrade. However, the current approach is not good from the point of drivers. It can be possibly done even with the current solution, however it's very prone to do a mistake and difficult. The extension of the current functionality could be quite easy, as we need to add just a possibilty to specify list of strings (drivers) for the --add-driver
option in dracut. We have decided to deliver this functionality separated from the #517 PR to not increase the complexity of the current solution.