Omit /var/log/journal from rootfs image

The persistent journal is stored in a subdirectory of `/var/log/journal`
named for the current machine ID.  Since `/etc/machine-id` is not
writable, the machine ID changes with every boot.  This effectively
makes the journal for previous boots inaccessible, so there's really not
much point in keeping them around.
master
Dustin 2023-03-15 18:59:41 -05:00
parent b38f48b72f
commit 749d5b818a
1 changed files with 1 additions and 0 deletions

View File

@ -54,3 +54,4 @@ var/cache/edb
var/db/Makefile var/db/Makefile
var/db/pkg var/db/pkg
var/lib/portage var/lib/portage
var/log/journal