anatol/booster

RFE: support more blkid identifiers

Closed this issue · 1 comments

Booster currently supports identifying root fs with UUID, but it could be improved to use a variety of identifiers.

Looking around, systemd's fstab-generator supports LABEL, UUID, PARTUUID, and PARTLABEL. Support for those four would be great.

Linux also supports PARTUUID/PARTNROFF among others, which could be useful.

Also, paths from /dev/disk/by-* are also currently not supported, would be nice if it did.