Skip to content

Commit

Permalink
v8.15
Browse files Browse the repository at this point in the history
- DietPi-Installer | Resolved an issue where conflicting network configurations were left in place, e.g. from cloud-init when running the script on a VPS Debian image. Many thanks to @mews-se for reporting this issue: #6067
  • Loading branch information
MichaIng committed Feb 18, 2023
1 parent fe6397c commit 604ae6f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .build/images/dietpi-installer
Original file line number Diff line number Diff line change
Expand Up @@ -1603,6 +1603,9 @@ _EOF_'
# ifupdown starts the daemon outside of systemd, the enabled systemd unit just throws an error on boot due to missing dbus and with dbus might interfere with ifupdown
systemctl -q is-enabled wpa_supplicant 2> /dev/null && G_EXEC systemctl disable wpa_supplicant

# Removing all network configs: https://github.com/MichaIng/DietPi/issues/6067
G_EXEC rm -Rf /etc/network/interfaces{,.d/{,.??,.[^.]}*}

if (( $G_HW_MODEL != 75 ))
then
G_EXEC_DESC='Configuring network interfaces'
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ v8.15
(2023-03-11)

Enhancements:
- DietPi-Installer | Resolved an issue where conflicting network configurations were left in place, e.g. from cloud-init when running the script on a VPS Debian image. Many thanks to @mews-se for reporting this issue: https://github.com/MichaIng/DietPi/issues/6067
- DietPi-Software | XRDP: TLS via snakeoil certificate is now enabled OOTB. This leads to a warning shown on Windows RDP clients until either a proper certificate signed by a trusted CA is used (e.g. by Let's Encrypt), or it is muted for the particular server via checkbox at the client. Many thanks to @amibumping for providing the needed step: https://github.com/MichaIng/DietPi/issues/5976

Bug fixes:
Expand Down

0 comments on commit 604ae6f

Please sign in to comment.