From: "Amadeusz Żołnowski" <aidecoe-2qtfh70TtYba5EbDDlwbIw@public.gmane.org>
To: initramfs-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
Subject: [PATCH] dracut.8: updated I18N and LUKS sections
Date: Tue, 3 Aug 2010 13:00:13 +0200 [thread overview]
Message-ID: <20100803130013.539710f2@aidecoe.name> (raw)
[-- Attachment #1: Type: text/plain, Size: 3597 bytes --]
i18n/README: typo corrected
---
dracut.8 | 54 +++++++++++++++++++++++++++++++++--------------
modules.d/10i18n/README | 2 +-
2 files changed, 39 insertions(+), 17 deletions(-)
diff --git a/dracut.8 b/dracut.8
index 10f1e1f..3a85cb5 100644
--- a/dracut.8
+++ b/dracut.8
@@ -167,28 +167,40 @@ set udev to loglevel info
set udev to loglevel debug
.SS I18N
- e.g.
- LANG=en_US.UTF-8
- SYSFONT=latarcyrheb-sun16
- KEYTABLE=de-latin1-nodeadkeys
.TP
-.BR KEYBOARDTYPE= sun|pc
-will be written to /etc/sysconfig/keyboard in the initramfs
+.BR KEYMAP "=<keymap base file name>"
+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
+.TP
+.BR EXT_KEYMAPS "=<list of keymap base file names>"
+list of extra keymaps to bo loaded (sep. by space); will be written to
+/etc/sysconfig/keyboard in the initramfs
+.TP
+.BR UNICODE =<1|0>
+boolean, indicating UTF-8 mode; will be written to /etc/sysconfig/i18n in the
+initramfs
.TP
-.BR KEYTABLE= "<keytable filename>"
-will be written to /etc/sysconfig/keyboard in the initramfs
+.BR SYSFONT "=<font base file name>"
+console font; taken from consolefonts directory; will be written to
+/etc/sysconfig/i18n in the initramfs; e.g.: SYSFONT=LatArCyrHeb-16
.TP
-.BR SYSFONT= "Console font"
-will be written to /etc/sysconfig/i18n in the initramfs
+.BR CONTRANS "=<console map base file name>"
+see description of '-m' parameter in setfont manual; taken from consoletrans
+directory; will be written to /etc/sysconfig/i18n in the initramfs
.TP
-.BR SYSFONTACM= "Unicode font map"
-will be written to /etc/sysconfig/i18n in the initramfs
+.BR UNIMAP "=<unicode table base file name>"
+see description of '-u' parameter in setfont manual; taken from unimaps
+directory; will be written to /etc/sysconfig/i18n in the initramfs
.TP
-.BR UNIMAP= "Unicode font map"
-will be written to /etc/sysconfig/i18n in the initramfs
+.BR 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
.TP
-.BR LANG= <locale>
-will be written to /etc/sysconfig/i18n in the initramfs
+.BR LC_ALL "=<locale>"
+taken from the environment; will be written to /etc/sysconfig/i18n in the
+initramfs
.SS LVM
.TP
@@ -221,6 +233,16 @@ This parameter can be specified multiple times.
.BR rd_NO_CRYPTTAB
do not check, if LUKS partition is in /etc/crypttab
+.SS "crypt LUKS - experimental removable keys support"
+works only when plymouth module is not included
+.TP
+.BR rd_LUKS_KEYPATH= "<path to keyfile>"
+path to keyfile inside remove device filesystem
+.TP
+.BR 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
+
.SS MD
.TP
.BR rd_NO_MD
diff --git a/modules.d/10i18n/README b/modules.d/10i18n/README
index 09cb642..c1878a7 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.
--
1.7.2
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 198 bytes --]
reply other threads:[~2010-08-03 11:00 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20100803130013.539710f2@aidecoe.name \
--to=aidecoe-2qtfh70ttyba5ebddlwbiw@public.gmane.org \
--cc=initramfs-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.