Update paths to local data
This commit is contained in:
		| @@ -22,6 +22,6 @@ spec: | ||||
|     nodePathMap: [ | ||||
|       { | ||||
|         node: DEFAULT_PATH_FOR_NON_LISTED_NODES, | ||||
|         paths: [/data] | ||||
|         paths: [/usr/local/data] | ||||
|       } | ||||
|     ] | ||||
| @@ -2,10 +2,13 @@ | ||||
|  | ||||
| install: | ||||
|   poweroff: true | ||||
|   extra-dirs-rootfs: | ||||
|     - /data | ||||
|   image: "docker:gitea.home.joemonk.co.uk/joe/kairos-custom:3" | ||||
|  | ||||
| reset: | ||||
|   reboot: true | ||||
|  | ||||
|   reset-persistent: true | ||||
|   reset-oem: true | ||||
|  | ||||
| users: | ||||
| - name: "kairos" | ||||
| @@ -45,7 +48,7 @@ stages: | ||||
|         ####### Share Definitions ####### | ||||
|         [data] | ||||
|           comment = Kairos File Server Share | ||||
|           path = /data | ||||
|           path = /usr/local | ||||
|           browseable = yes | ||||
|           writeable = yes | ||||
|           read only = no | ||||
|   | ||||
		Reference in New Issue
	
	Block a user