adding base-module ading udev rules and other things from ublue
Some checks failed
bluebuild / Build Custom Image (recipe.yml) (push) Failing after 21s
Some checks failed
bluebuild / Build Custom Image (recipe.yml) (push) Failing after 21s
This commit is contained in:
25
recipes/components/base-module.yml
Normal file
25
recipes/components/base-module.yml
Normal file
@@ -0,0 +1,25 @@
|
||||
modules:
|
||||
- type: containerfile
|
||||
snippets:
|
||||
- RUN rpm-ostree install just powerstat
|
||||
- COPY --from=ghcr.io/ublue-os/config:latest /rpms/ublue-os-udev-rules.noarch.rpm /
|
||||
- COPY --from=ghcr.io/ublue-os/config:latest /rpms/ublue-os-update-services.noarch.rpm /
|
||||
- COPY --from=ghcr.io/ublue-os/config:latest /rpms/ublue-os-signing.noarch.rpm /
|
||||
- COPY --from=ghcr.io/ublue-os/config:latest /rpms/ublue-os-luks.noarch.rpm /
|
||||
- COPY --from=ghcr.io/ublue-os/config:latest /rpms/ublue-os-just.noarch.rpm /
|
||||
- RUN rpm -ivh /ublue-os-udev-rules.noarch.rpm
|
||||
- RUN rpm -ivh /ublue-os-update-services.noarch.rpm
|
||||
- RUN rpm -ivh /ublue-os-signing.noarch.rpm
|
||||
- RUN rpm -ivh /ublue-os-luks.noarch.rpm
|
||||
- RUN rpm -ivh /ublue-os-just.noarch.rpm
|
||||
|
||||
- type: systemd
|
||||
system:
|
||||
enabled:
|
||||
- rpm-ostreed.automatic.timer
|
||||
- podman-auto-update.timer
|
||||
- flatpak-system-update.timer
|
||||
user:
|
||||
enabled:
|
||||
- podman-auto-update.timer
|
||||
- flatpak-system-update.timer
|
@@ -13,6 +13,7 @@ image-version: latest # latest is also supported if you want new updates ASAP
|
||||
# you can include multiple instances of the same module
|
||||
modules:
|
||||
- from-file: components/sys-files-module.yml
|
||||
- from-file: components/base-module.yml
|
||||
- from-file: components/sddm-module.yml
|
||||
- from-file: components/hyprland-module.yml
|
||||
- from-file: components/default-flatpak.yml
|
||||
|
Reference in New Issue
Block a user