-
-
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.3 #3155
Merged
Beta v6.26.3 #3155
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
Owner
MichaIng
commented
Oct 13, 2019
•
edited
Loading
edited
- RPi | Little cleanup for serial consoles on first boot
- RPi4 | The default CPU temperature limit (temp_limit) has been raised from 65°C to 75°C, since this device runs significantly hotter then previous RPi model. Many thanks to @trueaspects and @Trunkzeh for doing this suggestion: Buster Image - SCP not enabled by default #3019, DietPi- Config | Set ARM Temp Limit for RPI3 and RPI4 to 75c. Currently set at 65c #3151
- DietPi-Software | Kodi: Resolved an issue where the new RPi Kodi package fails due to missing dir expected in its postinst script: DietPi-Software | Kodi on RPi Buster fails to start #3031 (comment)
+ DietPi-PREP | On RPi, enable "serial0" console only, which is a symlink to the correct primary console. Depending on RPi model, ttyS0 is not available or ttyAMA0 is by default used by Bluetooth, so enabling both can lead to systemd warnings on boot. To not mess with current DietPi-Config/Set_hardware, this will be converted to actual device (symlink target) on first boot. + DietPi-PREP | Disable e2scrub services which are for LVM and require lvm2/lvcreate being installed. These are present as part of the e2fsprogs package, currently on Bullseye only.
+ DietPi-Software | Kodi: On RPi, pre-create /etc/polkit-1/localauthority/50-local.d which is required by Kodi postinst script on RPi but not necessarily present due to missing policykit1 dependency: #3031 (comment)
+ DietPi-Pre-patch | On RPi, if Kodi is currently installed, pre-create /etc/polkit-1/localauthority/50-local.d to prevent Kodi upgrade failure: #3031 (comment)
+ DietPi-Patch | Pre-create /etc/polkit-1/localauthority/50-local.d before installing new RPi Kodi, to prevent postinst script failure: #3031 (comment)
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.