From 86c2d0217fbb569c86dbe683b49d6460a01ef8b1 Mon Sep 17 00:00:00 2001 From: Joshua Seiger-Eatwell Date: Fri, 3 Jan 2025 09:53:43 +0100 Subject: [PATCH] added vconsole.conf to image --- Containerfile | 2 ++ vconsole.conf | 2 ++ 2 files changed, 4 insertions(+) create mode 100644 vconsole.conf 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