Improve GetMountedPartitions function and added 'hidden_partitions' and 'hidden_filesystems' config options

This commit is contained in:
2025-03-21 14:11:33 +02:00
parent ca17578cac
commit 47fd83f8cd
6 changed files with 136 additions and 96 deletions
+3
View File
@@ -4,4 +4,7 @@ ansii_colors: []
force_config_ansii: false
dependency_warning: true
show_fs_type: true
hidden_partitions: []
# Hiding squashfs prevents snaps from showing up
hidden_filesystems: ["squashfs"]
hidden_gpus: []