-
-
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 v6.26.1 #3141
Merged
Beta v6.26.1 #3141
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
+ DietPi-Software | Kodi: Install from pipplware repo on all RPi Buster systems, since it supports RPi4 now as well. Benefit is that this repo provides additional Kodi addons and the package itself is "kodi" instead of "kodi-rpi4" which allows easier migration to official RPi build, once available: https://www.raspberrypi.org/forums/viewtopic.php?f=66&t=251645 + DietPi-Software | Kodi: Enable correct GPU driver on RPi Buster based on model (fkms for RPi4, else non-GL)
+ DietPi-Update | Allow to reapply last update via "-1" as well if lowest possible subversion "-1", as it cannot break anything and should be available as general method to restore a code/script-wise broken DietPi install. + DietPi-Update | Minor coding and wording: Be a bid more verbose about which step is applied and print pre-patch header from within dietpi-update script instead of within pre-patch_file.
+ DietPi-Pre-patch | Move patches with effect on APT (state translations + WireGuard repo) from patch_file to pre-patch_file + DietPi-Pre-patch | Assure that APT sources and preferences for WireGuard are switched to Debian Bullseye on non-RPi and Raspbian Bullseye on RPi + DietPi-Pre-patch | On RPi with WireGuard installed, enable module auto-rebuild already in pre-patches, to have this being done directly on following G_AGUG + DietPi-Pre-patch | Coding: Simplify script, initial info and final success print have been moved to dietpi-update
+ DietPi-Patch | Remove obsolete Sparky USB driver update as a newer version is patched later anyway + DietPi-Patch | Align removal of "sparky_unmute.sh" script with older patch, instead apply unmute settings once only and assure ALSA settings are stored when removing the boot script (failsafe) + DietPi-Patch | Simplify "sparky_eth_controller.sh" script and align with new version in dietpi-software + DietPi-Patch | Now that setpermissions function has been gone, apply correct 1777 permissions to /var/tmp a last time, as we incorrectly applied 0777 before: #1144 (comment)
+ DietPi-Postboot | Do not log boottime anymore. systemd-analyze provides much more precision and details about boot time and order + DietPi-Postboot | Print default login credentials only on first boot. On first run setup user is asked to change the password anyway, thus this information is obsolete: https://dietpi.com/phpbb/viewtopic.php?f=9&t=2019 + DietPi-Postboot | Slightly adjust login info to include return/enter button hit to show the username input field
+ DietPi-Software | Aria2: The current session is now saved on service stop and every 60 seconds, to prevent current tasks from being lost on reboot or power loss. This requires a fresh install or config file removal since existing config files will not be touched on reinstalls anymore. + DietPi-Software | Aria2: Runs now as its own user "aria2" with primary group "dietpi" and creates downloads with umask 002. Besides fulfilling common security standards, this allows other download tools and media players, installed via dietpi-software, to access those files without the need to manually adjust permissions. + DietPi-Software | Aria2: aria2.conf has been moved to /mnt/dietpi_userdata/aria2/, the new aria2 users home dir.
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 v6.25.1
(07/10/19)
Changes / Improvements / Optimisations (since v6.26.0)
Bug Fixes (since v6.26.0)