Skip to content

Commit ced484a

Browse files
committed
[flatcar] add oem-vmware.raw as an extra sysext
1 parent e9d2d15 commit ced484a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pkg/templates/node_1.27.go

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -369,4 +369,8 @@ storage:
369369
./xtoml add --file output.toml --plugin "io.containerd.grpc.v1.cri" --key enable_unprivileged_ports --value true --type bool
370370
./xtoml add --file output.toml --plugin "io.containerd.grpc.v1.cri" --key enable_unprivileged_icmp --value true --type bool
371371
cp output.toml /etc/containerd/config.toml
372+
- path: /etc/extensions/oem-vmware.raw
373+
mode: 0644
374+
contents:
375+
source: https://repo.{{ .OpenstackRegion }}.cloud.sap/flatcar/stable/current/oem-vmware.raw
372376
`

0 commit comments

Comments
 (0)