05-26-2016, 01:44 PM
I just pushed a new awesom Kernel release together with an update to the update scripts. Starting with 3.10.101-4-pine64-longsleep-51 the Kernel release supports out-of-tree building of modules and DKMS. For example this makes it possible to install ZFS on Ubuntu and the Kernel modules will compile automatically on installation and on every future Kernel update.
Get 3.10.101-4-pine64-longsleep-51 from https://www.stdin.xyz/downloads/people/l...ges/linux/
Update like this (as root, not sudo!) on any of my images:
Get 3.10.101-4-pine64-longsleep-51 from https://www.stdin.xyz/downloads/people/l...ges/linux/
Update like this (as root, not sudo!) on any of my images:
Code:
bash <(curl -s https://raw.githubusercontent.com/longsleep/build-pine64-image/master/simpleimage/platform-scripts/pine64_update_uboot.sh)
bash <(curl -s https://raw.githubusercontent.com/longsleep/build-pine64-image/master/simpleimage/platform-scripts/pine64_update_kernel.sh)