From 7070e7f6782fff144bc97ec8853d5e92dc8e43c3 Mon Sep 17 00:00:00 2001 From: bin456789 Date: Fri, 18 Oct 2024 23:58:05 +0800 Subject: [PATCH] =?UTF-8?q?redhat:=20=E4=B8=BA=E7=89=A9=E7=90=86=E6=9C=BA?= =?UTF-8?q?=E5=AE=89=E8=A3=85=20firmware=20=E5=92=8C=20microcode?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- trans.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/trans.sh b/trans.sh index 9173bb7..86b6065 100644 --- a/trans.sh +++ b/trans.sh @@ -3098,6 +3098,11 @@ install_qcow_by_copy() { chroot_dnf install NetworkManager fi + # firmware + microcode + if ! is_virt; then + chroot_dnf install linux-firmware microcode_ctl + fi + # anolis 7 镜像自带 nm # 删除云镜像自带的 dhcp 配置,防止歧义