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.master
parent
a5a642cb9a
commit
328b59e84a
|
@ -46,6 +46,7 @@ usr/share/polkit-1
|
||||||
usr/share/portage
|
usr/share/portage
|
||||||
usr/share/selinux/*/include
|
usr/share/selinux/*/include
|
||||||
usr/share/zsh
|
usr/share/zsh
|
||||||
|
var/.updated
|
||||||
var/cache/edb
|
var/cache/edb
|
||||||
var/db/Makefile
|
var/db/Makefile
|
||||||
var/db/pkg
|
var/db/pkg
|
||||||
|
|
Loading…
Reference in New Issue