Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/CHANGELOG.rst
diff options
context:
space:
mode:
authornl6720 <nl6720@gmail.com>2023-03-16 09:30:03 +0200
committernl6720 <nl6720@gmail.com>2023-05-17 15:23:18 +0300
commitce8fdedbf7af54544983f87472f8854b7b850603 (patch)
treeebb43e40df9d879e47791137aaf7699bbbe998f6 /CHANGELOG.rst
parent094afd169a0ff871eb7a6b37d68a9b9bcb7195e4 (diff)
Use UUIDs in all boot loader configuration files
Relying on the volume UUID instead of its LABEL avoids collisions of multiple ISOs created in the same month. Fixes #202
Diffstat (limited to 'CHANGELOG.rst')
-rw-r--r--CHANGELOG.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index a4cd42f..c8630bd 100644
--- a/CHANGELOG.rst
+++ b/CHANGELOG.rst
@@ -15,6 +15,7 @@ Changed
- Increase EROFS compression for the baseline profile by using an extreme LZMA compression level and enabling the
experimental compressed fragments and data deduplication features.
+- Identify the ISO volume via a UUID instead of a file system label in all boot loader configuration files.
Deprecated
----------