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