Skip to content
Snippets Groups Projects
Commit 380ce9dd authored by Peter Senna Tschudin's avatar Peter Senna Tschudin
Browse files

Use PARTLABEL instead of LABEL


Using a label on the partition instead of on the file system has the
advantage of decoupling the label information from the file system which
will persist even to formatting the file system for example. Using
PARTLABEL is in general a more robust approach.

This patch also replaces `e2label` by `lsblk` as the former does not
require root permissions and also produces json output making it more
reliable to parse.

Signed-off-by: default avatarPeter Senna Tschudin <peter.senna@collabora.com>
parent bb6d374c
Branches apertis/v2025dev1
Tags apertis/4.0.0-0+apertis1
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment