added vconsole.conf to image
All checks were successful
Build Silverblue Image / build-push (push) Successful in 1m9s

This commit is contained in:
Joshua Seiger-Eatwell 2025-01-03 09:53:43 +01:00
parent b0e2fd3db0
commit 86c2d0217f
2 changed files with 4 additions and 0 deletions

View File

@ -2,6 +2,8 @@ ARG FEDORA_MAJOR_VERSION=41
FROM quay.io/fedora-ostree-desktops/silverblue:${FEDORA_MAJOR_VERSION}
COPY vconsole.conf /etc/vconsole.conf
RUN rpm-ostree install vim ncdu && \
rpm-ostree override remove firefox firefox-langpacks && \
sed -i 's/#AutomaticUpdatePolicy.*/AutomaticUpdatePolicy=stage/' /etc/rpm-ostreed.conf && \

2
vconsole.conf Normal file
View File

@ -0,0 +1,2 @@
KEYMAP="dk"
FONT="eurlatgr"