Build a new desktop image using bootc
This commit is contained in:
31
recipes/common/jp-desktop-bootc.yml
Normal file
31
recipes/common/jp-desktop-bootc.yml
Normal file
@@ -0,0 +1,31 @@
|
||||
---
|
||||
# yaml-language-server: $schema=https://schema.blue-build.org/module-list-v1.json
|
||||
modules:
|
||||
- type: dnf
|
||||
source: local
|
||||
install:
|
||||
packages:
|
||||
- https://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-%OS_VERSION%.noarch.rpm
|
||||
- https://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-%OS_VERSION%.noarch.rpm
|
||||
- dnf5-plugins
|
||||
- type: dnf
|
||||
source: local
|
||||
copr:
|
||||
- ryanabx/cosmic-epoch
|
||||
group-install:
|
||||
packages:
|
||||
- kde-desktop
|
||||
install:
|
||||
packages:
|
||||
- cosmic-desktop
|
||||
- akmod-nvidia
|
||||
- nvidia-vaapi-driver
|
||||
- libva-utils
|
||||
- vdpauinfo
|
||||
- type: files
|
||||
files:
|
||||
- source: desktop-audio
|
||||
destination: /
|
||||
- source: nvidia-kargs
|
||||
destination: /usr/lib/bootc/kargs.d/
|
||||
- from-file: common/jp-common-bootc.yml
|
||||
Reference in New Issue
Block a user