From 7f6a6ea8db6905fdad75f0068f10e9755bbb6d4c Mon Sep 17 00:00:00 2001 From: bin456789 Date: Wed, 23 Oct 2024 21:51:50 +0800 Subject: [PATCH] =?UTF-8?q?linux:=20=E4=B8=8D=E5=A4=84=E7=90=86=E9=95=9C?= =?UTF-8?q?=E5=83=8F=E9=87=8C=E7=9A=84=20machine-id=20=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- trans.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/trans.sh b/trans.sh index 68686c233..c5607b0c4 100644 --- a/trans.sh +++ b/trans.sh @@ -2242,6 +2242,7 @@ create_cloud_init_network_config() { } # 实测没用,生成的 machine-id 是固定的 +# 而且 lightsail centos 9 模板 machine-id 也是相同的,显然相同 id 不是个问题 clear_machine_id() { os_dir=$1 @@ -2526,7 +2527,7 @@ EOF download_cloud_init_config $os_dir - clear_machine_id $os_dir + # clear_machine_id $os_dir # el/ol/fedora/国产fork # 1. 禁用 selinux kdump @@ -3293,7 +3294,7 @@ install_qcow_by_copy() { disable_selinux_kdump /os # centos7 删除 machine-id 后不会自动重建 - clear_machine_id /os + # clear_machine_id /os # el7 yum 可能会使用 ipv6,即使没有 ipv6 网络 if [ "$releasever" = 7 ]; then