You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(extensions/lvm): resolve label mount point via findmnt, use case
Replace the `mount | grep | awk '{print $3}'` mount-point lookup with a
single findmnt call — robust to spaces in paths and to multiple mounts of
the same device — and convert the label dispatch and the unsupported-fs
guard from if/elif chains to case blocks.
Also label ext2 roots via e2label (previously only ext4 was matched, so
ext2 fell through to the skip branch), and drop the stray escaped quotes
in the xfs label command, which were otherwise embedded verbatim into the
filesystem label.
Assisted-by: Claude:claude-opus-4.8
0 commit comments