Fix missing mkdir (Arch)

This commit is contained in:
Augusto Gunsch 2021-08-24 12:15:46 -03:00
parent 64a765d6f7
commit 8c6c006898
No known key found for this signature in database
GPG Key ID: F7EEFE29825C72DC
1 changed files with 1 additions and 0 deletions

View File

@ -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