Utilize build from xpadneo, rebuild dracut with initramfs
Some checks failed
bluebuild / Build Custom Image (recipe.yml) (pull_request) Failing after 3m34s
Some checks failed
bluebuild / Build Custom Image (recipe.yml) (pull_request) Failing after 3m34s
This commit is contained in:
12
files/scripts/install-xpadneo.sh
Normal file
12
files/scripts/install-xpadneo.sh
Normal 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
|
@@ -4,7 +4,6 @@ modules:
|
|||||||
copr:
|
copr:
|
||||||
- ublue-os/packages
|
- ublue-os/packages
|
||||||
- solopasha/hyprland
|
- solopasha/hyprland
|
||||||
- atim/xpadneo
|
|
||||||
- peterwu/rendezvous
|
- peterwu/rendezvous
|
||||||
nonfree: rpmfusion
|
nonfree: rpmfusion
|
||||||
install:
|
install:
|
||||||
@@ -121,8 +120,9 @@ modules:
|
|||||||
- gamescope
|
- gamescope
|
||||||
# for performance view
|
# for performance view
|
||||||
- mangohud
|
- mangohud
|
||||||
# controller
|
# dependencies for xpadneo
|
||||||
- xpadneo
|
- dkms
|
||||||
|
- kernel-devel
|
||||||
|
|
||||||
remove:
|
remove:
|
||||||
packages:
|
packages:
|
||||||
|
4
recipes/components/xpadneo-module.yml
Normal file
4
recipes/components/xpadneo-module.yml
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
modules:
|
||||||
|
- type: script
|
||||||
|
scripts:
|
||||||
|
- install-xpadneo.sh
|
@@ -14,10 +14,12 @@ image-version: 42 # latest is also supported if you want new updates ASAP
|
|||||||
modules:
|
modules:
|
||||||
- from-file: components/dnf-module.yml
|
- from-file: components/dnf-module.yml
|
||||||
- from-file: components/script-module.yml
|
- from-file: components/script-module.yml
|
||||||
|
- from-file: components/xpadneo-module.yml
|
||||||
- from-file: components/sys-files-module.yml
|
- from-file: components/sys-files-module.yml
|
||||||
- from-file: components/systemd-module.yml
|
- from-file: components/systemd-module.yml
|
||||||
- from-file: components/default-flatpak.yml
|
- from-file: components/default-flatpak.yml
|
||||||
- from-file: components/chezmoi-module.yml
|
- from-file: components/chezmoi-module.yml
|
||||||
|
- type: initramfs
|
||||||
|
|
||||||
- type: signing
|
- type: signing
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user