(fix) adapt Apps for new way of dealing with readonlyroot on S6(ish) containers

This commit is contained in:
kjeld Schouten-Lebbing
2021-09-29 16:36:34 +02:00
parent 2480afdf9b
commit e1ffb00eba
26 changed files with 144 additions and 44 deletions
@@ -285,6 +285,18 @@ questions:
schema:
type: dict
attrs:
- variable: varrun
label: "varrun override for S6 Readonly Root"
schema:
type: dict
hidden: true
attrs:
- variable: enabled
label: ""
schema:
type: boolean
default: true
hidden: true
- variable: data
label: "App Data Storage"
description: "Stores the Application Data."
+2
View File
@@ -56,3 +56,5 @@ persistence:
enabled: false
type: hostPath
hostPath: /dev/ttyACM0
varrun:
enabled: true