1 Star 0 Fork 49

alpha_wang/systemd

forked from src-anolis-os/systemd 
Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
文件
This repository doesn't specify license. Please pay attention to the specific project description and its upstream code dependency when using it.
Clone or Download
0506-udev-net_id-give-RHEL-8.4-naming-scheme-a-name.patch 881 Bytes
Copy Edit Raw Blame History
geliwei authored 2021-06-16 16:46 . update to systemd-239-45.el8.src.rpm
From fb58a56c6c1c2749ba634abd9ad76f4e718269a1 Mon Sep 17 00:00:00 2001
From: Michal Sekletar <msekleta@redhat.com>
Date: Tue, 5 Jan 2021 12:30:15 +0100
Subject: [PATCH] udev/net_id: give RHEL-8.4 naming scheme a name
Follow-up for bb6114af097da0cd9c5081e42db718559130687f
Related: #1827462
---
src/udev/udev-builtin-net_id.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/udev/udev-builtin-net_id.c b/src/udev/udev-builtin-net_id.c
index d8c56b62bb..7c153f0aef 100644
--- a/src/udev/udev-builtin-net_id.c
+++ b/src/udev/udev-builtin-net_id.c
@@ -150,6 +150,7 @@ static const NamingScheme naming_schemes[] = {
{ "rhel-8.1", NAMING_RHEL_8_1 },
{ "rhel-8.2", NAMING_RHEL_8_2 },
{ "rhel-8.3", NAMING_RHEL_8_3 },
+ { "rhel-8.4", NAMING_RHEL_8_4 },
/* … add more schemes here, as the logic to name devices is updated … */
};
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/alpha-wang/systemd.git
git@gitee.com:alpha-wang/systemd.git
alpha-wang
systemd
systemd
a8

Search