-
-
Notifications
You must be signed in to change notification settings - Fork 506
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Beta v9.10.0 #7372
Draft
MichaIng
wants to merge
109
commits into
beta
Choose a base branch
from
dev
base: beta
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Beta v9.10.0 #7372
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- Live patch 0 | Fix Sonarr v4 permissions for updater
- DietPi-Software | Fail2Ban: Resolved an issue where a fixed Dropbear filter could not be installed, because the directory did not exist yet. Many thanks to @augustresende for reporting this issue: #7325
- Live patch 1 | Fix install of patches Fail2Ban Dropbear filter: #7325 - Live patch 2 | Install patched Fail2Ban Dropbear filter: fail2ban/fail2ban#3597
- DietPi-Software | Raspotify: Resolved an issue where the service failed to start, if Avahi-Daemon was not installed. librespot has it as new default DNS discovery backend, and official pre-compiled Raspotify binaries are not compiled with the old DNS-SD backend anymore. Avahi-Daemon is hence installed now by DietPi-Software as well. Many thanks to @gergokis for reporting this issue: #7323
- DietPi-Software | Cuberite: Run in new detached foreground mode, to enhance systemd tracking logs and service status: cuberite/cuberite#5592 - CI | DietPi-Software test: Give Cuberite on x86 some more time to start up
- CHANGELOG | Add missing entries and typo - DietPi-Software | Bazarr: Install UnRAR for RISC-V as well - DietPi-Software | Navidrome: Apply execute permissions to executable as intended - DietPi-Software | Fail2Ban: Since our pull request to fix Dropbear filters has been merged, download it from the official GitHub repo master branch, instead of writing it manually.
- DietPi-Build | Use Error_Exit throughout the script - DietPi-Build | Do not enforce installer image when building x86_64 images with GPT partition. Let's see whether at least in VMs, UEFI images can be booted when flashed to the root drive directly. Also this failing on PCs was a result from years ago, while the underlying reason was never investigated. - DietPi-Build | Raise VM raw image size after installer image has been generated, to assure either passing "-i" or "-v all" has the exact same result for the installer image.
Fixes: #7375 Additionally, some minor coding enhancements/hardenings have been applied.
- DietPi-Software | The new AUTO_SETUP_APT_INSTALLS dietpi.txt setting can now be used to have APT packages automatically installed after the first run setup of DietPi systems. See dietpi.txt for details. - DietPi-Software | The AUTO_SETUP_INSTALL_SOFTWARE_ID dietpi.txt settings now allows to define multiple software IDs in a single line, separated by space. For now, multiple AUTO_SETUP_INSTALL_SOFTWARE_ID lines are still supported, but this will change in the future. If you keep a dietpi.txt for future DietPi instances, and make use of the AUTO_SETUP_INSTALL_SOFTWARE_ID setting, please update it accordingly.
But preserve Midnight Commander as popular file manager, moving into System Stats & Management category.
On Raspbian, it was still enabled, as the gpac package is available there (while it has been removed from Debian Bookworm). However, the RPi Cam Web Interface uses raspimjpeg, which strictly requires the legacy RPi camera module MMAL library, which has been removed from the RPi kernel with Bookworm, also the older libraspberrypi0 packages.
- Merge "-i" and "-v" options into "-v"/"--variant", which can be defined for all builds but has an effect for x86_64 only so far. The previous "-i" flag can be achieved with "-v iso" now, and ISO images are build with "-v all" as well, for VM as well as PC images. "-v raw" is not invalid, as it can be achieved by just skipping the option, and raw images are implied with "-v all" as well. - Add long forms for all CLI options. - Print output image name when running DietPi-Imager
Changed grouping of Certbot in accordance with documentation.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Beta v9.10.0
(2025-01-30)
Enhancements
AUTO_SETUP_APT_INSTALLS
dietpi.txt
setting can now be used to have APT packages automatically installed after the first run setup of DietPi systems. Seedietpi.txt
for details.AUTO_SETUP_INSTALL_SOFTWARE_ID
dietpi.txt
settings now allows to define multiple software IDs in a single line, separated by space. For now, multipleAUTO_SETUP_INSTALL_SOFTWARE_ID
lines are still supported, but this will change in the future. If you keep adietpi.txt
for future DietPi instances, and make use of theAUTO_SETUP_INSTALL_SOFTWARE_ID
setting, please update it accordingly.Removed software
dietpi-software
for such is overkill, as one can just use the native Debian package manager directly, likeapt install tcpdump
. Affected packages:vifm
,iftop
,iptraf
,iperf
,mtr-tiny
,nload
,tcpdump
,emacs
,jed
,vim
,vim-tiny
,neovim
. Note: They won't be removed from your system, and they are upgraded as usual viaapt upgrade
or DietPi updates. The only difference is that you cannot install or uninstall them viadietpi-software
anymore, but instead via APT directly. The newAUTO_SETUP_APT_INSTALLS
dietpi.txt
allows to automate this the same way asAUTO_SETUP_INSTALL_SOFTWARE_ID
did before.Bug fixes