Open prajnoha opened 3 years ago
This is the gperf
definition (from which the hash with mappings from blkid type to SID module is created) so that's the thing we need to be in sync with blkid
upstream: https://github.com/sid-project/sid/blob/46f07e87b9b32b6bb3b251a0e088fbcc33bea8d1/src/modules/ucmd/block/blkid/blkid-type-mapper.gperf
Add check whether
blkid
block ucmd module covers all types that currentblkid
tool/libbblkid
is able to detect and warn if it's not in sync. This could be made a part of CI tests.