diff --git a/docs/releases/v9_8.md b/docs/releases/v9_8.md index 1ff76864..4706501a 100644 --- a/docs/releases/v9_8.md +++ b/docs/releases/v9_8.md @@ -14,6 +14,7 @@ The **October 25th, 2024** release of **DietPi v9.8** is a minor update, which o ### Enhancements +- **DietPi-FirstBoot** :octicons-arrow-right-16: The network time sync mirror configured in `dietpi.txt` is now applied before the first time sync is done, instead of after login and initial DietPi update. Many thanks to @bigops for making us aware of this: - [**DietPi-Software**](../dietpi_tools/software_installation.md#dietpi-software) | [**NoMachine**](../software/remote_desktop.md#nomachine) :octicons-arrow-right-16: Our install option will now always download the latest NoMachine version, instead of a hardcoded one depending on the DietPi version. Many thanks to @tzvi208 for for figuring it out to version-agnostic download URLs: - [**DietPi-Software**](../dietpi_tools/software_installation.md#dietpi-software) | [**Portainer**](../software/programming.md#portainer) :octicons-arrow-right-16: It has been enabled to accept private/custom CA certificates by using the trusted CA certificates of the host, instead of the ones shipped with the container image. Many thanks to @oldboys92 for implementing this enhancement: @@ -22,6 +23,7 @@ The **October 25th, 2024** release of **DietPi v9.8** is a minor update, which o - [**NanoPi M3/T3**](../hardware.md#nanopi-series-friendlyelec) :octicons-arrow-right-16: Resolved an issue where our recent image did not boot because the bootloader did not define a default device tree path anymore. Many thanks to @rozcietrzewiacz for reporting this issue: - [**NanoPi R5S/R5C**](../hardware.md#nanopi-series-friendlyelec) :octicons-arrow-right-16: Resolved an issue where the Ethernet LEDs did not work on systems upgraded from the legacy Linux 5.10 kernel. Many thanks to @innovodev for reporting this issue: - [**ROCK 4**](../hardware.md#radxa) :octicons-arrow-right-16: Resolved an issue where a false APT component was applied for your APT server, leading to errors and missing kernel/firmware upgrades. Many thanks to @cdlenfert for reporting this issue: +- **Bullseye images** :octicons-arrow-right-16: Solved an issue with our Bullseye images, where the FAT setup partition was not detected, preventing import of config files from it, as well as proper root filesystem expansion. Many thanks to @rozcietrzewiacz for reporting this issue and detecting the actual underlying reason for it: - [**DietPi-Tools**](../dietpi_tools.md) | [**DietPi-Services**](../dietpi_tools/system_configuration.md#dietpi-services) :octicons-arrow-right-16: Resolved an issue where the `nfs-kernel-server` service did show mode `alias`. `nfs-kernel-server` is indeed an alias for the actual service name `nfs-server`, which is now used. - [**DietPi-Tools**](../dietpi_tools.md) | [**DietPi-Config**](../dietpi_tools/system_configuration.md#dietpi-config) :octicons-arrow-right-16: Resolved an issue where username and password in proxy settings could not be cleared, since the input box kept asking for an non-empty input. Many thanks to @dipisoft for reporting this issue: - [**DietPi-Software**](../dietpi_tools/software_installation.md#dietpi-software) | [**NoMachine**](../software/remote_desktop.md#nomachine) :octicons-arrow-right-16: Resolved an issue where the installation failed due to an outdated download URL. Many thanks to @tzvi208 for reporting this issue: