-
-
Notifications
You must be signed in to change notification settings - Fork 501
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 v8.23.0 #6686
Merged
Beta v8.23.0 #6686
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
- CI | raspberrypi-sys-mods: Enforce xz compression for DEB package. This is default on Debian, hence for all other package builds done in DietPi containers, but on Ubuntu zstd is the default. And we do not build this package in a container but on the GitHub Actions runner with Ubuntu Jammy directly.
- DietPi-Config | Resolved an issue where the WiFi channel selection was not possible with 5 GHz mode enabled. Many thanks to @lukaszsobala for reporting this issue: #6636 (comment)
- DietPi-Installer | Fix base-files workaound for Armbian pre-images: Previously we added a workaround where the package was not provided via apt.armbian.com. But now it is and we added a workaround for known hardware models already which might however conflict. The old workaround has now been removed and the new one applied for generic/unknown SBCs with Armbian kernel as well. - DietPi-Installer | Harden /var/lock workaround for Armbian images: Do not only remove the faulty directory, but also create the intended symlink. - DietPi-Installer | Remove udev rules to rename Ethernet interfaces from Armbian pre-images
- DietPi-Software | ADS-B Feeder: Harden uninstall and fix beta tags The tag format upstream was extended - this tracks that change. Don't install the unused update timer - we don't use that as an app. Remove the adsb-docker service on uninstall. Don't prune the docker images - that might remove images we don't own. * remove unwanted service files The names should be specific enough for this approach. * run upstream cleanup script This should allow us to clean up the various docker images that might have been installed. * improve the patch to remove services that might be still around This is 100% written by @MichaIng - I'm just adding to the branch. --------- Signed-off-by: Dirk Hohndel <[email protected]> Co-authored-by: MichaIng <[email protected]>
- DietPi-DDNS | YDNS has been added to the list of natively supported DDNS providers. Many thanks to @edmundlaugasson for requesting and @TDuffinNTU for implementing it: #5128, #6674
- Sparky SBC | Resolved an issue where our current image was not booting because the old initramfs did not support new ext4 filesystem capabilities. Many thanks to `@tenoritiger` for reporting this issue: https://dietpi.com/forum/t/sparky-sbc-allo-not-booting-os/18011
- DietPi-Software | DietPi-Dashboard: Experimental support for RISC-V has been added. Note that this will be an alpha build with alpha versions of certain dependencies, required to compile on RISC-V. Hence this is not suitable for production usage, which basically applies for RISC-V and the VisionFive 2 in general.
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 v8.23.0
(2023-10-17)
Enhancements
Bug fixes
@tenoritiger
for reporting this issue: https://dietpi.com/forum/t/sparky-sbc-allo-not-booting-os/18011