From b721ec7b598507372d0f7ec55134c9e76b3b0d40 Mon Sep 17 00:00:00 2001 From: Lukas Greve Date: Thu, 13 Nov 2025 20:30:11 +0100 Subject: [PATCH] bump to fedora 43 --- scripts/deploy-distro.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/deploy-distro.sh b/scripts/deploy-distro.sh index 8bb2866..153efd7 100755 --- a/scripts/deploy-distro.sh +++ b/scripts/deploy-distro.sh @@ -129,7 +129,7 @@ virt-install \ --watchdog none \ --memballoon none \ --disk path="${disk_path}/${vm_name}.img",format=raw,bus=virtio,cache=writeback,size="$disk_size" \ - --location=https://download.fedoraproject.org/pub/fedora/linux/releases/42/Everything/x86_64/os/ \ + --location=https://download.fedoraproject.org/pub/fedora/linux/releases/43/Everything/x86_64/os/ \ --initrd-inject ./dishes/"$vm_name".cfg \ --extra-args "inst.ks=file:/$vm_name.cfg"