From be6509338a0f8398f7cb8eb81ac41b232d162106 Mon Sep 17 00:00:00 2001 From: Martinez Date: Sat, 26 Dec 2015 22:34:39 +0100 Subject: [PATCH] mask rootfs --- libexec/render.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libexec/render.py b/libexec/render.py index 65a6b4d..1980974 100755 --- a/libexec/render.py +++ b/libexec/render.py @@ -40,7 +40,7 @@ COLOR_PROMPT_ERROR = 1 COLOR_ERROR = 196 -MOUNT_IGNORE_FS = ["iso9660", "tmpfs"] +MOUNT_IGNORE_FS = ["iso9660", "tmpfs", "rootfs"] MOUNT_IGNORE_DIR = ["/dev", "/proc", "/sys"] GIT_BLACKLIST = ["/var/paludis/repositories"]