linux: 不处理镜像里的 machine-id 文件

This commit is contained in:
bin456789 2024-10-23 21:57:15 +08:00
parent 5e020cebd4
commit 1354ee23b0
No known key found for this signature in database
GPG Key ID: EE301B386DE6C11B

View File

@ -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