try to fix slow boot
This commit is contained in:
parent
4ac70bdcc5
commit
2f9a9c9a23
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ mounts:
|
|||
- ["data.1", "/mnt/data"]
|
||||
%{ endif }
|
||||
%{ if add_data_share }
|
||||
- ["data", "/mnt/data", "9p", "trans=virtio,version=9p2000.L,rw", "0", "0"]
|
||||
- ["data", "/mnt/data", "9p", "trans=virtio,rw", "0", "0"]
|
||||
%{ endif }
|
||||
%{ endif }
|
||||
|
||||
|
|
Reference in a new issue