diff options
| author | nl6720 <nl6720@gmail.com> | 2024-04-01 18:39:09 +0300 |
|---|---|---|
| committer | nl6720 <nl6720@gmail.com> | 2024-04-19 10:53:42 +0300 |
| commit | 2facc4630cd3677e5c61705a25d5d5594fd0cc80 (patch) | |
| tree | 9e4c17b6ec81e3de723a1174b70c90839fde5d6a /CHANGELOG.rst | |
| parent | 924a97aeb1a5ed03529aa766f579a145ae67261a (diff) | |
| download | archiso-2facc4630cd3677e5c61705a25d5d5594fd0cc80.tar.gz archiso-2facc4630cd3677e5c61705a25d5d5594fd0cc80.tar.bz2 | |
configs/releng/: use mkinitcpio's microcode hook instead of external microcode images
This simplifies boot loader configuration, but custom PXE setups will
be forced to update theirs.
Implements https://gitlab.archlinux.org/archlinux/archiso/-/issues/226
Diffstat (limited to 'CHANGELOG.rst')
| -rw-r--r-- | CHANGELOG.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 0592b94..a41a43d 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -15,6 +15,8 @@ Changed ------- - Change releng profile's bootstrap tarball compression from gzip to zstd. zstd provides higher and faster compression. +- Use mkinitcpio's ``microcode`` hook instead of external microcode images to simplify boot loader configuration. + Custom PXE setups will need to update their boot loader configuration. Deprecated ---------- |
