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.
1 parent 0f2628d commit 7a704d1Copy full SHA for 7a704d1
elements/rocky-container-stackhpc/containerfiles/9-stackhpc
@@ -15,7 +15,14 @@ RUN if [[ ${ROCKY_USE_MIRRORS} = "true" ]]; then \
15
RUN dnf group install -y 'Minimal Install' --allowerasing && \
16
dnf install -y findutils util-linux cloud-init
17
18
-RUN sed -i "s/renderers:.*/renderers: ['network-manager']\n activators: ['network-manager']/" /etc/cloud/cloud.cfg
+COPY <<EOF /etc/cloud/cloud.cfg.d/10-NetworkManager.cfg
19
+---
20
+system_info:
21
+ activators:
22
+ - "network-manager"
23
+
24
+merge_type: 'dict(recurse_array)'
25
+EOF
26
27
RUN systemctl unmask console-getty.service dev-hugepages.mount \
28
getty.target sys-fs-fuse-connections.mount systemd-logind.service \
0 commit comments