Documentation for a newer release is available. View Latest

Instalación

Cambios en Anaconda

Esta sección cubre los cambios en el instalador Anaconda, incluyendo cambios en los instaladores interactivos gráfico y en modo texto, Kickstart, y las opciones de arranque del instalador.

Cambios generales

  • /boot se puede colocar ahora en un subvolumen BTRFS.

  • Ya no es posible intentar agregar más del máximo número permitido de dispositivos de arranque NVRAMs en ppc64le.

  • Anaconda usa ahora el módulo de almacenamiento DBus en lugar del objeto de almacenamiento local. Este cambio se ha ido desarrollando el múltiples lanzamiento y ahora se ha completado.

  • Los complementos Anaconda tienen ahora soporte total DBus, permitiendo a los desarrolladores de complementos usar sus propios módulos DBus modules. Vea ejemplo de complemento para más información.

  • El equipo de desarrollo de Anaconda ha implementado su propia librería DBus, python3-dasbus. TLa librería está escrita en Python, basada en GLib e inspirada por pydbus. El repositorio, incluyendo la documentación, está disponible en GitHub.

  • Los archivos Comps pueden ahora establecer arquitecturas específicas en las que pueden ser instaladas los paquetes.

  • Packages can no longer be downloaded to RAM. This option has been disabled because it could previously cause out-of-memory issues. Packages can now only be downloaded to a hard drive, which also means the minimum storage requirements are slightly higher.

  • The Network & Hostname screen no longer allows a trailing dot in a host name, which mirrors the behavior of the underlying systemd-hostnamed and the kernel. Previously, attempting to set such a host name crashed the installer. Note that the actual FQDN specification does technically allow for host names with a trailing dot, but the installer does not.

  • Translations have been migrated to the Weblate platform. See the project page if you would like to contribute.

Cambios en Kickstart

  • The liveimg command now avoids attempts to download an image twice, which could previously cause the installer to crash due to running out of memory.

  • The %packages section now supports the --ignorebroken option. Using this option, you can stop DNF from checking packages, groups, or modules with conflicting files. The default behavior is to abort the installation with an error listing the conflicting files.