Skip to content

Use partition name by label in service file

Denis Pynkin requested to merge wip/d4s/by-label into apertis/v2021dev2

Using device naming by partlabel is available only for GPT partitoning which prevents from correct udisks2.service startup and leads to huge delay during the boot on disks with DOS partitioning. Usage of /dev/disk/by-label/general_storage allows to correctly mount general_storage both on disks with GPT and DOS partitioning.

Merge request reports