Control: tag -1 patch Patch attached.
-- Jonathan Wiltshire j...@debian.org Debian Developer http://people.debian.org/~jmw 4096R: 0xD3524C51 / 0A55 B7C5 1223 3942 86EC 74C3 5394 479D D352 4C51 ed25519/0x196418AAEB74C8A1: CA619D65A72A7BADFC96D280196418AAEB74C8A1
>From 7fd580c2f2e72bc5f0910216dfebf8b71e7ae9db Mon Sep 17 00:00:00 2001 From: Jonathan Wiltshire <j...@debian.org> Date: Sun, 11 Jun 2023 10:51:10 +0000 Subject: [PATCH] Do not advertise i386 live images --- english/CD/live/index.wml | 4 ++-- english/template/debian/release_images.wml | 10 +++++----- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/english/CD/live/index.wml b/english/CD/live/index.wml index fcd145815fc..6de2ab6e2b6 100644 --- a/english/CD/live/index.wml +++ b/english/CD/live/index.wml @@ -16,8 +16,8 @@ providing a choice of desktop environments (GNOME, KDE, LXDE, Xfce, Cinnamon and MATE). Many users will find these initial package selections suitable, installing any additional packages they need from the network afterwards. -<li><b>Architecture:</b> Only images for the two most popular architectures, -32-bit PC (i386) and 64-bit PC (amd64), are currently provided. +<li><b>Architecture:</b> Only images for the most popular architecture, +64-bit PC (amd64), are currently provided. <li><b>Size:</b> Each image is much smaller than the full set of DVD images, but larger than the network install media. <li><b>Languages:</b> The images do not contain a complete set of language diff --git a/english/template/debian/release_images.wml b/english/template/debian/release_images.wml index d016bbbcfba..adb73f77e6c 100644 --- a/english/template/debian/release_images.wml +++ b/english/template/debian/release_images.wml @@ -51,19 +51,19 @@ <define-tag live-images-url>https://cdimage.debian.org/debian-cd/<current-live-cd-release-dirname/>-live</define-tag> <define-tag stable-live-install-bt-cd-images> -<images-list url="<live-images-url/>/@ARCH@/bt-hybrid/" arch="amd64 i386" /> +<images-list url="<live-images-url/>/@ARCH@/bt-hybrid/" arch="amd64" /> </define-tag> <define-tag stable-live-install-iso-cd-images> -<images-list url="<live-images-url/>/@ARCH@/iso-hybrid/" arch="amd64 i386" /> +<images-list url="<live-images-url/>/@ARCH@/iso-hybrid/" arch="amd64" /> </define-tag> <define-tag stable-live-install-net-images> -<images-list url="<live-images-url/>/@ARCH@/net/" arch="amd64 i386" /> +<images-list url="<live-images-url/>/@ARCH@/net/" arch="amd64" /> </define-tag> <define-tag stable-live-install-usb-hdd-images> -<images-list url="<live-images-url/>/@ARCH@/usb-hdd/" arch="amd64 i386" /> +<images-list url="<live-images-url/>/@ARCH@/usb-hdd/" arch="amd64" /> </define-tag> <define-tag stable-live-install-web-images> -<images-list url="<live-images-url/>/@ARCH@/web/" arch="amd64 i386" /> +<images-list url="<live-images-url/>/@ARCH@/web/" arch="amd64" /> </define-tag> # this needs to link a debian/ mirror rather than cdimage.d.o -- GitLab