-
-
Notifications
You must be signed in to change notification settings - Fork 503
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 v7.9.1 #5028
Merged
Beta v7.9.1 #5028
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
+ Raspberry Pi | Enable HDMI blanking by default now, since OpenMAX cannot be used anyway on Bullseye. Update headless mode info in dietpi.txt to reflect that it is supported on RPi only, since we ship a new Odroid C2 image with ~upstream kernel and no support for the "nographics" config.
+ DietPi-Set_software | Do not temporarily set time sync mode to "0" anymore, since this was only required when changing the mode implied a DietPi-Software call. This eliminates the risk that mode "0" remains set if one of the scrpts G_EXEC commands fails (leading to an error prompt or immediate exit when non-interactive): 5f48e21
+ DietPi-Software | Update the failing input workaround to match the upstream solution, which is present now on Debian Bookworm as well. To cover dist-upgraded systems, G_CONFIG_INJECT can be left, as it will gracefully handle the case when this setting is present already. To assure nothing is broken even when the layout name changes, preserve any existing "DefaultServerLayout" option.
+ General | Make e2fsprogs package optional, purging it in PREP when no ext[2-4] filesystem is present on the root partition table. This requires dietpi-drive_manager to install it when missing and an ext filesystem is detected, about to be checked or created. + DietPi-JustBoom | Minor spelling and wording: Update desktop entry description to reflect that it is not anymore related to the "JustBoom" sound cards at all. + DietPi-Globals | G_AG_CHECK_INSTALL_PREREQ: Remove some redundant messages about whether and which packages are installed. G_AGI shows which packages are finally installed, which should be sufficient.
+ DietPi-Config | Do not ask for a reboot when the hostname has been changed. This is not required anymore, only the running shell session's PS1 still shows the old one. + DietPi-Config | Show the current hostname already in the security options menu and simplify the code + DietPi-Change_hostname | Transparently error-handle writing to the /etc/hostname file as well and update the Wikipedia link about valid hostname syntax
+ DietPi-Software | Deluge: Worked around an issue on Raspberry Pi ARMv6 userland systems where the service failed to start. Deluge has hence been re-enabled for this systems. Many thanks to @themagicbullet for providing the workaround: #4944
+ DietPi-Software | Nextcloud: Assure that Nextcloud v23 is installed on Stretch and Buster, since v24 will drop support for PHP7.3: nextcloud/server#29286
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 v7.9.1
(2021-12-06)
Fixes since v7.9.0