mirror of
https://github.com/riptidewave93/UNVR-NAS.git
synced 2025-03-09 15:40:13 +00:00
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:
parent
be235b00ac
commit
f399e13958
13 changed files with 495 additions and 8 deletions
|
@ -20,6 +20,6 @@ docker run --rm -v "${root_path}:/repo:Z" -it ${docker_tag} /repo/scripts/docker
|
|||
TIMESTAMP=`date +%Y%m%d-%H%M`
|
||||
mkdir -p ${root_path}/output/${TIMESTAMP}
|
||||
mv ${build_path}/final/debian*.img.gz ${root_path}/output/${TIMESTAMP}/
|
||||
sudo rm -rf ${build_path} # Be gone, we done buildin! :)
|
||||
#sudo rm -rf ${build_path} # Be gone, we done buildin! :)
|
||||
|
||||
debug_msg "Finished 04_post_docker.sh"
|
||||
debug_msg "Finished 04_post_docker.sh"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue