From 003f82a3ae7300d8b816df2d8475306876ee966a Mon Sep 17 00:00:00 2001 From: Norio Nomura Date: Wed, 10 Jul 2024 10:37:35 +0900 Subject: [PATCH] Change comment to using template syntax Signed-off-by: Norio Nomura --- pkg/cidata/cidata.TEMPLATE.d/user-data | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pkg/cidata/cidata.TEMPLATE.d/user-data b/pkg/cidata/cidata.TEMPLATE.d/user-data index f389c26a9af1..de494d814cf5 100644 --- a/pkg/cidata/cidata.TEMPLATE.d/user-data +++ b/pkg/cidata/cidata.TEMPLATE.d/user-data @@ -13,8 +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 - {{- if .RosettaEnabled }} + {{- if .RosettaEnabled }}{{/* Mount the rosetta volume before systemd-binfmt.service(8) starts */}} - ["vz-rosetta", "/mnt/lima-rosetta", "virtiofs", "context=\"system_u:object_r:nfs_t:s0\""] {{- end }} {{- if .Mounts }}