The following pull request was submitted through Github.
It can be accessed and reviewed at: https://github.com/lxc/lxc-ci/pull/215

This e-mail was sent by the LXC bot, direct replies will not reach the author
unless they happen to be subscribed to this list.

=== Description (from pull-request) ===

From 226f9bc51f1886a3f87f46ea0f8518f38a41831b Mon Sep 17 00:00:00 2001
From: Thomas Hipp <thomas.h...@canonical.com>
Date: Tue, 15 Dec 2020 14:06:49 +0100
Subject: [PATCH] images/centos: Fix CentOS 8-Stream networking

Signed-off-by: Thomas Hipp <thomas.h...@canonical.com>
---
 images/centos.yaml | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/images/centos.yaml b/images/centos.yaml
index 21bd1aa..6cedf9b 100644
--- a/images/centos.yaml
+++ b/images/centos.yaml
@@ -399,6 +399,18 @@ files:
   - 8
   - 8-Stream
 
+- name: override.conf
+  path: /etc/systemd/system/NetworkManager.service.d/override.conf
+  generator: dump
+  content: |-
+    [Service]
+    ExecStartPost=/usr/sbin/dhclient
+
+  types:
+  - container
+  releases:
+  - 8-Stream
+
 - name: network
   path: /etc/sysconfig/network
   generator: dump
_______________________________________________
lxc-devel mailing list
lxc-devel@lists.linuxcontainers.org
http://lists.linuxcontainers.org/listinfo/lxc-devel

Reply via email to