Remove dhcpcd mounts
Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
4cb83608c5
commit
5506148b96
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ from block import *
|
|||
|
||||
CRIT = 90.0
|
||||
MOUNT_BLACKLIST = ['/dev', '/efi', '/proc', '/run', '/sys', '/tmp']
|
||||
FS_BLACKLIST = ['//', 'cgroup', 'tmpfs']
|
||||
FS_BLACKLIST = ['//', 'cgroup', 'dev', 'proc', 'run', 'sys', 'tmpfs']
|
||||
ICON = '\ufaed'
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue