aboutsummaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorshevabam <shevabam@gmail.com>2018-09-02 18:47:03 +0200
committershevabam <shevabam@gmail.com>2018-09-02 18:47:03 +0200
commit16410f396a388de550b90cf7a0f7b2aa27a3fed5 (patch)
tree92556dd57ee9c03bab6f405480cd9b7a714c6d65 /conf
parent4e8eb68ed7bf2c64175d3a7315d8e3ee17479801 (diff)
Adds option to ignore /dev/loopX via config file #60
Diffstat (limited to 'conf')
-rw-r--r--conf/esm.config.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/conf/esm.config.json b/conf/esm.config.json
index e40b3ea..2947c82 100644
--- a/conf/esm.config.json
+++ b/conf/esm.config.json
@@ -12,6 +12,7 @@
},
"disk": {
"show_tmpfs": false,
+ "show_loop": false,
"show_filesystem": true,
"ignore_mounts": []
},