-
-
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 v7.0.0 #4132
Merged
Beta v7.0.0 #4132
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-Set_hardware | soundcard: Fix a bug on current Debian Buster ALSA packages so that the ALSA daemon only starts when its configuration file exists, rather than when it does not exist, in which case the ALSA restore oneshot service restores control states already. This bug was introduced with Buster and fixed with Bullseye. + DietPi-Set_hardware | soundcard: Remove the obsolete workaround for the other Buster-introduced bug where control states were the ALSA restore oneshot service was not started when control states did not exist, which means that service as well did never store states on shutdown. The faulty condition has been removed, inducing the above other bug in the same turn, but at least the restore service is now active in any case.
+ DietPi-Software | Docker: Install the APT repository manually. It is trivial and the Docker installer does nothing else than obtaining the distribution and package manager. This allows us to enable the install option on Debian Bullseye by keep using the Buster repository, which should work fine, at least for testing purpose. + DietPi-Software | Add further use of G_EXEC where applicable
+ DietPi-Network | Override [email protected] type to give network(-online).target more meaning and remove obsolete ifquery call: #4121 (comment)
+ DietPi-Boot | Allow service to start earlier that that it's wait for network and time sync can overlap with [email protected] / networking.service WiFi connection establishing, DHCP leases etc. network.target + network-online.target are now both delayed until [email protected] has finished, so that all network-related services would stack up too much.
- dietpi-cleaner
- dietpi-drive_manager
Links changed from phpBB to dietpi.com/docs #3
+ DietPi-Config | Instead of adding regular WiFi settings, then in case of hotspot, removing them and adding hotspot configs, create only Ethernet config first, then add either regular WiFi or hotspot config, based on choice. + DietPi-Config | Do not add loopback interface config, as ifup configures this internally automatically
+ Network | Do not statically add udev rule to disable WiFi adapter power savings. Our interfaces config contains "wireless-power off" which invokes iwconfig on ifup to do exactly that (same command, same arguments), when the interface is brought up. In case of inactive WiFi adapters, power savings do not hurt or might be even save power ;). With Debian Bullseye, wireless-tools (iwconfig) has been deprecated in favour of iw. As long as we do not face many older adapters to not support iw, we might drop wireless-tools, invalidating the "wireless-power" interface setting, so that we need to find an own implementation, either via udev rule or /etc/network/if-pre-up-d/.
…4124) + DietPi-Software | Node-RED: Switch to a local service user install right into /mnt/dietpi_userdata/node-red/node_modules. This allows Node-RED to control core modules as well. Additionally add a console alias for the admin CLI which invokes the service user instance via sudo. Also do not install Python 2 anymore, everything should now work with Python 3.
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.0.0
(2021-02-21)
Changes since v7.0.-1
Fixes since v7.0.-1
@Thanapat
for reporting a related issue on Roseapple Pi: https://dietpi.com/phpbb/viewtopic.php?t=8677