added vconsole.conf
This commit is contained in:
parent
8ce57d4f66
commit
eb6850c3ee
@ -2,8 +2,12 @@ ARG FEDORA_MAJOR_VERSION=41
|
|||||||
|
|
||||||
FROM quay.io/fedora-ostree-desktops/silverblue:${FEDORA_MAJOR_VERSION}
|
FROM quay.io/fedora-ostree-desktops/silverblue:${FEDORA_MAJOR_VERSION}
|
||||||
|
|
||||||
|
COPY vconsole.conf /etc/vconsole.conf
|
||||||
|
|
||||||
RUN rpm-ostree install \
|
RUN rpm-ostree install \
|
||||||
vim
|
vim
|
||||||
|
|
||||||
|
RUN rpm-ostree override remove firefox firefox-langpacks
|
||||||
|
|
||||||
RUN rpm-ostree cleanup -m && \
|
RUN rpm-ostree cleanup -m && \
|
||||||
ostree container commit
|
ostree container commit
|
||||||
|
2
vconsole.conf
Normal file
2
vconsole.conf
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
KEYMAP="dk"
|
||||||
|
FONT="eurlatgr"
|
Loading…
Reference in New Issue
Block a user