We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7814796 + 0a91fa6 commit 54e9244Copy full SHA for 54e9244
pkg/cidata/cidata.TEMPLATE.d/user-data
@@ -14,7 +14,7 @@ package_reboot_if_required: true
14
{{- if or .RosettaEnabled (or (eq .MountType "9p") (eq .MountType "virtiofs")) }}
15
mounts:
16
{{- if .RosettaEnabled }}{{/* Mount the rosetta volume before systemd-binfmt.service(8) starts */}}
17
-- [vz-rosetta, /mnt/lima-rosetta, virtiofs]
+- [vz-rosetta, /mnt/lima-rosetta, virtiofs, defaults, "0", "0"]
18
{{- end }}
19
{{- if .Mounts }}
20
{{- range $m := $.Mounts}}
0 commit comments