diff --git a/Containerfile b/Containerfile index 46be148..c85052b 100644 --- a/Containerfile +++ b/Containerfile @@ -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 diff --git a/vconsole.conf b/vconsole.conf new file mode 100644 index 0000000..e1b0357 --- /dev/null +++ b/vconsole.conf @@ -0,0 +1,2 @@ +KEYMAP="dk" +FONT="eurlatgr"