View previous topic :: View next topic |
Author |
Message |
papu l33t
Joined: 25 Jan 2008 Posts: 729 Location: Sota algun pi o alzina...
|
Posted: Sat May 18, 2024 12:13 pm Post subject: how to configure KEYMAP i18n on openrc-dracut? |
|
|
hi,
i noticed that dracut --kver 6.9.1-gentoo show this message.
dracut[I]: *** Including module: i18n ***
dracut[I]: No KEYMAP configured.
i looked for on net how to configure that on openrc-gentoo but dind't finde out the solution.
Code: | /etc/dracut.conf
# PUT YOUR CONFIG IN separate files
# in /etc/dracut.conf.d named "<name>.conf"
# SEE man dracut.conf(5) for options
compress="zstd"
hostonly="yes"
i18n_vars="/usr/share/keymaps /usr/share/consolefonts" |
anybody knows how?
_________________ --so ~amd64 & openrc --cpu 7700 non-x --ram 2x16GB --gpu RX 470 |
|
Back to top |
|
|
Zentoo Apprentice
Joined: 18 Nov 2002 Posts: 197 Location: /dev/console
|
Posted: Thu Oct 24, 2024 2:52 pm Post subject: |
|
|
I found your thread while trying to solve the same problem.
And I finally found the way to do it:
i18n_vars="/etc/conf.d/keymaps:keymap,extented_keymaps-EXT_KEYMAPS /etc/conf.d/consolefont:consolefont-FONT"
The syntax is: $file:$variable{-$dracut_variable}
That set $dracut_variable to $variable value set in $file
Hope that will help someone else _________________ ACCEPT_KEYWORDS="~amd64"
USE="-systemd"
Desktop: openbox|picom|ROX-Filer|wbar|window maker dockapps
Hardware: Ryzen 7950X | 64 Gb | Nvidia 3080Ti |
|
Back to top |
|
|
papu l33t
Joined: 25 Jan 2008 Posts: 729 Location: Sota algun pi o alzina...
|
Posted: Thu Oct 31, 2024 8:05 pm Post subject: |
|
|
ups, I not remember what I was doing in that moment, but when I remember i see
_________________ --so ~amd64 & openrc --cpu 7700 non-x --ram 2x16GB --gpu RX 470 |
|
Back to top |
|
|
|