ignore iso fs
This commit is contained in:
parent
c8f3e105d0
commit
87dedc9f35
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ use IO::Socket;
|
||||||
|
|
||||||
my @ignoreformats = qw(tmpfs sysfs devtmpfs devpts proc binfmt_misc
|
my @ignoreformats = qw(tmpfs sysfs devtmpfs devpts proc binfmt_misc
|
||||||
fusectl fuse.gvfsd-fuse fuse.vmware-vmblock
|
fusectl fuse.gvfsd-fuse fuse.vmware-vmblock
|
||||||
debugfs securityfs swap udf);
|
debugfs securityfs swap iso9660 udf);
|
||||||
|
|
||||||
my $color_ok = "#78af78";
|
my $color_ok = "#78af78";
|
||||||
my $color_warn = "#ffff00";
|
my $color_warn = "#ffff00";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue