From 7b913deb0a76531bf8f7645d1e6dfea2bdd3b3a3 Mon Sep 17 00:00:00 2001 From: Frank Brehm Date: Wed, 6 Jul 2022 17:46:05 +0200 Subject: [PATCH] Changing distros in etc/cobbler-distros.yaml.default --- etc/cobbler-distros.yaml.default | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/etc/cobbler-distros.yaml.default b/etc/cobbler-distros.yaml.default index 8ff133e..302a0c1 100644 --- a/etc/cobbler-distros.yaml.default +++ b/etc/cobbler-distros.yaml.default @@ -1,7 +1,7 @@ --- cobbler-distros: almalinux-8: - distro: 'AlmaLinux-8.6-x86_64' + distro: 'AlmaLinux-8-x86_64' description: 'AlmaLinux 8 x86_64' shortname: 'alma8' ks_repo_url: 'https://repo02.pixelpark.com/Linux/yum/almalinux/8/BaseOS/x86_64/os' @@ -295,7 +295,7 @@ cobbler-distros: - 'tpl.500.logrotate.sh' - 'tpl.999.finish.sh' rocky-8: - distro: 'Rocky-8.6-x86_64' + distro: 'Rocky-8-x86_64' description: 'Rocky Linux 8 x86_64' shortname: 'rocky8' ks_repo_url: 'https://repo02.pixelpark.com/Linux/yum/rockylinux/8/BaseOS/x86_64/os' -- 2.39.5