Skip to content

Commit 50c10f3

Browse files
committed
Change comment to using template syntax
Signed-off-by: Norio Nomura <[email protected]>
1 parent ba11ab5 commit 50c10f3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pkg/cidata/cidata.TEMPLATE.d/user-data

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,7 @@ package_reboot_if_required: true
1313

1414
{{- if or .RosettaEnabled (or (eq .MountType "9p") (eq .MountType "virtiofs")) }}
1515
mounts:
16-
# Mount the rosetta volume before systemd-binfmt.service(8) starts
17-
{{- if .RosettaEnabled }}
16+
{{- if .RosettaEnabled }}{{/* Mount the rosetta volume before systemd-binfmt.service(8) starts */}}
1817
- ["vz-rosetta", "/mnt/lima-rosetta", "virtiofs", "context=\"system_u:object_r:nfs_t:s0\""]
1918
{{- end }}
2019
{{- if .Mounts }}

0 commit comments

Comments
 (0)