Blame 0073-manuals-add-info-about-fs-lib-fsck-configuration.patch

Harald Hoyer 55891e
From 4c5da0157fad6bde8318dc653d88871f30cd645a Mon Sep 17 00:00:00 2001
Harald Hoyer 55891e
From: Michal Soltys <soltys@ziu.info>
Harald Hoyer 55891e
Date: Fri, 7 Oct 2011 22:23:52 +0200
Harald Hoyer 55891e
Subject: [PATCH] manuals: add info about fs-lib (fsck) configuration
Harald Hoyer 55891e
Harald Hoyer 55891e
in dracut.8.xml & dracut.conf.5.xml
Harald Hoyer 55891e
Harald Hoyer 55891e
Signed-off-by: Michal Soltys <soltys@ziu.info>
Harald Hoyer 55891e
---
Harald Hoyer 55891e
 dracut.8.xml      |   19 +++++++++++++++++++
Harald Hoyer 55891e
 dracut.conf.5.xml |   22 ++++++++++++++++++++++
Harald Hoyer 55891e
 2 files changed, 41 insertions(+), 0 deletions(-)
Harald Hoyer 55891e
Harald Hoyer 55891e
diff --git a/dracut.8.xml b/dracut.8.xml
Harald Hoyer 55891e
index 47cc371..882eac6 100644
Harald Hoyer 55891e
--- a/dracut.8.xml
Harald Hoyer 55891e
+++ b/dracut.8.xml
Harald Hoyer 55891e
@@ -246,6 +246,25 @@ include in the generic initramfs. This parameter can be specified multiple times
Harald Hoyer 55891e
         </varlistentry>
Harald Hoyer 55891e
         <varlistentry>
Harald Hoyer 55891e
           <term>
Harald Hoyer 55891e
+            <option>--fscks [LIST]</option>
Harald Hoyer 55891e
+          </term>
Harald Hoyer 55891e
+          <listitem>
Harald Hoyer 55891e
+            <para>add a space-separated list of fsck tools, in addition to
Harald Hoyer 55891e
+              <filename>dracut.conf</filename>'s specification; the
Harald Hoyer 55891e
+              installation is opportunistic (non-exisiting tools are ignored)
Harald Hoyer 55891e
+            </para>
Harald Hoyer 55891e
+          </listitem>
Harald Hoyer 55891e
+        </varlistentry>
Harald Hoyer 55891e
+        <varlistentry>
Harald Hoyer 55891e
+          <term>
Harald Hoyer 55891e
+            <option>--nofscks</option>
Harald Hoyer 55891e
+          </term>
Harald Hoyer 55891e
+          <listitem>
Harald Hoyer 55891e
+            <para>inhibit installation of any fsck tools</para>
Harald Hoyer 55891e
+          </listitem>
Harald Hoyer 55891e
+        </varlistentry>
Harald Hoyer 55891e
+        <varlistentry>
Harald Hoyer 55891e
+          <term>
Harald Hoyer 55891e
             <option>--strip</option>
Harald Hoyer 55891e
           </term>
Harald Hoyer 55891e
           <listitem>
Harald Hoyer 55891e
diff --git a/dracut.conf.5.xml b/dracut.conf.5.xml
Harald Hoyer 55891e
index 697e655..dbcdb90 100644
Harald Hoyer 55891e
--- a/dracut.conf.5.xml
Harald Hoyer 55891e
+++ b/dracut.conf.5.xml
Harald Hoyer 55891e
@@ -1,5 +1,6 @@
Harald Hoyer 55891e
 
Harald Hoyer 55891e
 
Harald Hoyer 55891e
+
Harald Hoyer 55891e
 <refentry id="dracutconf5">
Harald Hoyer 55891e
   <refentryinfo>
Harald Hoyer 55891e
     <title>dracut.conf</title>
Harald Hoyer 55891e
@@ -156,6 +157,27 @@ initramfs.</para>
Harald Hoyer 55891e
       </varlistentry>
Harald Hoyer 55891e
       <varlistentry>
Harald Hoyer 55891e
         <term>
Harald Hoyer 55891e
+          <envar>fscks=" <replaceable><fsck tools></replaceable> "</envar>
Harald Hoyer 55891e
+        </term>
Harald Hoyer 55891e
+        <listitem>
Harald Hoyer 55891e
+          <para>Add a space-separated list of fsck tools. If nothing is
Harald Hoyer 55891e
+            specified, the default is: "<replaceable>umount mount
Harald Hoyer 55891e
+            /sbin/fsck* xfs_db xfs_check xfs_repair e2fsck jfs_fsck
Harald Hoyer 55891e
+            reiserfsck btrfsck</replaceable>"
Harald Hoyer 55891e
+          </para>
Harald Hoyer 55891e
+          <para>The installation is opportunistic (non-exisiting tools are ignored).<para>
Harald Hoyer 55891e
+        </listitem>
Harald Hoyer 55891e
+      </varlistentry>
Harald Hoyer 55891e
+      <varlistentry>
Harald Hoyer 55891e
+        <term>
Harald Hoyer 55891e
+          <envar>nofscks="<replaceable>{yes}</replaceable>"</envar>
Harald Hoyer 55891e
+        </term>
Harald Hoyer 55891e
+        <listitem>
Harald Hoyer 55891e
+          <para>If specified, inhibit installation of any fsck tools.</para>
Harald Hoyer 55891e
+        </listitem>
Harald Hoyer 55891e
+      </varlistentry>
Harald Hoyer 55891e
+      <varlistentry>
Harald Hoyer 55891e
+        <term>
Harald Hoyer 55891e
           <envar>kernel_only="<replaceable>{yes|no}</replaceable>"</envar>
Harald Hoyer 55891e
         </term>
Harald Hoyer 55891e
         <listitem>