diff --git a/Containerfile b/Containerfile index 98f1dae..ac12dd8 100644 --- a/Containerfile +++ b/Containerfile @@ -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 && \ diff --git a/vconsole.conf b/vconsole.conf new file mode 100644 index 0000000..882cfc8 --- /dev/null +++ b/vconsole.conf @@ -0,0 +1,2 @@ +KEYMAP="dk" +FONT="eurlatgr" \ No newline at end of file