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