712866
From 81564fcefcf1554fa3a0f2145b9e18d149228344 Mon Sep 17 00:00:00 2001
712866
From: Harald Hoyer <harald@redhat.com>
712866
Date: Thu, 9 Jan 2014 12:17:01 +0100
712866
Subject: [PATCH] documentation: line wrap
712866
712866
---
712866
 dracut.8.asc         |  16 ++++---
712866
 dracut.asc           |  12 +++--
712866
 dracut.bootup.7.asc  |   3 +-
712866
 dracut.cmdline.7.asc | 125 ++++++++++++++++++++++++++++++++-------------------
712866
 dracut.conf.5.asc    |  18 +++++---
712866
 dracut.modules.7.asc |  45 +++++++++++--------
712866
 dracut.usage.asc     |  45 ++++++++++++-------
712866
 mkinitrd.8.asc       |   4 +-
712866
 8 files changed, 165 insertions(+), 103 deletions(-)
712866
712866
diff --git a/dracut.8.asc b/dracut.8.asc
5c6c2a
index 2ea67447..b2946753 100644
712866
--- a/dracut.8.asc
712866
+++ b/dracut.8.asc
712866
@@ -33,9 +33,9 @@ For a complete list of kernel command line options see *dracut.cmdline*(7).
712866
 If you are dropped to an emergency shell, while booting your initramfs,
712866
 the file _/run/initramfs/rdsosreport.txt_ is created, which can be safed to a
712866
 (to be mounted by hand) partition (usually /boot) or a USB stick.
712866
-Additional debugging info can be produced by adding **rd.debug** to the kernel command line.
712866
-_/run/initramfs/rdsosreport.txt_ contains all logs and the output of some tools.
712866
-It should be attached to any report about dracut problems.
712866
+Additional debugging info can be produced by adding **rd.debug** to the kernel
712866
+command line. _/run/initramfs/rdsosreport.txt_ contains all logs and the output
712866
+of some tools. It should be attached to any report about dracut problems.
712866
 
712866
 USAGE
712866
 -----
712866
@@ -362,7 +362,8 @@ will not be able to boot. Equivalent to "lzma --compress=lzma -9"
712866
 [WARNING]
712866
 ====
712866
 Make sure your kernel has xz decompression support compiled in, otherwise you
712866
-will not be able to boot. Equivalent to "lzma --compress=xz --check=crc32 --lzma2=dict=1MiB"
712866
+will not be able to boot. Equivalent to
712866
+"lzma --compress=xz --check=crc32 --lzma2=dict=1MiB"
712866
 ====
712866
 
712866
 **--lzo**::
712866
@@ -423,8 +424,8 @@ will not be able to boot.
712866
 ----
712866
 
712866
 **--regenerate-all**::
712866
-    Regenerate all initramfs images at the default location with the kernel versions found on the system.
712866
-    Additional parameters are passed through.
712866
+    Regenerate all initramfs images at the default location with the kernel
712866
+    versions found on the system. Additional parameters are passed through.
712866
 
712866
 FILES
712866
 -----
712866
@@ -452,7 +453,8 @@ _/etc/conf.d/_::
712866
     set in the configuration files.
712866
 
712866
 _/etc/cmdline_::
712866
-    Can contain additional command line options. Deprecated, better use /etc/cmdline.d/*.conf.
712866
+    Can contain additional command line options. Deprecated, better use
712866
+    /etc/cmdline.d/*.conf.
712866
 
712866
 _/etc/cmdline.d/*.conf_::
712866
     Can contain additional command line options.
712866
diff --git a/dracut.asc b/dracut.asc
5c6c2a
index 031b2014..b047a337 100644
712866
--- a/dracut.asc
712866
+++ b/dracut.asc
712866
@@ -125,12 +125,14 @@ started looks like <<dracutbootup7>>.
712866
 
712866
 == Dracut on shutdown
712866
 
712866
-On a systemd driven system, the dracut initramfs is also used for the shutdown procedure.
712866
+On a systemd driven system, the dracut initramfs is also used for the shutdown
712866
+procedure.
712866
 
712866
 The following steps are executed during a shutdown:
712866
 
712866
 * systemd switches to the shutdown.target
712866
-* systemd starts /lib/systemd/system/shutdown.target.wants/dracut-shutdown.service
712866
+* systemd starts
712866
+  /lib/systemd/system/shutdown.target.wants/dracut-shutdown.service
712866
 * dracut-shutdown.service executes /usr/lib/dracut/dracut-initramfs-restore
712866
   which unpacks the initramfs to /run/initramfs
712866
 * systemd finishes shutdown.target
712866
@@ -138,8 +140,10 @@ The following steps are executed during a shutdown:
712866
 * systemd tries to unmount everything and mounts the remaining read-only
712866
 * systemd checks, if there is a /run/initramfs/shutdown executable
712866
 * if yes, it does a pivot_root to /run/initramfs and executes ./shutdown.
712866
-  The old root is then mounted on /oldroot. /usr/lib/dracut/modules.d/99shutdown/shutdown.sh is the shutdown executable.
712866
-* shutdown will try to umount every /oldroot mount and calls the various shutdown hooks from the dracut modules
712866
+  The old root is then mounted on /oldroot.
712866
+  /usr/lib/dracut/modules.d/99shutdown/shutdown.sh is the shutdown executable.
712866
+* shutdown will try to umount every /oldroot mount and calls the various
712866
+  shutdown hooks from the dracut modules
712866
 
712866
 This ensures, that all devices are disassembled and unmounted cleanly.
712866
 
712866
diff --git a/dracut.bootup.7.asc b/dracut.bootup.7.asc
5c6c2a
index c35af195..d7edc1e7 100644
712866
--- a/dracut.bootup.7.asc
712866
+++ b/dracut.bootup.7.asc
712866
@@ -11,7 +11,8 @@ dracut.bootup - boot ordering in the initramfs
712866
 DESCRIPTION
712866
 -----------
712866
 
712866
-This flow chart illustrates the ordering of the services, if systemd is used in the dracut initramfs.
712866
+This flow chart illustrates the ordering of the services, if systemd is used in
712866
+the dracut initramfs.
712866
 ----
712866
 
712866
                                     systemd-journal.socket
712866
diff --git a/dracut.cmdline.7.asc b/dracut.cmdline.7.asc
5c6c2a
index 6a5fc8f6..8ac53414 100644
712866
--- a/dracut.cmdline.7.asc
712866
+++ b/dracut.cmdline.7.asc
712866
@@ -72,14 +72,14 @@ rootfstype=ext3
712866
     See also ro option.
712866
 
712866
 **rootfallback=**__<path to blockdevice>__::
712866
-    specify the block device to use as the root filesystem, if the normal root cannot be found.
712866
-    This can only be a simple block device with a simple file system, for which the filesystem
712866
-    driver is either compiled in, or added manually to the initramfs.
712866
-    This parameter can be specified multiple times.
712866
+    specify the block device to use as the root filesystem, if the normal root
712866
+    cannot be found. This can only be a simple block device with a simple file
712866
+    system, for which the filesystem driver is either compiled in, or added
712866
+    manually to the initramfs. This parameter can be specified multiple times.
712866
 
712866
 **rd.auto** **rd.auto=1**::
712866
-    enable autoassembly of special devices like cryptoLUKS, dmraid, mdraid or lvm.
712866
-    Default is off as of dracut version >= 024.
712866
+    enable autoassembly of special devices like cryptoLUKS, dmraid, mdraid or
712866
+    lvm. Default is off as of dracut version >= 024.
712866
 
712866
 **rd.fstab=0**::
712866
     do not honor special mount options for the root filesystem found in
712866
@@ -132,9 +132,10 @@ Misc
712866
 [[dracutkerneldebug]]
712866
 Debug
712866
 ~~~~~
712866
-If you are dropped to an emergency shell, the file _/run/initramfs/rdsosreport.txt_ is created,
712866
-which can be safed to a (to be mounted by hand) partition (usually /boot) or a USB stick.
712866
-Additional debugging info can be produced by adding **rd.debug** to the kernel command line.
712866
+If you are dropped to an emergency shell, the file 
712866
+_/run/initramfs/rdsosreport.txt_ is created, which can be safed to a (to be
712866
+mounted by hand) partition (usually /boot) or a USB stick. Additional debugging
712866
+info can be produced by adding **rd.debug** to the kernel command line.
712866
 _/run/initramfs/rdsosreport.txt_ contains all logs and the output of some tools.
712866
 It should be attached to any report about dracut problems.
712866
 
712866
@@ -146,13 +147,15 @@ It should be attached to any report about dracut problems.
712866
 
712866
 **rd.debug**::
712866
     set -x for the dracut shell.
712866
-    If systemd is active in the initramfs, all output is logged to the systemd journal,
712866
-    which you can inspect with "journalctl -ab".
712866
-    If systemd is not active, the logs are written to dmesg and _/run/initramfs/init.log_.
712866
+    If systemd is active in the initramfs, all output is logged to the systemd
712866
+    journal, which you can inspect with "journalctl -ab".
712866
+    If systemd is not active, the logs are written to dmesg and
712866
+    _/run/initramfs/init.log_.
712866
     If "quiet" is set, it also logs to the console.
712866
 
712866
 **rd.memdebug=[0-3]**::
712866
-    Print memory usage info at various points, set the verbose level from 0 to 3. +
712866
+    Print memory usage info at various points, set the verbose level from 0 to 3.
712866
++    
712866
     Higher level means more debugging output:
712866
 +
712866
 ----
712866
@@ -258,10 +261,10 @@ crypto LUKS
712866
     This parameter can be specified multiple times.
712866
 
712866
 **rd.luks.allow-discards=**__<luks uuid>__::
712866
-    Allow  using  of discards (TRIM) requests for LUKS partitions with the given UUID.
712866
-    Any "luks-" of the LUKS UUID is removed before comparing to _<luks uuid>_.
712866
-    The comparisons also matches, if _<luks uuid>_ is only the beginning of the
712866
-    LUKS UUID, so you don't have to specify the full UUID.
712866
+    Allow  using  of discards (TRIM) requests for LUKS partitions with the given
712866
+    UUID. Any "luks-" of the LUKS UUID is removed before comparing to
712866
+    _<luks uuid>_. The comparisons also matches, if _<luks uuid>_ is only the
712866
+    beginning of the LUKS UUID, so you don't have to specify the full UUID.
712866
     This parameter can be specified multiple times.
712866
 
712866
 **rd.luks.allow-discards**::
712866
@@ -273,11 +276,21 @@ crypto LUKS
712866
 crypto LUKS - key on removable device support
712866
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
712866
 **rd.luks.key=**__<keypath>__:__<keydev>__:__<luksdev>__::
712866
-    _keypath_ is a path to key file to look for. It's REQUIRED. When _keypath_ ends with '.gpg' it's considered to be key encrypted symmetrically with GPG. You will be prompted for password on boot. GPG support comes with 'crypt-gpg' module which needs to be added explicitly.
712866
-+
712866
-_keydev_ is a device on which key file resides. It might be kernel name of devices (should start with "/dev/"), UUID (prefixed with "UUID=") or label (prefix with "LABEL="). You don't have to specify full UUID. Just its beginning will suffice, even if its ambiguous. All matching devices will be probed. This parameter is recommended, but not required. If not present, all block devices will be probed, which may significantly increase boot time.
712866
-+
712866
-If _luksdev_ is given, the specified key will only be applied for that LUKS device. Possible values are the same as for _keydev_. Unless you have several LUKS devices, you don't have to specify this parameter. The simplest usage is:
712866
+    _keypath_ is a path to key file to look for. It's REQUIRED. When _keypath_
712866
+    ends with '.gpg' it's considered to be key encrypted symmetrically with GPG.
712866
+    You will be prompted for password on boot. GPG support comes with
712866
+    'crypt-gpg' module which needs to be added explicitly.
712866
++
712866
+_keydev_ is a device on which key file resides. It might be kernel name of
712866
+devices (should start with "/dev/"), UUID (prefixed with "UUID=") or label
712866
+(prefix with "LABEL="). You don't have to specify full UUID. Just its beginning
712866
+will suffice, even if its ambiguous. All matching devices will be probed.
712866
+This parameter is recommended, but not required. If not present, all block
712866
+devices will be probed, which may significantly increase boot time.
712866
++
712866
+If _luksdev_ is given, the specified key will only be applied for that LUKS
712866
+device. Possible values are the same as for _keydev_. Unless you have several
712866
+LUKS devices, you don't have to specify this parameter. The simplest usage is:
712866
 +
712866
 [listing]
712866
 .Example
712866
@@ -325,7 +338,8 @@ MD RAID
712866
     ignore mdadm.conf included in initramfs
712866
 
712866
 **rd.md.waitclean=1**::
712866
-    wait for any resync, recovery, or reshape activity to finish before continuing
712866
+    wait for any resync, recovery, or reshape activity to finish before
712866
+    continuing
712866
 
712866
 **rd.md.uuid=**__<md raid uuid>__::
712866
     only activate the raid sets with the given UUID. This parameter can be
712866
@@ -366,8 +380,8 @@ Network
712866
 
712866
 [IMPORTANT]
712866
 =====================
712866
-It is recommended to either bind an interface to a MAC with the **ifname** argument,
712866
-or to use the systemd-udevd predictable network interface names.
712866
+It is recommended to either bind an interface to a MAC with the **ifname**
712866
+argument, or to use the systemd-udevd predictable network interface names.
712866
 
712866
 Predictable network interface device names based on:
712866
 
712866
@@ -376,7 +390,8 @@ Predictable network interface device names based on:
712866
 - physical/geographical location of the hardware
712866
 - the interface's MAC address
712866
 
712866
-See: http://www.freedesktop.org/wiki/Software/systemd/PredictableNetworkInterfaceNames
712866
+See:
712866
+http://www.freedesktop.org/wiki/Software/systemd/PredictableNetworkInterfaceNames
712866
 
712866
 Two character prefixes based on the type of interface:
712866
 
712866
@@ -423,9 +438,9 @@ USB Android phone::
712866
 =====================
712866
 
712866
 **ip=**__{dhcp|on|any|dhcp6|auto6|ibft}__::
712866
-    dhcp|on|any::: get ip from dhcp server from all interfaces. If root=dhcp, loop
712866
-    sequentially through all interfaces (eth0, eth1, ...) and use the first with
712866
-    a valid DHCP root-path.
712866
+    dhcp|on|any::: get ip from dhcp server from all interfaces. If root=dhcp,
712866
+    loop sequentially through all interfaces (eth0, eth1, ...) and use the first
712866
+    with a valid DHCP root-path.
712866
 
712866
     auto6::: IPv6 autoconfiguration
712866
 
712866
@@ -448,8 +463,8 @@ same <interface>.
712866
     explicit network configuration. If you want do define a IPv6 address, put it
712866
     in brackets (e.g. [2001:DB8::1]). This parameter can be specified multiple
712866
     times. __<peer>__ is optional and is the address of the remote endpoint
712866
-    for pointopoint interfaces and it may be followed by a slash and a decimal number,
712866
-    encoding the network prefix length.
712866
+    for pointopoint interfaces and it may be followed by a slash and a decimal
712866
+    number, encoding the network prefix length.
712866
 +
712866
 =====================
712866
 <macaddr>::: optionally **set** <macaddr> on the <interface>. This
712866
@@ -458,7 +473,8 @@ same <interface>.
712866
 =====================
712866
 
712866
 **ifname=**__<interface>__:__<MAC>__::
712866
-    Assign network device name <interface> (ie "bootnet") to the NIC with MAC <MAC>.
712866
+    Assign network device name <interface> (ie "bootnet") to the NIC with
712866
+    MAC <MAC>.
712866
 +
712866
 WARNING: Do **not** use the default kernel naming scheme for the interface name,
712866
 as it can conflict with the kernel names. So, don't use "eth[0-9]+" for the
712866
@@ -479,16 +495,18 @@ interface name. Better name it "bootnet" or "bluesocket".
712866
 
712866
 **vlan=**__<vlanname>__:__<phydevice>__::
712866
     Setup vlan device named <vlanname> on <phydeivce>.
712866
-    We support the four styles of vlan names: VLAN_PLUS_VID (vlan0005), VLAN_PLUS_VID_NO_PAD (vlan5),
712866
-    DEV_PLUS_VID (eth0.0005), DEV_PLUS_VID_NO_PAD (eth0.5)
712866
+    We support the four styles of vlan names: VLAN_PLUS_VID (vlan0005),
712866
+    VLAN_PLUS_VID_NO_PAD (vlan5), DEV_PLUS_VID (eth0.0005),
712866
+    DEV_PLUS_VID_NO_PAD (eth0.5)
712866
 
712866
 **bond=**__<bondname>__[:__<bondslaves>__:[:__<options>__]]::
712866
     Setup bonding device <bondname> on top of <bondslaves>.
712866
     <bondslaves> is a comma-separated list of physical (ethernet) interfaces.
712866
-    <options> is a comma-separated list on bonding options (modinfo bonding for details)
712866
-    in format compatible with initscripts. If <options> includes multi-valued arp_ip_target option,
712866
-    then its values should be separated by semicolon.
712866
-    Bond without parameters assumes bond=bond0:eth0,eth1:mode=balance-rr
712866
+    <options> is a comma-separated list on bonding options (modinfo bonding for
712866
+    details) in format compatible with initscripts. If <options> includes
712866
+    multi-valued arp_ip_target option, then its values should be separated by
712866
+    semicolon. Bond without parameters assumes
712866
+    bond=bond0:eth0,eth1:mode=balance-rr
712866
 
712866
 **team=**__<teammaster>__:__<teamslaves>__::
712866
     Setup team device <teammaster> on top of <teamslaves>.
712866
@@ -496,7 +514,8 @@ interface name. Better name it "bootnet" or "bluesocket".
712866
 
712866
 **bridge=**__<bridgename>__:__<ethnames>__::
712866
     Setup bridge <bridgename> with <ethnames>. <ethnames> is a comma-separated
712866
-    list of physical (ethernet) interfaces. Bridge without parameters assumes bridge=br0:eth0
712866
+    list of physical (ethernet) interfaces. Bridge without parameters assumes
712866
+    bridge=br0:eth0
712866
 
712866
 NFS
712866
 ~~~
712866
@@ -534,7 +553,9 @@ CIFS
712866
 as part of the root, then they must be passed on the command line through
712866
 cifsuser/cifspass.
712866
 +
712866
-WARNING: Passwords specified on the kernel command line are visible for all users via the file _/proc/cmdline_ and via dmesg or can be sniffed on the network, when using DHCP with DHCP root-path.
712866
+WARNING: Passwords specified on the kernel command line are visible for all
712866
+users via the file _/proc/cmdline_ and via dmesg or can be sniffed on the
712866
+network, when using DHCP with DHCP root-path.
712866
 
712866
 **cifsuser**=__<username>__::
712866
     Set the cifs username, if not specified as part of the root.
712866
@@ -542,7 +563,9 @@ WARNING: Passwords specified on the kernel command line are visible for all user
712866
 **cifspass**=__<password>__::
712866
     Set the cifs password, if not specified as part of the root.
712866
 +
712866
-WARNING: Passwords specified on the kernel command line are visible for all users via the file _/proc/cmdline_ and via dmesg or can be sniffed on the network, when using DHCP with DHCP root-path.
712866
+WARNING: Passwords specified on the kernel command line are visible for all
712866
+users via the file _/proc/cmdline_ and via dmesg or can be sniffed on the
712866
+network, when using DHCP with DHCP root-path.
712866
 
712866
 iSCSI
712866
 ~~~~~
712866
@@ -555,7 +578,9 @@ iSCSI
712866
     fields. See
712866
     link:$$http://tools.ietf.org/html/rfc4173#section-5$$[rfc4173].
712866
 +
712866
-WARNING: Passwords specified on the kernel command line are visible for all users via the file _/proc/cmdline_ and via dmesg or can be sniffed on the network, when using DHCP with DHCP root-path.
712866
+WARNING: Passwords specified on the kernel command line are visible for all
712866
+users via the file _/proc/cmdline_ and via dmesg or can be sniffed on the
712866
+network, when using DHCP with DHCP root-path.
712866
 +
712866
 [listing]
712866
 .Example
712866
@@ -590,12 +615,18 @@ If servername is an IPv6 address, it has to be put in brackets:
712866
 netroot=iscsi:[2001:DB8::1]::::iqn.2009-06.dracut:target0
712866
 --
712866
 +
712866
-WARNING: Passwords specified on the kernel command line are visible for all users via the file _/proc/cmdline_ and via dmesg or can be sniffed on the network, when using DHCP with DHCP root-path. You may want to use rd.iscsi.firmware.
712866
+WARNING: Passwords specified on the kernel command line are visible for all
712866
+users via the file _/proc/cmdline_ and via dmesg or can be sniffed on the
712866
+network, when using DHCP with DHCP root-path.
712866
+You may want to use rd.iscsi.firmware.
712866
 
712866
 **root=**__???__ **rd.iscsi.initiator=**__<initiator>__ **rd.iscsi.target.name=**__<target name>__  **rd.iscsi.target.ip=**__<target ip>__ **rd.iscsi.target.port=**__<target port>__ **rd.iscsi.target.group=**__<target group>__ **rd.iscsi.username=**__<username>__ **rd.iscsi.password=**__<password>__ **rd.iscsi.in.username=**__<in username>__ **rd.iscsi.in.password=**__<in password>__::
712866
     manually specify all iscsistart parameter (see **+iscsistart --help+**)
712866
 +
712866
-WARNING: Passwords specified on the kernel command line are visible for all users via the file _/proc/cmdline_ and via dmesg or can be sniffed on the network, when using DHCP with DHCP root-path. You may want to use rd.iscsi.firmware.
712866
+WARNING: Passwords specified on the kernel command line are visible for all
712866
+users via the file _/proc/cmdline_ and via dmesg or can be sniffed on the
712866
+network, when using DHCP with DHCP root-path.
712866
+You may want to use rd.iscsi.firmware.
712866
 
712866
 **root=**_???_ **netroot=**iscsi **rd.iscsi.firmware=1**::
712866
  will read the iscsi parameter from the BIOS firmware
712866
@@ -715,7 +746,8 @@ ecryptfskey=/etc/keys/ecryptfs-trusted.blob
712866
 
712866
 Deprecated, renamed Options
712866
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
712866
-Here is a list of options, which were used in dracut prior to version 008, and their new replacement.
712866
+Here is a list of options, which were used in dracut prior to version 008, and
712866
+their new replacement.
712866
 
712866
 rdbreak:: rd.break
712866
 
712866
@@ -849,7 +881,8 @@ _/etc/conf.d/_::
712866
     set in the configuration files.
712866
 
712866
 _/etc/cmdline_::
712866
-    Can contain additional command line options. Deprecated, better use /etc/cmdline.d/*.conf.
712866
+    Can contain additional command line options. Deprecated, better use
712866
+    /etc/cmdline.d/*.conf.
712866
 
712866
 _/etc/cmdline.d/*.conf_::
712866
     Can contain additional command line options.
712866
diff --git a/dracut.conf.5.asc b/dracut.conf.5.asc
5c6c2a
index 30b7e030..5c941188 100644
712866
--- a/dracut.conf.5.asc
712866
+++ b/dracut.conf.5.asc
712866
@@ -10,17 +10,19 @@ dracut.conf - configuration file(s) for dracut
712866
 
712866
 SYNOPSIS
712866
 --------
712866
-_/etc/dracut.conf_ _/etc/dracut.conf.d/*.conf_  _/usr/lib/dracut/dracut.conf.d/*.conf_
712866
+_/etc/dracut.conf_ _/etc/dracut.conf.d/*.conf_
712866
+_/usr/lib/dracut/dracut.conf.d/*.conf_
712866
 
712866
 Description
712866
 -----------
712866
 _dracut.conf_ is loaded during the initialisation phase of dracut. Command line
712866
 parameter will overwrite any values set here.
712866
 
712866
-_*.conf_ files are read from /usr/lib/dracut/dracut.conf.d and /etc/dracut.conf.d.
712866
-Files with the same name in /etc/dracut.conf.d will replace files in /usr/lib/dracut/dracut.conf.d.
712866
-The files are then read in alphanumerical order and will overwrite parameters set in
712866
-_/etc/dracut.conf_. Each line specifies an attribute and a value. A '#'
712866
+_*.conf_ files are read from /usr/lib/dracut/dracut.conf.d and
712866
+/etc/dracut.conf.d. Files with the same name in /etc/dracut.conf.d will replace
712866
+files in /usr/lib/dracut/dracut.conf.d.
712866
+The files are then read in alphanumerical order and will overwrite parameters
712866
+set in _/etc/dracut.conf_. Each line specifies an attribute and a value. A '#'
712866
 indicates the beginning of a comment; following characters, up to the end of the
712866
 line are not interpreted.
712866
 
712866
@@ -84,7 +86,8 @@ Configuration files must have the extension .conf; other extensions are ignored.
712866
 
712866
 [WARNING]
712866
 ====
712866
-If chrooted to another root other than the real root device, use --fstab and provide a valid _/etc/fstab_.
712866
+If chrooted to another root other than the real root device, use --fstab and
712866
+provide a valid _/etc/fstab_.
712866
 ====
712866
 
712866
 *use_fstab=*"__{yes|no}__"::
712866
@@ -163,7 +166,8 @@ If chrooted to another root other than the real root device, use --fstab and pro
712866
     See dracut/modules.d/10i18n/README for a detailed description.
712866
 
712866
 *i18n_default_font=*"__<fontname>__"::
712866
-    The font <fontname> to install, if not specified otherwise. Default is "LatArCyrHeb-16".
712866
+    The font <fontname> to install, if not specified otherwise.
712866
+    Default is "LatArCyrHeb-16".
712866
 
712866
 *i18n_install_all=*"__{yes|no}__"::
712866
     Install everything regardless of generic or hostonly mode.
712866
diff --git a/dracut.modules.7.asc b/dracut.modules.7.asc
5c6c2a
index 17acdb4d..e94670f3 100644
712866
--- a/dracut.modules.7.asc
712866
+++ b/dracut.modules.7.asc
712866
@@ -96,8 +96,8 @@ This hooks (initqueue/settled) gets executed every time udev has settled.
712866
 
712866
 ==== Initqueue timeout
712866
 
712866
-This hooks (initqueue/timeout) gets executed, when the main loop counter becomes half of the
712866
-rd.retry counter.
712866
+This hooks (initqueue/timeout) gets executed, when the main loop counter becomes
712866
+half of the rd.retry counter.
712866
 
712866
 ==== Initqueue finished
712866
 
712866
@@ -133,7 +133,8 @@ needed anymore.
712866
 Init (or systemd) kills all udev processes, cleans up the environment,
712866
 sets up the arguments for the real init process and finally calls switch_root.
712866
 switch_root removes the whole filesystem hierarchy of the initramfs,
712866
-chroot()s to the real root device and calls /sbin/init with the specified arguments.
712866
+chroot()s to the real root device and calls /sbin/init with the specified
712866
+arguments.
712866
 
712866
 To ensure all files in the initramfs hierarchy can be removed, all processes
712866
 still running from the initramfs should not have any open file descriptors left.
712866
@@ -225,50 +226,56 @@ depends on.
712866
 
712866
 === module-setup.sh: cmdline()
712866
 
712866
-This function should print the kernel command line options needed to boot the current
712866
-machine setup. It should start with a space and should not print a newline.
712866
+This function should print the kernel command line options needed to boot the
712866
+current machine setup. It should start with a space and should not print a
712866
+newline.
712866
 
712866
 === module-setup.sh: install()
712866
 
712866
-The install() function is called to install everything non-kernel related. To install
712866
-binaries, scripts, and other files, you can use the functions mentioned in <<creation>>.
712866
+The install() function is called to install everything non-kernel related.
712866
+To install binaries, scripts, and other files, you can use the functions
712866
+mentioned in <<creation>>.
712866
 
712866
 To address a file in the current module directory, use the variable "$moddir".
712866
 
712866
 === module-setup.sh: installkernel()
712866
 
712866
-In installkernel() all kernel related files should be installed. You can use all of the functions
712866
-mentioned in <<creation>> to install files.
712866
+In installkernel() all kernel related files should be installed. You can use all
712866
+of the functions mentioned in <<creation>> to install files.
712866
 
712866
 === [[creation]]Creation Functions
712866
 
712866
 ==== inst_multiple [-o] <file> [ <file> ...]
712866
 
712866
-installs multiple binaries and files. If executables are specified without a path, dracut
712866
-will search the path PATH=/usr/sbin:/sbin:/usr/bin:/bin for the binary. If the option "-o"
712866
-is given as the first parameter, a missing file does not lead to an error.
712866
+installs multiple binaries and files. If executables are specified without a
712866
+path, dracut will search the path PATH=/usr/sbin:/sbin:/usr/bin:/bin for the
712866
+binary. If the option "-o" is given as the first parameter, a missing file does
712866
+not lead to an error.
712866
 
712866
 ==== inst <src> [<dst>]
712866
 
712866
-installs _one_ file <src> either to the same place in the initramfs or to an optional <dst>.
712866
+installs _one_ file <src> either to the same place in the initramfs or to an
712866
+optional <dst>.
712866
 
712866
 ==== inst_hook <hookdir> <prio> <src>
712866
 
712866
-installs an executable/script <src> in the dracut hook <hookdir> with priority <prio>.
712866
+installs an executable/script <src> in the dracut hook <hookdir> with priority
712866
+<prio>.
712866
 
712866
 ==== inst_rules <udevrule> [ <udevrule> ...]
712866
 
712866
-installs one ore more udev rules. Non-existant udev rules are reported, but do not let dracut fail.
712866
+installs one ore more udev rules. Non-existant udev rules are reported, but do
712866
+not let dracut fail.
712866
 
712866
 ==== instmods <kernelmodule> [ <kernelmodule> ... ]
712866
 
712866
 instmods should be used only in the installkernel() function.
712866
 
712866
-instmods installs one or more kernel modules in the initramfs. <kernelmodule> can also be a whole
712866
-subsystem, if prefixed with a "=", like "=drivers/net/team".
712866
+instmods installs one or more kernel modules in the initramfs. <kernelmodule>
712866
+can also be a whole subsystem, if prefixed with a "=", like "=drivers/net/team".
712866
 
712866
-instmods will not install the kernel module, if $hostonly is set and the kernel module is not currently
712866
-needed by any /sys/*...*/uevent MODALIAS.
712866
+instmods will not install the kernel module, if $hostonly is set and the kernel
712866
+module is not currently needed by any /sys/*...*/uevent MODALIAS.
712866
 To install a kernel module regardless of the hostonly mode use the form:
712866
 ----
712866
 hostonly='' instmods <kernelmodule>
712866
diff --git a/dracut.usage.asc b/dracut.usage.asc
5c6c2a
index 6d37920f..0b874e60 100644
712866
--- a/dracut.usage.asc
712866
+++ b/dracut.usage.asc
712866
@@ -43,7 +43,8 @@ pieces. At least keep a copy of a general purpose image (and corresponding
712866
 kernel) as a fallback to rescue your system.
712866
 
712866
 === Inspecting the Contents
712866
-To see the contents of the image created by dracut, you can use the lsinitrd tool.
712866
+To see the contents of the image created by dracut, you can use the lsinitrd
712866
+tool.
712866
 ----
712866
 # lsinitrd | less
712866
 ----
712866
@@ -105,10 +106,11 @@ the grub menu.
712866
 The kernel command line can also be provided by the dhcp server with the
712866
 root-path option. See <<NetworkBoot>>.
712866
 
712866
-For a full reference of all kernel command line parameters, see *dracut.cmdline*(5).
712866
+For a full reference of all kernel command line parameters,
712866
+see *dracut.cmdline*(5).
712866
 
712866
-To get a quick start for the suitable kernel command line on your system, use the
712866
-__--print-cmdline__ option:
712866
+To get a quick start for the suitable kernel command line on your system,
712866
+use the __--print-cmdline__ option:
712866
 ----
712866
 # dracut --print-cmdline
712866
  root=UUID=8b8b6f91-95c7-4da2-831b-171e12179081 rootflags=rw,relatime,discard,data=ordered rootfstype=ext4
712866
@@ -183,7 +185,8 @@ logical partition would contain:
712866
 rd.luks=0 rd.lvm=0 rd.md=0 rd.dm=0
712866
 ----
712866
 
712866
-This turns off every automatic assembly of LVM, MD raids, DM raids and crypto LUKS.
712866
+This turns off every automatic assembly of LVM, MD raids, DM raids and
712866
+crypto LUKS.
712866
 
712866
 Of course, you could also omit the dracut modules in the initramfs creation
712866
 process, but then you would lose the posibility to turn it on on demand.
712866
@@ -193,12 +196,14 @@ process, but then you would lose the posibility to turn it on on demand.
712866
 === Injecting custom Files
712866
 To add your own files to the initramfs image, you have several possibilities.
712866
 
712866
-The --include option let you specify a source path and a target path. For example
712866
+The --include option let you specify a source path and a target path.
712866
+For example
712866
 ----
712866
 # dracut --include cmdline-preset /etc/cmdline.d/mycmdline.conf initramfs-cmdline-pre.img
712866
 ----
712866
 will create an initramfs image, where the file cmdline-preset will be copied
712866
-inside the initramfs to _/etc/cmdline.d/mycmdline.conf_. --include can only be specified once.
712866
+inside the initramfs to _/etc/cmdline.d/mycmdline.conf_. --include can only
712866
+be specified once.
712866
 
712866
 
712866
 ----
712866
@@ -261,8 +266,8 @@ server about the ip adress for the machine. The dhcp server can also serve an
712866
 additional root-path, which will set the root device for dracut. With this
712866
 mechanism, you have static configuration on your client machine and a
712866
 centralized boot configuration on your TFTP/DHCP server. If you can't pass a
712866
-kernel command line, then you can inject _/etc/cmdline.d/mycmdline.conf_, with a method described
712866
-in <<Injecting>>.
712866
+kernel command line, then you can inject _/etc/cmdline.d/mycmdline.conf_, with a
712866
+method described in <<Injecting>>.
712866
 
712866
 ==== Reducing the Image Size
712866
 
712866
@@ -306,10 +311,11 @@ dracut be unable to locate your root device
712866
 . Add ''rd.shell rd.debug log_buf_len=1M'' to the kernel command line so that
712866
 dracut shell commands are printed as they are executed
712866
 . The file /run/initramfs/rdsosreport.txt is generated,
712866
-which contains all the logs and the output of all significant tools, which are mentioned later.
712866
+which contains all the logs and the output of all significant tools, which are
712866
+mentioned later.
712866
 
712866
-If you want to save that output, simply mount /boot by hand or insert an USB stick and mount that.
712866
-Then you can store the output for later inspection.
712866
+If you want to save that output, simply mount /boot by hand or insert an USB
712866
+stick and mount that. Then you can store the output for later inspection.
712866
 
712866
 [[information-to-include-in-your-report]]
712866
 === Information to include in your report
712866
@@ -420,7 +426,8 @@ title Fedora (2.6.29.5-191.fc11.x86_64)
712866
   initrd /dracut-2.6.29.5-191.fc11.x86_64.img
712866
 ----
712866
 +
712866
-. If system boot fails, you will be dropped into a shell as seen in the example below.
712866
+. If system boot fails, you will be dropped into a shell as seen in the example
712866
+below.
712866
 +
712866
 ----
712866
 No root device found
712866
@@ -429,7 +436,8 @@ Dropping to debug shell.
712866
 #
712866
 ----
712866
 +
712866
-. Use this shell prompt to gather the information requested above (see <<all-bug-reports>>).
712866
+. Use this shell prompt to gather the information requested above
712866
+(see <<all-bug-reports>>).
712866
 
712866
 [[accessing-the-root-volume-from-the-dracut-shell]]
712866
 ==== Accessing the root volume from the dracut shell
712866
@@ -439,8 +447,10 @@ root volume is configured. Common scenarios include:
712866
 
712866
 * A block device (e.g. _/dev/sda7_)
712866
 * A LVM logical volume (e.g. _/dev/VolGroup00/LogVol00_)
712866
-* An encrypted device (e.g. _/dev/mapper/luks-4d5972ea-901c-4584-bd75-1da802417d83_)
712866
-* A network attached device (e.g. netroot=iscsi:@192.168.0.4::3260::iqn.2009-02.org.fedoraproject:for.all)
712866
+* An encrypted device
712866
+  (e.g. _/dev/mapper/luks-4d5972ea-901c-4584-bd75-1da802417d83_)
712866
+* A network attached device
712866
+  (e.g. _netroot=iscsi:@192.168.0.4::3260::iqn.2009-02.org.example:for.all_)
712866
 
712866
 The exact method for locating and preparing will vary. However, to continue with
712866
 a successful boot, the objective is to locate your root volume and create a
712866
@@ -522,5 +532,6 @@ To do this from an already booted system:
712866
 # touch /run/initramfs/.need_shutdown
712866
 ----
712866
 
712866
-This will give you a dracut shell after the system pivot'ed back in the initramfs.
712866
+This will give you a dracut shell after the system pivot'ed back in the
712866
+initramfs.
712866
 
712866
diff --git a/mkinitrd.8.asc b/mkinitrd.8.asc
5c6c2a
index 25661c8d..146a6d0f 100644
712866
--- a/mkinitrd.8.asc
712866
+++ b/mkinitrd.8.asc
712866
@@ -41,8 +41,8 @@ OPTIONS
712866
 
712866
 **--preload=<module>**::
712866
      preload the kernel module <module> in the initramfs before any other kernel
712866
-     modules are loaded. This can be used to ensure a certain device naming, which
712866
-     should in theory be avoided and the use of symbolic links in /dev is
712866
+     modules are loaded. This can be used to ensure a certain device naming,
712866
+     which should in theory be avoided and the use of symbolic links in /dev is
712866
      encouraged.
712866
 
712866
 **--nocompress**::