fix: add btrfs support using magic

* Use old GPL release from https://github.com/fabianishere/udm-kernel/tree/master to build and steal it's btrfs kernel module + depends.
* Can't use full kernel, NIC issues everywhere, so we will just use it for btrfs for OMV. Will move to our own kernel fully if I can get an updated GPL release from Ui.
* BONUS: Fixup issue where system would reboot when shutdown from touch screen
This commit is contained in:
Chris Blake 2024-05-30 17:34:35 -05:00
parent be235b00ac
commit 8e0bb6ca9d
13 changed files with 495 additions and 8 deletions

View file

@ -40,6 +40,7 @@ RUN apt-get update && apt-get install -yq \
qemu-user-static \
rsync \
swig \
u-boot-tools \
unzip \
uuid-runtime \
wget \