From 5fea479f5bc131509e3ae2ccf764a3348d642aad Mon Sep 17 00:00:00 2001 From: Frank Brehm Date: Wed, 15 Nov 2023 09:31:16 +0100 Subject: [PATCH] Changing from RHEL 9.2 to 9.3 --- ...le.rhel-9.2.develop.ks => profile.rhel-9.3.develop.ks} | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) rename kickstart/{profile.rhel-9.2.develop.ks => profile.rhel-9.3.develop.ks} (98%) diff --git a/kickstart/profile.rhel-9.2.develop.ks b/kickstart/profile.rhel-9.3.develop.ks similarity index 98% rename from kickstart/profile.rhel-9.2.develop.ks rename to kickstart/profile.rhel-9.3.develop.ks index 36017e0..ce7a34c 100644 --- a/kickstart/profile.rhel-9.2.develop.ks +++ b/kickstart/profile.rhel-9.3.develop.ks @@ -1,16 +1,16 @@ ###################################################################################### -# Provisioning-Installation of edHat Enterprise Linux 9.2 +# Provisioning-Installation of edHat Enterprise Linux 9.3 ###################################################################################### # -# Standard Pixelpark Installation of rhel-9.2 templates. +# Standard Pixelpark Installation of rhel-9.3 templates. # # Firewall configuration firewall --disabled # Use network installation from cobbler host -# url --url="https://test-cobbler01.pixelpark.com/cobbler/distro_mirror/RHEL-9.2" --noverifyssl -url --url="http://${server}/cobbler/distro_mirror/RHEL-9.2" +# url --url="https://test-cobbler01.pixelpark.com/cobbler/distro_mirror/RHEL-9.3" --noverifyssl +url --url="http://${server}/cobbler/distro_mirror/RHEL-9.3" sshpw --username=inst testtest --plaintext -- 2.39.5