new-base-core #1

Merged
eriq12 merged 38 commits from new-base-core into main 2025-05-23 18:16:05 -04:00
41 changed files with 367 additions and 398 deletions
Showing only changes of commit 67ca43db57 - Show all commits

View File

@@ -1,17 +1,10 @@
modules: modules:
- type: containerfile - type: containerfile
snippets: 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-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-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-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-signing.noarch.rpm
- RUN rpm -ivh /ublue-os-luks.noarch.rpm
- RUN rpm -ivh /ublue-os-just.noarch.rpm
- type: script - type: script
scripts: scripts:
@@ -85,7 +78,10 @@ modules:
# software # software
- gnome-software - gnome-software
- gnome-software-rpm-ostree - gnome-software-rpm-ostree
# power
- powerstat
remove: remove:
packages: packages:
# remove firefox # remove firefox