diff --git a/pkg/cidata/cidata.TEMPLATE.d/user-data b/pkg/cidata/cidata.TEMPLATE.d/user-data index f389c26a9af1..862681eb7c6e 100644 --- a/pkg/cidata/cidata.TEMPLATE.d/user-data +++ b/pkg/cidata/cidata.TEMPLATE.d/user-data @@ -13,7 +13,7 @@ package_reboot_if_required: true {{- if or .RosettaEnabled (or (eq .MountType "9p") (eq .MountType "virtiofs")) }} mounts: - # Mount the rosetta volume before systemd-binfmt.service(8) starts + {{/* Mount the rosetta volume before systemd-binfmt.service(8) starts */}} {{- if .RosettaEnabled }} - ["vz-rosetta", "/mnt/lima-rosetta", "virtiofs", "context=\"system_u:object_r:nfs_t:s0\""] {{- end }}