257 - YASM deprecated

This commit is contained in:
Petr Bokoč 2025-10-28 09:01:04 +01:00
commit 287414e783

View file

@ -144,3 +144,7 @@ Slightly smaller (in the range of a few megabytes) initrd sizes and faster boots
[[dracut-zstd]]
== initrd is now compressed by zstd by default
The compression algorithm used by `dracut` when generating an initrd has been changed from `xz` to `zstd`, and Dracut now depends on `zstd` to ensure it is available. This should result in slightly smaller initrd sizes and slightly faster boot times.
[[deprecate-yasm]]
== YASM is deprecated and has been replaced with NASM
The YASM assembler has been deprecated and no new packages should depend on it. Packages that require it to build are now built using NASM where possible.