Ian Leonard

Results 38 comments of Ian Leonard

Looking to replace findfs. I need to get to the parent device node of $disk instead of $disk's device node for the parted portion.

Starts multiple downloads if gnu parallel is installed. It's been awhile since I used parallel, so if there is a better way to use it, let me know.

So the steps are: update via gui, and find a kodi crash log in /storage/.kodi/temp? I can't reproduce with an RPi3. I used the November 24 -> November 25 nightly...

I added a drop-in at `/storage/.config/system.d/kodi.service` on the December 4 RPi2 nightly image. ``` [Service] TimeoutStopSec=60 ``` I can provoke a crash by restarting the Kodi service. Journalctl shows: ```...

Rebased on #7036; last tested 2023.04.15. I'm still thinking regarding the inclusion of parted. May opt for putting something on the kernel command line that skips the resize check instead.

Not superseded. This is changing how `/storage/.please_resize_me` gets created.

Added a commit with the CLI update script which I intended to make use of this. The script is self-contained; one may copy it to /storage for testing. Its logic...

Added a commit that changes the URL it looks for releases.json to https://releases.libreelec.tv/releases_v2.json. If that URL 404s, then it falls back to https://releases.libreelec.tv/releases.json. The URL may still be overridden with...

Fixed minor issues revealed by pylint. Added checking sha256sums to file downloading.

Added `--nightly` to pull latest nightly build for the device. For uboot images, it picks the first of the available uboot images to use for updating. Some other miscellaneous cleanups....