Skip to content

add blkid method for uuid

Jelle van der Waa requested to merge github/fork/ElFronthe/master into master

Created by: ElFronthe

Hello, using this script, we periodically encountered the problem that "uuid" was not defined on some sections. In the process of studying the problem, it became clear that partition have uuid, but lsblk cannot determine it and gives an empty string. At the same time, BLKID handles uuid detection, I suggest adding BLKID as a fallback way to get uuid to minimize situations when uuid is present but cannot be detected.

Merge request reports