Remove dependency on bash, switch to new module system and simplify code

This commit is contained in:
2025-12-21 15:42:57 +02:00
parent 489e6e2143
commit eef69eed9a
25 changed files with 737 additions and 459 deletions
+1 -1
View File
@@ -95,7 +95,7 @@ func GetMountedPartitions(hiddenPartitions, hiddenFilesystems []string) []partit
// Set partition label if available
if value, ok := labels[p.Device]; ok {
p.Label = value
p.Label = strings.ReplaceAll(value, "\\x20", " ")
}
// Get partition total, used and free space