GitHubのミラーです
https://github.com/FascodeNet/alterlinux
修订版 | 28ab118099b19f76ff1937776400a2bb7f8b09bb (tree) |
---|---|
时间 | 2021-05-14 05:18:47 |
作者 | David Runge <dvzrv@arch...> |
Commiter | David Runge |
Add changelog for v54
CHANGELOG.rst:
Add changelog entry for v54.
@@ -2,6 +2,35 @@ | ||
2 | 2 | Changelog |
3 | 3 | ######### |
4 | 4 | |
5 | +[54] - 2021-05-13 | |
6 | +================= | |
7 | + | |
8 | +Added | |
9 | +----- | |
10 | + | |
11 | +- Add the concept of buildmodes to mkarchiso, which allows for building more than the default .iso artifact | |
12 | + (sequentially) | |
13 | +- Add support to mkarchiso and both baseline and releng profiles for building a bootstrap image (a compressed | |
14 | + bootstrapped Arch Linux environment), by using the new buildmode `bootstrap` | |
15 | +- Add support to mkarchiso and both baseline and releng profiles for building artifacts required for netboot with iPXE | |
16 | + (optionally allowing codesigning on the artifacts), by using the new buildmode `netboot` | |
17 | +- Add qemu-guest-agent and virtualbox-guest-utils-nox to the releng profile and enable their services by default to | |
18 | + allow interaction between hypervisor and virtual machine if the installation medium is booted in a virtualized | |
19 | + environment | |
20 | + | |
21 | +Changed | |
22 | +------- | |
23 | + | |
24 | +- Always use the .sig file extension when signing the rootfs image, as that is how mkinitcpio-archiso expects it | |
25 | +- Fix for CI and run_archiso scripts to be compatible with QEMU >= 6.0 | |
26 | +- Increase robustness of CI by granting more time to reach the first prompt | |
27 | +- Change CI to build all available buildmodes of the baseline and releng profiles (baseline's netboot is currently | |
28 | + excluded due to a bug) | |
29 | +- Install all implicitly installed packages explicitly for the releng profile | |
30 | +- Install keyrings more generically when using pacman-init.service | |
31 | +- Consolidate CI scripts so that they may be shared between the archiso, arch-boxes and releng project in the future and | |
32 | + expose their configuration with the help of environment variables | |
33 | + | |
5 | 34 | [53] - 2021-05-01 |
6 | 35 | ================= |
7 | 36 |