From 8c6c00689896408ab82c6f797e687cd56f100b10 Mon Sep 17 00:00:00 2001 From: Augusto Gunsch Date: Tue, 24 Aug 2021 12:15:46 -0300 Subject: [PATCH] Fix missing mkdir (Arch) --- install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/install.sh b/install.sh index 26c175e..340d775 100755 --- a/install.sh +++ b/install.sh @@ -244,6 +244,7 @@ set_locale() { # while openrc and others may read from here KBD_LAYOUT_FULL_PATH=$(find /usr/share/kbd/keymaps -name "$KBD_LAYOUT.map.gz") + mkdir -p /mnt/etc/conf.d echo "keymap=\"$KBD_LAYOUT_FULL_PATH\"" > /mnt/etc/conf.d/keymaps # and X11 will read from here