aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.rst
diff options
context:
space:
mode:
authornl6720 <nl6720@gmail.com>2024-05-06 17:14:10 +0300
committernl6720 <nl6720@gmail.com>2024-05-09 17:53:09 +0300
commit2febfabd6c9fc2d1915f5cc5c0fb6924e02bce2e (patch)
treedf6f4d1245afbb1f6079ac40944bbace181350ca /CHANGELOG.rst
parente567a2ab268e340be608ac442eb13c54c566fbff (diff)
downloadarchiso-2febfabd6c9fc2d1915f5cc5c0fb6924e02bce2e.tar.gz
archiso-2febfabd6c9fc2d1915f5cc5c0fb6924e02bce2e.tar.bz2
scripts/run_archiso.sh: use 4 MiB OVMF files
Use `OVMF_CODE.4m.fd` and `OVMF_VARS.4m.fd` instead of the old 2 MiB `OVMF_CODE.fd` and `OVMF_VARS.fd`.
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 8bb001f..f3a2d54 100644
--- a/CHANGELOG.rst
+++ b/CHANGELOG.rst
@@ -13,6 +13,7 @@ Changed
- Moved the ``pkglist.x86_64.txt`` file outside the bootstrap tarball's ``root.x86_64`` directly to avoid polluting the
root file system.
+- Use 4 MiB OVMF files in ``run_archiso`` instead of the old 2 MiB ones.
Deprecated
----------