Skip to content

Commit

Permalink
fix: enable boot to tty for base image (#424)
Browse files Browse the repository at this point in the history
  • Loading branch information
manan-gup committed Nov 20, 2023
1 parent 2bc3101 commit 82ccb30
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 @@ -26,6 +26,7 @@ RUN wget https://copr.fedorainfracloud.org/coprs/ublue-os/staging/repo/fedora-$(
rm -f /etc/yum.repos.d/_copr_ublue-os_staging.repo && \
rm -f /etc/yum.repos.d/_copr_kylegospo_oversteer.repo && \
rm -rf /tmp/* /var/* && \
if [[ "$IMAGE_NAME" == "base" ]]; then systemctl enable getty@tty1; fi && \
ostree container commit && \
mkdir -p /var/tmp && chmod -R 1777 /var/tmp

Expand Down

0 comments on commit 82ccb30

Please sign in to comment.