|
Harald Hoyer |
b38677 |
From fe6455a6e8f4b070ffa8116ef26d423a25d56049 Mon Sep 17 00:00:00 2001
|
|
Harald Hoyer |
b38677 |
From: Harald Hoyer <harald@redhat.com>
|
|
Harald Hoyer |
b38677 |
Date: Mon, 29 Feb 2016 13:12:02 +0100
|
|
Harald Hoyer |
b38677 |
Subject: [PATCH] documentation: "--hostonly-i18n" "--no-hostonly-i18n"
|
|
Harald Hoyer |
b38677 |
"i18n_install_all"
|
|
Harald Hoyer |
b38677 |
|
|
Harald Hoyer |
b38677 |
---
|
|
Harald Hoyer |
b38677 |
dracut.8.asc | 6 ++++++
|
|
Harald Hoyer |
b38677 |
dracut.conf.5.asc | 3 +++
|
|
Harald Hoyer |
b38677 |
2 files changed, 9 insertions(+)
|
|
Harald Hoyer |
b38677 |
|
|
Harald Hoyer |
b38677 |
diff --git a/dracut.8.asc b/dracut.8.asc
|
|
Harald Hoyer |
b38677 |
index aee84c4..3b80000 100644
|
|
Harald Hoyer |
b38677 |
--- a/dracut.8.asc
|
|
Harald Hoyer |
b38677 |
+++ b/dracut.8.asc
|
|
Harald Hoyer |
b38677 |
@@ -323,6 +323,12 @@ provide a valid _/etc/fstab_.
|
|
Harald Hoyer |
b38677 |
**--no-hostonly-cmdline**:
|
|
Harald Hoyer |
b38677 |
Do not store kernel command line arguments needed in the initramfs
|
|
Harald Hoyer |
b38677 |
|
|
Harald Hoyer |
b38677 |
+**--hostonly-i18n**:
|
|
Harald Hoyer |
b38677 |
+ Install only needed keyboard and font files according to the host configuration (default).
|
|
Harald Hoyer |
b38677 |
+
|
|
Harald Hoyer |
b38677 |
+**--no-hostonly-i18n**:
|
|
Harald Hoyer |
b38677 |
+ Install all keyboard and font files available.
|
|
Harald Hoyer |
b38677 |
+
|
|
Harald Hoyer |
b38677 |
**--persistent-policy** _<policy>_::
|
|
Harald Hoyer |
b38677 |
Use _<policy>_ to address disks and partitions.
|
|
Harald Hoyer |
b38677 |
_<policy>_ can be any directory name found in /dev/disk.
|
|
Harald Hoyer |
b38677 |
diff --git a/dracut.conf.5.asc b/dracut.conf.5.asc
|
|
Harald Hoyer |
b38677 |
index 0460d4f..e07c247 100644
|
|
Harald Hoyer |
b38677 |
--- a/dracut.conf.5.asc
|
|
Harald Hoyer |
b38677 |
+++ b/dracut.conf.5.asc
|
|
Harald Hoyer |
b38677 |
@@ -99,6 +99,9 @@ Configuration files must have the extension .conf; other extensions are ignored.
|
|
Harald Hoyer |
b38677 |
*hostonly_cmdline=*"__{yes|no}__"::
|
|
Harald Hoyer |
b38677 |
If set, store the kernel command line arguments needed in the initramfs
|
|
Harald Hoyer |
b38677 |
|
|
Harald Hoyer |
b38677 |
+*i18n_install_all=*"__{yes|no}__"::
|
|
Harald Hoyer |
b38677 |
+ If set to yes, install all available fonts and keyboard files.
|
|
Harald Hoyer |
b38677 |
+
|
|
Harald Hoyer |
b38677 |
*persistent_policy=*"__<policy>__"::
|
|
Harald Hoyer |
b38677 |
Use _<policy>_ to address disks and partitions.
|
|
Harald Hoyer |
b38677 |
_<policy>_ can be any directory name found in /dev/disk.
|