Release Notes¶
February 2025, vol 2 (version 9.11)¶
Overview¶
The February 23th, 2025 release of DietPi v9.11 adds support for Pi-hole v6, and a few fixes.
"A shield against ads and tracking for your network: DietPi adds support for Pi-hole v6" by ChatGPT/DALL·E
Bug fixes¶
- Quartz64/Star64/VisionFive 2 Resolves an issue where the import of config files from the setup FAT partition and root filesystem expansion on first boot could have failed. Many thanks to @disconn3ct for reporting this issue: MichaIng/DietPi#6838
- DietPi-FirstBoot Resolved an issue, where the automatic first run setup could have failed, if the network adapter,
wpa_supplicant
or DHCP client took a little longer to receive an IP address, withoutifup
further halting the script. In case ofAUTO_SETUP_AUTOMATED=1
indietpi.txt
, the very first network check is assured to try at least 4 times, with a 5 seconds delay between each attempt. - DietPi-Tools | DietPi-Config Resolved an issue on Raspberry Pi where selecting the
linux-image-rpi-v8
kernel on 32-bit images failed. Many thanks to @SOULV1CE for reporting this issue: MichaIng/DietPi#7402 - DietPi-Software | Fail2Ban Resolved an issue where the install failed while downloading updated Dropbear filters. Many thanks to @Stream5710 for reporting this issue: MichaIng/DietPi#7413
- DietPi-Software | Pi-hole Support for Pi-hole v6 was added. During the DietPi update, we check whether your Pi-hole has been updated already, and in case perform some migration and cleanup of DietPi-specific configs. Also, since Pi-hole v6 ships with its internal webserver and PHP interpreter, if a webserver and PHP are installed without any dependant among
dietpi-software
options, it is offered to uninstall them.
As always, many smaller code performance and stability improvements, visual and spelling fixes have been done, too much to list all of them here. Check out all code changes of this release on GitHub: MichaIng/DietPi!7426