Conversation
) It was probably an oversight, that while the "grafana" armhf packages from that repo are incompatible with ARMv6, the "grafana-rpi" packages are not, and are available. Hence we can and should use Grafana's own repo, and in the same turn migrate to DEB822 format. Additionally, this aligns and fixes some uninstall code.
Fixed with SDL v3.4.4
Previously, if a drive did have any formatted partition, other unformatted partitions were not shown at all. Also, it was assumed that any unformatted drive is a parent device, and no partition. Now, unformatted drives are detected much more similar to how it is done with formatted unmounted drives: unformatted partitions are detected and listed as such. Only if there is no partition at all, the parent device itself is listed, so that it can be formatted as a whole.
It was missing in a prior commit when support for those SBCs via /boot/boot.ini as added. Also, add `fsck.repair=yes` to those two SBCs, and remove the obsolete HDMI resolution section from the Odroid XU4 boot.ini: At least for me, `drm_kms_helper.edid_firmware` did not work, but the `video=` parameter used by dietpi-display (and for some examples in the boot.ini) works well.
This file contains hidden or 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
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 v10.3.2
(2025-04-16)
Enhancements since v10.3.1
/boot/boot.inihas been added.Bug fixes since v10.3.1
EnvironmentFilebelow/mnt/dietpi_userdatamay have failed to start, if it has been moved to an external drive. Many thanks to @jcw for reporting this issue: The immich-ml service fails on reboot #8070