added vconsole.conf

This commit is contained in:
Joshua Seiger-Eatwell 2025-01-03 00:03:26 +01:00
parent 8ce57d4f66
commit eb6850c3ee
2 changed files with 6 additions and 0 deletions

View File

@ -2,8 +2,12 @@ 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
RUN rpm-ostree override remove firefox firefox-langpacks
RUN rpm-ostree cleanup -m && \
ostree container commit

2
vconsole.conf Normal file
View File

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