Skip to content

Commit

Permalink
v9.6
Browse files Browse the repository at this point in the history
- DietPi-Banner | Resolved an issue where incorrect RAM usage was printed with German and potentially other locales. Many thanks to @jwgn for reporting this issue: #7107
  • Loading branch information
MichaIng committed Jun 14, 2024
1 parent 0217da6 commit bea468b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ Bug fixes:
- Network | Resolved a rare issue, where shutdowns could hang, when networking.service and [email protected] instances try to bring down the same network interface concurrently. Many thanks to @ioctl2 for reporting this issue: https://github.com/MichaIng/DietPi/issues/7104
- Odroid C1 | Resolved an issue, where the kernel upgrade did not apply as intended. Many thanks to @th2j for reporting this issue: https://github.com/MichaIng/DietPi/issues/6332#issuecomment-2162959873
- VisionFive 2 | Resolved an issue where our new image did not boot, because of a false device tree name in /boot/extlinux/extlinux.conf.
- DietPi-Banner | Resolved an issue where incorrect RAM usage was printed with German and potentially other locales. Many thanks to @jwgn for reporting this issue: https://github.com/MichaIng/DietPi/issues/7107

As always, many smaller code performance and stability improvements, visual and spelling fixes have been done, too much to list all of them here. Check out all code changes of this release on GitHub: https://github.com/MichaIng/DietPi/pull/ADDME

Expand Down
3 changes: 3 additions & 0 deletions dietpi/func/dietpi-banner
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@
readonly G_PROGRAM_NAME='DietPi-Banner'
G_CHECK_ROOT_USER # Required to store settings
G_INIT
else
# Apply safe locale in non-menu mode (where G_INIT does it)
export LC_ALL='C.UTF-8' LANG='C.UTF-8'
fi
# Import DietPi-Globals --------------------------------------------------------------

Expand Down

0 comments on commit bea468b

Please sign in to comment.