From 8c442ede2cc5c88da77d2ff594803454acfcad2b Mon Sep 17 00:00:00 2001 From: Franziska Kunsmann Date: Sun, 13 Feb 2022 08:56:52 +0100 Subject: [PATCH] kunsi-p1s: document journal dataset --- nodes/kunsi-p14s.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/nodes/kunsi-p14s.py b/nodes/kunsi-p14s.py index 63f0d53..5402cfb 100644 --- a/nodes/kunsi-p14s.py +++ b/nodes/kunsi-p14s.py @@ -140,6 +140,10 @@ nodes['kunsi-p14s'] = { # this is not a complete list, but we can't create that # structure using bundlewrap anyway, so there's no point # in adding it here. + 'zroot/system/journal': { + 'mountpoint': '/var/log/journal', + 'acltype': 'posix', + }, 'zroot/system/root': { 'canmount': 'noauto', 'mountpoint': '/',