From: Amadeusz Żołnowski Date: Fri, 6 Aug 2010 11:14:18 +0000 (+0200) Subject: dracut.kernel.7.xml: updated I18N and LUKS sections X-Git-Tag: 007~17 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9b3d462b685e763e5b0df12779a59bcf19b67658;p=thirdparty%2Fdracut.git dracut.kernel.7.xml: updated I18N and LUKS sections 10i18n/README: typo corrected --- diff --git a/dracut.kernel.7.xml b/dracut.kernel.7.xml index e55d8ccbe..69925a25a 100644 --- a/dracut.kernel.7.xml +++ b/dracut.kernel.7.xml @@ -168,62 +168,77 @@ This parameter can be specified multiple times. I18N - e.g. - -LANG=en_US.UTF-8 -SYSFONT=latarcyrheb-sun16 -KEYTABLE=de-latin1-nodeadkeys - - - KEYBOARDTYPE= - {sun|pc} + KEYMAP= + <keymap base file name> - will be written to /etc/sysconfig/keyboard in the initramfs + keyboard translation table loaded by loadkeys; taken from keymaps directory; will be written to /etc/sysconfig/keyboard in the initramfs, e.g.: KEYMAP=de-latin1-nodeadkeys - KEYTABLE=<keytable filename> + EXT_KEYMAPS= + <list of keymap base file names> - will be written to /etc/sysconfig/keyboard in the initramfs + list of extra keymaps to bo loaded (sep. by space); will be written to /etc/sysconfig/keyboard in the initramfs - SYSFONT=<Console font> + UNICODE= + <1|0> - will be written to /etc/sysconfig/i18n in the initramfs + boolean, indicating UTF-8 mode; will be written to /etc/sysconfig/i18n in the initramfs - SYSFONTACM= - <Console map> + SYSFONT= + <font base file name> - will be written to /etc/sysconfig/i18n in the initramfs + console font; taken from consolefonts directory; will be written to /etc/sysconfig/i18n in the initramfs; e.g.: SYSFONT=LatArCyrHeb-16 - UNIMAP=<Unicode font map> + CONTRANS= + <console map base file name> - will be written to /etc/sysconfig/i18n in the initramfs + see description of '-m' parameter in setfont manual; taken from consoletrans directory; will be written to /etc/sysconfig/i18n in the initramfs - LANG=<locale> + UNIMAP= + <unicode table base file name> - will be written to /etc/sysconfig/i18n in the initramfs + see description of '-u' parameter in setfont manual; taken from unimaps directory; will be written to /etc/sysconfig/i18n in the initramfs + + + + + LANG= + <locale> + + + taken from the environment; if no UNICODE is defined we set its value in basis of LANG value (whether it ends with ".utf8" (or similar) or not); will be written to /etc/sysconfig/i18n in the initramfs; e.g.: LANG=pl_PL.utf8 + + + + + LC_ALL= + <locale> + + + taken from the environment; will be written to /etc/sysconfig/i18n in the initramfs @@ -300,6 +315,30 @@ This parameter can be specified multiple times. + + crypt LUKS - experimental removable keys support + works only when plymouth module is not included + + + + rd_LUKS_KEYPATH= + <path to keyfile> + + + path to keyfile inside remove device filesystem + + + + + rd_LUKS_KEYDEV_UUID= + <rem. device uuid> + + + UUID of removalbe device storing keyfile; UUID doesn't have to be exact just like for rd_LUKS_UUID + + + + MD diff --git a/modules.d/10i18n/README b/modules.d/10i18n/README index 09cb64214..c1878a7ea 100644 --- a/modules.d/10i18n/README +++ b/modules.d/10i18n/README @@ -120,5 +120,5 @@ file (the same where you put mappings). 3. Kernel parameters If you create generic initramfs you can set up i18n by kernel -parameters using variables listed in 2.1. (expect of UNIKEYMAP +parameters using variables listed in 2.1. (except of UNIKEYMAP and GRP_TOGGLE) The recommended minimum is: SYSFONT, KEYMAP and UNICODE.