From 12fe3661fe529779b6bc38c44ccc20d49044b992 Mon Sep 17 00:00:00 2001 From: Dominique FOURNIER Date: Mon, 10 Aug 2026 08:23:08 +0200 Subject: [PATCH] testdf : do not check efivarfs mount --- check | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/check b/check index 0c42b24..c667ede 100755 --- a/check +++ b/check @@ -188,7 +188,7 @@ function testdf() fi IFS=" " - for ligne in `LANGUAGE=C df -P -l -x tmpfs -x devtmpfs -x squashfs $fs | sed '/Filesystem/d'`; do + for ligne in `LANGUAGE=C df -P -l -x tmpfs -x devtmpfs -x squashfs -x efivarfs $fs | sed '/Filesystem/d'`; do fs_space=`echo $ligne | awk '{print $5}'| sed 's/\%//'` filesys=`echo $ligne | awk '{print $6}'` if [ $fs_space -gt $limite ]; then