-
-
Notifications
You must be signed in to change notification settings - Fork 502
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.21.0 #6563
Merged
Beta v8.21.0 #6563
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_swapfile | Resolved an issue on Bookworm systems where zram swap space was not enabled automatically on boot due to missing syscall permissions. Many thanks to @magicfoxt-magicfox for reporting this issue: #6511
- DietPi-Config | Resolved an issue where /etc/network/interfaces was created with missing key values if lines were previously manually removed. Defaults are now applied in this case. Many thanks to @huettenwirt for reporting this issue: https://dietpi.com/forum/t/ifup-error-due-to-faulty-etc-network-interfaces/17605
- DietPi-Software | TasmoAdmin: Resolved an issue on Bookworm systems with Nginx and Lighttpd webserver where login and logout did not work anymore as the rewrite directives pointed to a file which does not exist anymore since TasmoAdmin v3. Many thanks to @TBirth for reporting this issue: https://dietpi.com/forum/t/tasmoadmin-not-found-after-visiting-login-page/17632
- DietPi-Installer | Resolved an issue where building images for ARMv7 hardware was not possible on a ARMv8 host. Offered/accepted ARM hardware IDs are not based on the userland/OS architecture of the image instead of the CPU/kernel architecture returned via "uname -m". Many thanks to @dirkhh for reporting this issue: #6541
- dietpi-bookworm-upgrade | Mark all packages unhold before touching list files. If hold packages are not available anymore afterwards, they remain as dummy entries in "status" and "available" DPKG databases to preserve their hold state. At the same time, "apt-mark unhold" cannot be performed on packages which are neither installed nor available in any installed APT list/repo: #6559
- DietPi-Globals | G_GET_NET: Resolved an issue where the default route was not detected correctly if learned via OPSF or other routing protocols which change the output field numbers of the "ip route" command. Many thanks to @owendelong for reporting this issue: #6561
- WiFi Hotspot | Add dietpi.txt setting and dietpi-config menu entry to toggle 802.11ac/WiFi 5 support - WiFi Hotspot | Add 5 GHz support and respective channel selection - DietPi-Config | Stop and restart hostapd and the DHCP server explicitly when applying changes with hotspot enabled/installed. One of the services might have failed e.g. due to invalid values, in which case they should be restarted to have corrected values taking effect. This means that "Apply" overrides the current "State" value, but this should be fine. - DietPi-Config | Mask WiFi Hotspot key when applying to hostapd.conf
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.21.0
(2023-08-20)
New images
Enhancements
/etc/network/interfaces
will now be preserved.SOFTWARE_WIFI_HOTSPOT_WIFI4
,SOFTWARE_WIFI_HOTSPOT_WIFI5
andSOFTWARE_WIFI_HOTSPOT_5G
to have 802.11n/WiFi 4, 802.11ac/WiFi 5 and 5 GHz support respectively enabled on install.Bug fixes
ip route
command. Many thanks to @owendelong for reporting this issue: G_GET_NET fails if default route not static #6561uname -m
. Many thanks to @dirkhh for reporting this issue: Building working images #6541/etc/network/interfaces
was created with missing key values if lines were previously manually removed. Defaults are now applied in this case. Many thanks to@huettenwirt
for reporting this issue: https://dietpi.com/forum/t/ifup-error-due-to-faulty-etc-network-interfaces/17605@TBirth
for reporting this issue: https://dietpi.com/forum/t/tasmoadmin-not-found-after-visiting-login-page/17632