Blame SOURCES/0073-documentation-line-wrap.patch

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