From de3e969d9792ef4c6a42849d0ad3b7f9fd073593 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B0=A9=E6=B0=94=E6=94=BE=E7=94=B5=E7=AE=A1?= Date: Wed, 14 Aug 2024 05:03:52 +0000 Subject: [PATCH] fix: replace dnf with yum in rpmlist to prevent dnf self-removal issue Modified `script/config/raspi_image/rpmlist` to replace `dnf` with `yum` to address the issue described in https://gitee.com/src-openeuler/dnf/issues/IAJTH8 where running `dnf update dnf` would erroneously remove the `dnf` package. --- script/config/raspi_image/rpmlist | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/config/raspi_image/rpmlist b/script/config/raspi_image/rpmlist index 72dd612..c76e0a3 100644 --- a/script/config/raspi_image/rpmlist +++ b/script/config/raspi_image/rpmlist @@ -1,4 +1,4 @@ -dnf +yum alsa-utils haveged wpa_supplicant -- Gitee