try to fix data share remote exec
This commit is contained in:
parent
8c9120df6d
commit
88e3def563
3 changed files with 6 additions and 6 deletions
|
@ -40,7 +40,7 @@ runcmd:
|
|||
- dhclient
|
||||
- locale-gen
|
||||
|
||||
%{ if data_share != null }
|
||||
%{ if data_share != "" }
|
||||
mounts:
|
||||
- ["data", "${data_share}", "9p", "trans=virtio,rw", "0", "0"]
|
||||
%{ endif }
|
||||
|
|
Reference in a new issue