257 - YASM deprecated
This commit is contained in:
parent
250c8da469
commit
287414e783
1 changed files with 4 additions and 0 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue