Update paths to local data

This commit is contained in:
2025-01-24 21:03:46 +00:00
parent 7ea7c4e913
commit b0ba3483b3
2 changed files with 7 additions and 4 deletions

View File

@@ -22,6 +22,6 @@ spec:
nodePathMap: [
{
node: DEFAULT_PATH_FOR_NON_LISTED_NODES,
paths: [/data]
paths: [/usr/local/data]
}
]

View File

@@ -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