From 18b4bc146fca183b885ae4d6d0c57ab50e170327 Mon Sep 17 00:00:00 2001 From: Andrea Bolognani Date: Wed, 3 Apr 2024 19:15:21 +0200 Subject: [PATCH] Don't try to disable modular repositories They no longer exist, so attempting to disable them results in an error: Error: No matching repo to modify: rawhide-modular, updates-modular, updates-testing-modular, fedora-modular. As a consequence, no repository is disabled, so dnf will not work out of the box. Signed-off-by: Andrea Bolognani --- fedora-riscv64-developer-f40.ks | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fedora-riscv64-developer-f40.ks b/fedora-riscv64-developer-f40.ks index 5ce6698..57b448f 100644 --- a/fedora-riscv64-developer-f40.ks +++ b/fedora-riscv64-developer-f40.ks @@ -401,7 +401,7 @@ libtirpc-devel %post # Disable default repositories (not riscv64 in upstream) -dnf config-manager --set-disabled rawhide updates updates-testing fedora fedora-modular fedora-cisco-openh264 updates-modular updates-testing-modular rawhide-modular +dnf config-manager --set-disabled rawhide updates updates-testing fedora fedora-cisco-openh264 dnf -y remove dracut-config-generic