Utilize build from xpadneo, rebuild dracut with initramfs
Some checks failed
bluebuild / Build Custom Image (recipe.yml) (pull_request) Failing after 3m34s

This commit is contained in:
2025-06-21 21:09:28 -04:00
parent d0e1214f23
commit ef88e46e8e
4 changed files with 21 additions and 3 deletions

View File

@@ -0,0 +1,12 @@
#!/usr/bin/env bash
# Tell build process to exit if there are any errors.
set -oue pipefail
dnf install dkms make bluez bluez-tools kernel-devel-`uname -r` kernel-headers
git clone https://github.com/atar-axis/xpadneo.git /tmp/xpadneo/
cd /tmp/xpadneo
./install.sh --verbose