Fix missing mkdir (Arch)
This commit is contained in:
parent
64a765d6f7
commit
8c6c006898
|
@ -244,6 +244,7 @@ set_locale() {
|
||||||
|
|
||||||
# while openrc and others may read from here
|
# while openrc and others may read from here
|
||||||
KBD_LAYOUT_FULL_PATH=$(find /usr/share/kbd/keymaps -name "$KBD_LAYOUT.map.gz")
|
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
|
echo "keymap=\"$KBD_LAYOUT_FULL_PATH\"" > /mnt/etc/conf.d/keymaps
|
||||||
|
|
||||||
# and X11 will read from here
|
# and X11 will read from here
|
||||||
|
|
Loading…
Reference in New Issue