From 6428635a33e445ec41a93b5a00d06ef2cb1047c2 Mon Sep 17 00:00:00 2001 From: frederik Date: Sat, 18 Oct 2025 10:51:21 +0200 Subject: [PATCH] tmp.mount reports as static on Trixie --- scripts/install_helpers.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install_helpers.sh b/scripts/install_helpers.sh index 18117fe..75fd013 100644 --- a/scripts/install_helpers.sh +++ b/scripts/install_helpers.sh @@ -63,7 +63,7 @@ EOF } install_tmp_mount() { - STATE=$(systemctl is-enabled tmp.mount 2>&1 | grep -E '(enabled|disabled)') + STATE=$(systemctl is-enabled tmp.mount 2>&1 | grep -E '(enabled|disabled|static)') ! [ -f /usr/share/systemd/tmp.mount ] && echo "Warning: no /usr/share/systemd/tmp.mount found" if [ -z $STATE ]; then cp -f /usr/share/systemd/tmp.mount /etc/systemd/system/tmp.mount