27 lines
719 B
Diff
27 lines
719 B
Diff
From 8735577c8a683407e94abed0cfccc3aacbb9aa47 Mon Sep 17 00:00:00 2001
|
|
From: Si-Wei Liu <si-wei.liu@oracle.com>
|
|
Date: Wed, 10 Jun 2020 20:59:29 -0400
|
|
Subject: [PATCH] sysconfig: add Oracle Linux variant to known distros
|
|
|
|
otherwise anything sysconfig breaks on Oracle Linux.
|
|
|
|
JIRA: https://jira.oci.oraclecorp.com/browse/LINUX-6128
|
|
|
|
Signed-off-by: Si-Wei Liu <si-wei.liu@oracle.com>
|
|
---
|
|
cloudinit/net/sysconfig.py | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/cloudinit/net/sysconfig.py b/cloudinit/net/sysconfig.py
|
|
index e94590f..55b7db5 100644
|
|
--- a/cloudinit/net/sysconfig.py
|
|
+++ b/cloudinit/net/sysconfig.py
|
|
@@ -35,6 +35,7 @@
|
|
"suse",
|
|
"TencentOS",
|
|
"virtuozzo",
|
|
+ "ol",
|
|
]
|
|
|
|
|