#334 315 - installer changes
Merged 4 years ago by pbokoc. Opened 4 years ago by pbokoc.
fedora-docs/ pbokoc/release-notes iss315  into  f30

@@ -12,18 +12,48 @@ 

  [[sect-installation-anaconda-gui]]

  === Changes in the Graphical Interface

  

+ * When setting up a root account, you can now lock it in the graphical interface.

+ * Time and date controls are used to set the System Clock on the current system. This is not allowed in live installations, so they are now hidden on live installs.

+ 

  [[sect-installation-anaconda-tui]]

  === Changes in the Text Mode Interface

  

+ * The TUI now always shows the quit message. (link:https://bugzilla.redhat.com/show_bug.cgi?id=1686116[BZ#1686116])

+ 

  [[sect-installation-kickstart]]

  === Kickstart Changes

  

+ * The `installclass` Kickstart command has been removed and replaced with the `inst.product=` and `inst.variant=` boot options.

+ * The `repo` and `url` commands now support new options: `--sslcert`, `--sslclientcert`, and `--sslclientkey`, for accessing repositories. See link:https://pykickstart.readthedocs.io/en/latest/kickstart-docs.html#repo[upstream documentation] for details.

+ 

  [[sect-installation-anaconda-boot-options]]

  === Changes in Anaconda Boot Options

  

+ * New boot options: `inst.product=` and `inst.variant=`. See link:https://anaconda-installer.readthedocs.io/en/latest/boot-options.html#product-options[upstream documentation] for details.

+ * New boot option `inst.addrepo=` is now available to configure additional repositories. The option is functionally similar to `inst.repo=`.

+ * If you use the `zfcp.allow_lun_scan` option, the setting will now be preserved on the installed system. (link:https://bugzilla.redhat.com/show_bug.cgi?id=1561662[BZ#1561662])

+ 

  [[sect-installation-anaconda-other]]

  === Other Anaconda Changes

  

+ * Anaconda now uses a configuration file to share its settings between all modules.

+ The file is generated by Anaconda from the following sources:

+ ** Default configuration stored in `/etc/anaconda/anaconda.conf`

+ ** Drop directory: `/etc/anaconda/conf.d/*.conf`

+ ** Product configuration: `/etc/anaconda/product.d/*.conf`

+ ** Boot and command line options

+ * Installclasses have been removed, and replaced with configuration files in `/etc/anaconda/product.d`.

+ * Support for the Storage module is significantly enhanced. The module is able to scan system storage and provide info about available devices. It is also able to set up, validate and apply a partitioning via DBus, however, Anaconda still uses its local storage object to do that. Storage-related code has been refactored and simplified.

+ * Live-installation-specific files and dependencies are now provided by the package `anaconda-live`.

+ * The maximum size of the root partition on Fedora Workstation has been increased to 70 GiB.

+ * Fixed the Anaconda-generated `/etc/fstab` where swap space was mistakenly specified as `swap` instead of `none`. (link:https://bugzilla.redhat.com/show_bug.cgi?id=1258322[BZ#1258322])

+ * Non-ASCII characters are now allowed in passphrases again. Anaconda will show a warning when using one. (link:https://bugzilla.redhat.com/show_bug.cgi?id=1619813[BZ#1619813])

+ * Cryptsetup now uses LUKS2 by default. See the xref:sysadmin/Security.adoc[Security section] for details. (link:https://bugzilla.redhat.com/show_bug.cgi?id=1668013[BZ#1668013])

+ * The installer will now show a warning when it detects an existing volume that should be reformatted, such as a separate `/var`. (link:https://bugzilla.redhat.com/show_bug.cgi?id=1575131[BZ#1575131])

+ * Anaconda recreates the initrds by calling `new-kernel-pkg` or `dracut`. However, `dracut` doesn't invoke `zipl` on s390x, so we have to do it to fix the bootloader. (link:https://bugzilla.redhat.com/show_bug.cgi?id=1652727[BZ#1652727])

+ * The storage checker will now report an error if the user tries to use LDL DASD disks for the installation on s390x. (link:https://bugzilla.redhat.com/show_bug.cgi?id=1635825[BZ#1635825])

+ * Network configuration related functionality was moved almost completely to the Network module. The module now provides information about network devices supported by the installer, signal for network device configuration changes that can be handled by UI. Tasks related to network configuration initialization in installer and final configuration of the target system are also performed by the module now.

+ 

  == Improved installation of localization packages

  

  In the past, installation of localization packages (l10n) to provide

Pull-Request has been merged by pbokoc

4 years ago
Metadata