From e03376db2855c18d218f8c7e8d5cb70ffecd2a7e Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Fri, 12 Jan 2024 09:43:42 +0100 Subject: [PATCH] platforms: Simplify the FreeBSD download URLs. --- platforms/environments/qemu/arm-freebsd12.txt | 2 +- platforms/environments/qemu/arm64-freebsd132.txt | 2 +- platforms/environments/qemu/sparc64-freebsd12.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/platforms/environments/qemu/arm-freebsd12.txt b/platforms/environments/qemu/arm-freebsd12.txt index aa99bfce..623e32a6 100644 --- a/platforms/environments/qemu/arm-freebsd12.txt +++ b/platforms/environments/qemu/arm-freebsd12.txt @@ -15,7 +15,7 @@ Use qemu-5.0.0 ------------------------------------------------- Download image from -https://download.freebsd.org/ftp/releases/ISO-IMAGES/12.2/FreeBSD-12.2-RELEASE-arm-armv7-RPI2.img.xz +https://download.freebsd.org/releases/ISO-IMAGES/12.2/FreeBSD-12.2-RELEASE-arm-armv7-RPI2.img.xz Uncompress it: % xz -d FreeBSD-12.2-RELEASE-arm-armv7-RPI2.img.xz diff --git a/platforms/environments/qemu/arm64-freebsd132.txt b/platforms/environments/qemu/arm64-freebsd132.txt index 8ca65b08..0681c398 100644 --- a/platforms/environments/qemu/arm64-freebsd132.txt +++ b/platforms/environments/qemu/arm64-freebsd132.txt @@ -14,7 +14,7 @@ Use qemu-5.0.0 (DL) Download an installation CD-ROM or DVD image ------------------------------------------------- -Download: https://download.freebsd.org/ftp/releases/ISO-IMAGES/13.2/FreeBSD-13.2-RELEASE-arm64-aarch64-disc1.iso.xz +Download: https://download.freebsd.org/releases/ISO-IMAGES/13.2/FreeBSD-13.2-RELEASE-arm64-aarch64-disc1.iso.xz Uncompress it: % xz -d FreeBSD-13.2-RELEASE-arm64-aarch64-disc1.iso.xz -> FreeBSD-13.2-RELEASE-arm64-aarch64-disc1.iso diff --git a/platforms/environments/qemu/sparc64-freebsd12.txt b/platforms/environments/qemu/sparc64-freebsd12.txt index 4f878a2f..359ccd72 100644 --- a/platforms/environments/qemu/sparc64-freebsd12.txt +++ b/platforms/environments/qemu/sparc64-freebsd12.txt @@ -14,7 +14,7 @@ Use qemu-5.0.0 (DL) Download an installation CD-ROM or DVD image ------------------------------------------------- -Download: https://download.freebsd.org/ftp/releases/ISO-IMAGES/12.2/FreeBSD-12.2-RELEASE-sparc64-dvd1.iso.xz +Download: https://download.freebsd.org/releases/ISO-IMAGES/12.2/FreeBSD-12.2-RELEASE-sparc64-dvd1.iso.xz Uncompress it: % xz -d FreeBSD-12.2-RELEASE-sparc64-dvd1.iso.xz -> FreeBSD-12.2-RELEASE-sparc64-dvd1.iso -- 2.39.5