Create laptop bootc image
This commit is contained in:
10
recipes/common/bootc-setup.yml
Normal file
10
recipes/common/bootc-setup.yml
Normal file
@@ -0,0 +1,10 @@
|
||||
---
|
||||
# yaml-language-server: $schema=https://schema.blue-build.org/module-list-v1.json
|
||||
modules:
|
||||
- type: dnf
|
||||
source: ghcr.io/blue-build/modules/dnf:dnf-module
|
||||
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
|
||||
Reference in New Issue
Block a user