From ba17061fd61ac3090dd1a00b36656bc665e5f678 Mon Sep 17 00:00:00 2001 From: Pim Kunis Date: Thu, 27 Apr 2023 20:53:17 +0200 Subject: [PATCH] revert change --- files/cloud_init.cfg.tftpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/cloud_init.cfg.tftpl b/files/cloud_init.cfg.tftpl index c4225e8..d2c1bee 100644 --- a/files/cloud_init.cfg.tftpl +++ b/files/cloud_init.cfg.tftpl @@ -41,7 +41,7 @@ runcmd: %{ if add_data_share } mounts: -- ["data", "/var/lib/docker/volumes", "9p", "trans=virtio,rw", "0", "0"] +- ["data", "/mnt/data", "9p", "trans=virtio,rw", "0", "0"] %{ endif } %{ if fixed_dns != "" }