Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(mdraid): allow UUID comparison for more than one UUID
If the system provides more than one UUID, the _MD_UUID var contains a line break after each UUID. Therefore the strstr function could not find any UUID, caused by the additional spaces provided to the function. Furthermore this could lead to a boot interruption, because the start of a degraded raid1 won't be executed. So, manual interaction is necessary.
- Loading branch information