fix: add btrfs support using magic (#5)

* 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:42:12 -05:00 committed by GitHub
parent be235b00ac
commit f399e13958
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
13 changed files with 495 additions and 8 deletions

View file

@ -10,6 +10,9 @@ export APT_LISTCHANGES_FRONTEND=none
debconf-set-selections /debconf.set
rm -f /debconf.set
# Run depmod for our kernel so we pick up btrfs + more
depmod -a 4.19.152-alpine-unvr
# Initial package install
apt-get clean
apt-get update