From ed721f8d7f0163413edbccd320d316d617df8e8d Mon Sep 17 00:00:00 2001 From: Pratham Patel Date: Wed, 11 Oct 2023 21:51:49 +0530 Subject: [PATCH] enable EPEL and "prathampatel/kernel-testing-tfg" so the packages can be fetched during install time; repositories are anyways enabled on a case-by-case basis by "includes/post/rpm-repos-enable.ksi" --- includes/repos/kernel-tfg.ksi | 2 +- includes/repos/repos-master.ksi | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/includes/repos/kernel-tfg.ksi b/includes/repos/kernel-tfg.ksi index 16fd6e9..f8d0323 100644 --- a/includes/repos/kernel-tfg.ksi +++ b/includes/repos/kernel-tfg.ksi @@ -1,3 +1,3 @@ # Enable Pratham Patel's COPR that provides the Linux kernel repo --install --name=COPR-kernel-tfg --baseurl=https://download.copr.fedorainfracloud.org/results/prathampatel/kernel-tfg/rhel-$releasever-$basearch -#repo --install --name=COPR-kernel-testing-tfg --baseurl=https://download.copr.fedorainfracloud.org/results/prathampatel/kernel-testing-tfg/rhel-$releasever-$basearch +repo --install --name=COPR-kernel-testing-tfg --baseurl=https://download.copr.fedorainfracloud.org/results/prathampatel/kernel-testing-tfg/rhel-$releasever-$basearch diff --git a/includes/repos/repos-master.ksi b/includes/repos/repos-master.ksi index 3220a22..a0e0ec4 100644 --- a/includes/repos/repos-master.ksi +++ b/includes/repos/repos-master.ksi @@ -1,3 +1,3 @@ -#%include epel.ksi +%include epel.ksi %include kernel-tfg.ksi %include rocky.ksi