summaryrefslogtreecommitdiff
path: root/CHANGELOG.rst
diff options
context:
space:
mode:
authorDavid P <megver83@parabola.nu>2022-10-10 19:23:14 -0300
committerDavid P <megver83@parabola.nu>2022-10-10 19:24:47 -0300
commit2dfe947ec513286f6c1fae54e5d0fcc37aa855f3 (patch)
tree4c90df8efb0e76ce437bec3b3000ea5911b4a8e3 /CHANGELOG.rst
parented443bf0566251a929ae466a9196f6c65252e79b (diff)
sync with archiso 674f004
674f004 (tag: v66) Add changelog for 66 8ed192b Merge remote-tracking branch 'origin/merge-requests/281' aef2427 mkarchiso: touch clock-epoch for extra hint on date and time 642beb7 Merge remote-tracking branch 'origin/merge-requests/277' a2e886b Use VM runners[1] for building 7bc4c54 mkarchiso: preload more GRUB modules and disable shim_lock verifier b13e5e3 mkarchiso: copy all GRUB files to the ISO 6ac2230 mkarchiso: unset LANGUAGE Signed-off-by: David P <megver83@parabola.nu>
Diffstat (limited to 'CHANGELOG.rst')
-rw-r--r--CHANGELOG.rst19
1 files changed, 17 insertions, 2 deletions
diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index 34ec95b..43aafd0 100644
--- a/CHANGELOG.rst
+++ b/CHANGELOG.rst
@@ -8,14 +8,29 @@ Changelog
Added
-----
-- Add ``efibootimg`` to ``mkarchiso`` to abstract the FAT image path.
-
Changed
-------
Removed
-------
+[66] - 2022-08-28
+=================
+
+Added
+-----
+
+- Add ``efibootimg`` to ``mkarchiso`` to abstract the FAT image path.
+- Unset ``LANGUAGE`` since ``LC_ALL=C.UTF-8``, unlike ``LC_ALL=C``, does not override ``LANGUAGE``.
+- Copy all files from the ``grub`` directory to ISO9660 and the FAT image, not just only ``grub.cfg``.
+- Touching ``/usr/lib/clock-epoch`` to to help ``systemd`` with screwed or broken RTC.
+
+Changed
+-------
+
+- Disable GRUB's shim_lock verifier and preload more modules. This allows reusing the GRUB EFI binaries when repacking
+ the ISO to support Secure Boot with custom signatures.
+
[65] - 2022-06-30
=================