Skip to content

Commit

Permalink
stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanabx committed Feb 26, 2024
1 parent d8b80c7 commit 72731ff
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion containers/Containerfile.fedora-cosmic-atomic
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ RUN rpm-ostree install \
mozilla-fira-mono-fonts \
mozilla-fira-sans-fonts

COPY --from=cosmic-compiled /artifacts/* /
COPY --from=cosmic-compiled /artifacts/usr /usr
RUN ls /usr/bin | grep "cosmic"

RUN ln -s /usr/lib/systemd/system/cosmic-greeter.service /etc/systemd/system/display-manager.service
RUN rm -rf /var/lib/greetd
Expand Down
3 changes: 2 additions & 1 deletion containers/Containerfile.fedora-cosmic-atomic-nvidia
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ RUN rpm-ostree install \
mozilla-fira-mono-fonts \
mozilla-fira-sans-fonts

COPY --from=cosmic-compiled /artifacts/* /
COPY --from=cosmic-compiled /artifacts/usr /usr
RUN ls /usr/bin | grep "cosmic"

# RUN ln -s /usr/lib/systemd/system/cosmic-greeter.service /etc/systemd/system/display-manager.service
RUN rm -rf /var/lib/greetd
Expand Down
3 changes: 2 additions & 1 deletion containers/Containerfile.fedora-cosmic-atomic-silverblue
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ RUN rpm-ostree install \
mozilla-fira-mono-fonts \
mozilla-fira-sans-fonts

COPY --from=cosmic-compiled /artifacts/* /
COPY --from=cosmic-compiled /artifacts/usr /usr
RUN ls /usr/bin | grep "cosmic"

# RUN ln -s /usr/lib/systemd/system/cosmic-greeter.service /etc/systemd/system/display-manager.service
RUN rm -rf /var/lib/greetd
Expand Down

0 comments on commit 72731ff

Please sign in to comment.