]> git.ipfire.org Git - thirdparty/dracut.git/commit
fix(i18n): create the keyboard symlinks again
authorHarald Hoyer <harald@redhat.com>
Tue, 16 Feb 2021 13:17:50 +0000 (14:17 +0100)
committerHarald Hoyer <harald@hoyer.xyz>
Tue, 16 Feb 2021 14:49:02 +0000 (15:49 +0100)
commit9e1c7f3deadd387adaa97b189593b4ba3d7c6d5a
treec9745894647637e140fd9ff61812cd5cf75cfee9
parent2c9debec024577e35287ed4954b4eb391d4ba81a
fix(i18n): create the keyboard symlinks again

Invalid space broke the creation of the keyboard subdirectories,
leading to a symbolic link

usr/share/consolefonts,consoletrans,keymaps,unimaps ->
/usr/lib/kbd/consolefonts,consoletrans,keymaps,unimaps

in the created initramfs.

With this fix the correct symlinks are created again:

usr/share/consolefonts -> /usr/lib/kbd/consolefonts
usr/share/consoletrans -> /usr/lib/kbd/consoletrans
usr/share/keymaps -> /usr/lib/kbd/keymaps
usr/share/unimaps -> /usr/lib/kbd/unimaps
modules.d/10i18n/module-setup.sh