Posts by sky42

    new thread for my builds

    LE 8.2.5 with UHD 630 / Coffee Lake support and luks, lvm2, dm-raid

    Hello,

    Just download it here from my LibreELEC share:

    HiDrive

    You will also find my keymap there. This one i rewrote over the last months to fit my needs with Harmony Elite unsing FLIRC and Bluetooth (to get away from RC6 IR).

    I build this in the last weeks to move on from OE 5.0 with truecrypt. My build is as close as possible to LE 8.2.

    what was added:

    - 2 hooks for the boot process

    /flash/post-flash.sh (if exist) after flash mount

    /storage/.config/post-update.sh (if exist) after update check

    - busybox +sha3 +base64 +stty for some scripts i need this

    - kernel config for cryptsetup, md raid, lvm2 only for Generic/RPi2

    - package cryptsetup

    - package lvm2

    - package mdadm

    - kernel commandline parsing for SYSTEM_TORAM_LIMIT to get SYSTEM loadad to RAM on RPi2 with "SYSTEM_TORAM_LIMIT=680000" in /flash/cmdline.txt

    some of the cryptsetup, lvm2 and kernel config was taken from LE 8 Remix git and slightly changed.

    found here

    LE8 "Remix" (Generic/RPi) Emulationstation/Chrome/Spotify PROVIDE LOGS IF PROBLEMS

    features tested:

    - truecrypt with "cryptsetup open --type tcrypt /dev/sda6 tcrypt-sda6 ; mount /dev/mapper/tcrypt-sda6 <your mountpoint>" created on OE 5.0 with truecrypt

    - veracrypt with "cryptsetup open --veracrypt --type tcrypt /dev/sdb6 vcrypt-sdb6 ; mount.exfat /dev/mapper/vcrypt-sdb6 <your mountpoint>" created on Windows 10 with veracypt and formated as exfat

    - cryptsetup luks i used to create and mount encrypted userdata

    features not testet:

    - cryptsetup with loopaes

    - lvm2

    - mdadm

    I also build a version with kernel 4.13.11, where i take the config from libreelec master and disabled all what looked like debugging features. For that to build i needed to update media_build and RTL8812AU from master. Then i added intel_nuc_led from le git master. This one i build for testing the latest NUC7i3DNKE. I hope in the next weeks i will get one for testing. In the release notes of LE 8.2 i read about problems with new NUCs an bitsream audio and patches for 4.13 where it hopefully will be fixed.

    Have Fun

    Peter