diff --git a/nodes/kunsi-p14s.py b/nodes/kunsi-p14s.py index 546d052..b622702 100644 --- a/nodes/kunsi-p14s.py +++ b/nodes/kunsi-p14s.py @@ -188,6 +188,12 @@ nodes['kunsi-p14s'] = { 'bundle:vmhost', }, }, + 'zroot/system/video': { + 'mountpoint': '/video', + 'needed_by': { + 'bundle:voc-tracker-worker', + }, + }, 'zroot/system/root': { 'canmount': 'noauto', 'mountpoint': '/', @@ -206,6 +212,7 @@ nodes['kunsi-p14s'] = { 'snapshot_never': { 'zroot/movies', 'zroot/system/journal', + 'zroot/system/video', }, }, },