Skip to content

Commit

Permalink
feat: Stop supporting chsh
Browse files Browse the repository at this point in the history
No more footguns
  • Loading branch information
KyleGospo authored Aug 8, 2024
1 parent 3107f29 commit 91a6ef9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ RUN --mount=type=cache,dst=/var/cache/rpm-ostree \
--mount=type=bind,from=config,src=/rpms,dst=/tmp/rpms \
--mount=type=bind,from=akmods,src=/rpms/ublue-os,dst=/tmp/akmods-rpms \
--mount=type=bind,from=kernel,src=/tmp/rpms,dst=/tmp/kernel-rpms \
rm -f /usr/bin/chsh && \
mkdir -p /var/lib/alternatives && \
/ctx/install.sh && \
/ctx/post-install.sh && \
Expand Down

0 comments on commit 91a6ef9

Please sign in to comment.