From c89a0b33a2aecab45313ef517fd0157118e3edc8 Mon Sep 17 00:00:00 2001 From: David Galloway Date: Thu, 23 Dec 2021 09:35:56 -0500 Subject: [PATCH] cobbler_profile: Update Ubuntu 20.04 image URL Old one 404s Signed-off-by: David Galloway --- roles/cobbler_profile/defaults/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/cobbler_profile/defaults/main.yml b/roles/cobbler_profile/defaults/main.yml index 9eb70aa..b467ea4 100644 --- a/roles/cobbler_profile/defaults/main.yml +++ b/roles/cobbler_profile/defaults/main.yml @@ -161,8 +161,8 @@ distros: kernel_options: "netcfg/choose_interface=auto console=tty0 console=ttyS1,115200 GRUB_DISABLE_OS_PROBER=true" kernel_options_post: "pci=realloc=off console=tty0 console=ttyS1,115200" "Ubuntu-20.04-server-x86_64": - iso: "http://cdimage.ubuntu.com/ubuntu-legacy-server/releases/20.04/release/ubuntu-20.04-legacy-server-amd64.iso" - sha256: 36f15879bd9dfd061cd588620a164a82972663fdd148cce1f70d57d314c21b73 + iso: "http://cdimage.ubuntu.com/ubuntu-legacy-server/releases/20.04/release/ubuntu-20.04.1-legacy-server-amd64.iso" + sha256: f11bda2f2caed8f420802b59f382c25160b114ccc665dbac9c5046e7fceaced2 kickstart: cephlab_ubuntu.preseed kernel_options: "netcfg/choose_interface=auto console=tty0 console=ttyS1,115200 GRUB_DISABLE_OS_PROBER=true" kernel_options_post: "pci=realloc=off console=tty0 console=ttyS1,115200" -- 2.39.5