From 328b59e84aba77559aa8f4de293e1ebc47f63933 Mon Sep 17 00:00:00 2001 From: "Dustin C. Hatch" Date: Sun, 12 Mar 2023 10:25:44 -0500 Subject: [PATCH] Omit /var/.updated from rootfs image This file should not pre present when a machine is first booted, so that systemd units with `ConditionNeedsUpdate=/var` will be activated. --- squashfs.exclude | 1 + 1 file changed, 1 insertion(+) diff --git a/squashfs.exclude b/squashfs.exclude index 675e922..fe914f3 100644 --- a/squashfs.exclude +++ b/squashfs.exclude @@ -46,6 +46,7 @@ usr/share/polkit-1 usr/share/portage usr/share/selinux/*/include usr/share/zsh +var/.updated var/cache/edb var/db/Makefile var/db/pkg