Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authornl6720 <nl6720@gmail.com>2024-01-15 10:00:00 +0200
committernl6720 <nl6720@gmail.com>2024-01-20 16:35:14 +0200
commit5d8fe01fe15c77231880798cd93f99c8c08bb5c0 (patch)
tree8e3a60b3e6c72435ee8ad296a1b48e43ac819e4d /configs
parent5aac945f76d2bf8bb92ba16c9c1c08fc5cae5ab2 (diff)
configs/releng/profiledef.sh: replace "CD" with "DVD" in iso_application
Starting with kernel 6.7, the releng ISO exceeds 900 MiB which is the maximum size of a CD. Adjust the description to say "DVD" instead. Closes https://gitlab.archlinux.org/archlinux/archiso/-/issues/144
Diffstat (limited to 'configs')
-rw-r--r--configs/releng/profiledef.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/releng/profiledef.sh b/configs/releng/profiledef.sh
index 5cba1b5..12d70c6 100644
--- a/configs/releng/profiledef.sh
+++ b/configs/releng/profiledef.sh
@@ -4,7 +4,7 @@
iso_name="archlinux"
iso_label="ARCH_$(date --date="@${SOURCE_DATE_EPOCH:-$(date +%s)}" +%Y%m)"
iso_publisher="Arch Linux <https://archlinux.org>"
-iso_application="Arch Linux Live/Rescue CD"
+iso_application="Arch Linux Live/Rescue DVD"
iso_version="$(date --date="@${SOURCE_DATE_EPOCH:-$(date +%s)}" +%Y.%m.%d)"
install_dir="arch"
buildmodes=('iso')