From 96e6bb5c633e7b5e3401a2b7f2c2b9014a644044 Mon Sep 17 00:00:00 2001 From: David Abdurachmanov Date: Sat, 19 Jan 2019 16:10:53 +0100 Subject: [PATCH] Disable fedora-rawhide-modular repo Signed-off-by: David Abdurachmanov --- fedora-riscv64-developer-rawhide.ks | 2 +- fedora-riscv64-minimal-rawhide.ks | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/fedora-riscv64-developer-rawhide.ks b/fedora-riscv64-developer-rawhide.ks index b2ab7d3..d6223aa 100644 --- a/fedora-riscv64-developer-rawhide.ks +++ b/fedora-riscv64-developer-rawhide.ks @@ -171,7 +171,7 @@ dejavu-serif-fonts %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 +dnf config-manager --set-disabled rawhide updates updates-testing fedora fedora-modular fedora-cisco-openh264 updates-modular updates-testing-modular fedora-rawhide-modular # Create Fedora RISC-V repo cat << EOF > /etc/yum.repos.d/fedora-riscv.repo diff --git a/fedora-riscv64-minimal-rawhide.ks b/fedora-riscv64-minimal-rawhide.ks index d29060e..b623d6a 100644 --- a/fedora-riscv64-minimal-rawhide.ks +++ b/fedora-riscv64-minimal-rawhide.ks @@ -47,7 +47,7 @@ grubby-deprecated %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 +dnf config-manager --set-disabled rawhide updates updates-testing fedora fedora-modular fedora-cisco-openh264 updates-modular updates-testing-modular fedora-rawhide-modular # Create Fedora RISC-V repo cat << EOF > /etc/yum.repos.d/fedora-riscv.repo