83 lines
3.0 KiB
Diff
83 lines
3.0 KiB
Diff
From 4c5da0157fad6bde8318dc653d88871f30cd645a Mon Sep 17 00:00:00 2001
|
|
From: Michal Soltys <soltys@ziu.info>
|
|
Date: Fri, 7 Oct 2011 22:23:52 +0200
|
|
Subject: [PATCH] manuals: add info about fs-lib (fsck) configuration
|
|
|
|
in dracut.8.xml & dracut.conf.5.xml
|
|
|
|
Signed-off-by: Michal Soltys <soltys@ziu.info>
|
|
---
|
|
dracut.8.xml | 19 +++++++++++++++++++
|
|
dracut.conf.5.xml | 22 ++++++++++++++++++++++
|
|
2 files changed, 41 insertions(+), 0 deletions(-)
|
|
|
|
diff --git a/dracut.8.xml b/dracut.8.xml
|
|
index 47cc371..882eac6 100644
|
|
--- a/dracut.8.xml
|
|
+++ b/dracut.8.xml
|
|
@@ -246,6 +246,25 @@ include in the generic initramfs. This parameter can be specified multiple times
|
|
</varlistentry>
|
|
<varlistentry>
|
|
<term>
|
|
+ <option>--fscks [LIST]</option>
|
|
+ </term>
|
|
+ <listitem>
|
|
+ <para>add a space-separated list of fsck tools, in addition to
|
|
+ <filename>dracut.conf</filename>'s specification; the
|
|
+ installation is opportunistic (non-exisiting tools are ignored)
|
|
+ </para>
|
|
+ </listitem>
|
|
+ </varlistentry>
|
|
+ <varlistentry>
|
|
+ <term>
|
|
+ <option>--nofscks</option>
|
|
+ </term>
|
|
+ <listitem>
|
|
+ <para>inhibit installation of any fsck tools</para>
|
|
+ </listitem>
|
|
+ </varlistentry>
|
|
+ <varlistentry>
|
|
+ <term>
|
|
<option>--strip</option>
|
|
</term>
|
|
<listitem>
|
|
diff --git a/dracut.conf.5.xml b/dracut.conf.5.xml
|
|
index 697e655..dbcdb90 100644
|
|
--- a/dracut.conf.5.xml
|
|
+++ b/dracut.conf.5.xml
|
|
@@ -1,5 +1,6 @@
|
|
<?xml version='1.0' encoding='UTF-8'?>
|
|
<!-- This document was created with Syntext Serna Free. --><!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" []>
|
|
+<!-- vim: set ts=8 sts=2 sw=2 et: -->
|
|
<refentry id="dracutconf5">
|
|
<refentryinfo>
|
|
<title>dracut.conf</title>
|
|
@@ -156,6 +157,27 @@ initramfs.</para>
|
|
</varlistentry>
|
|
<varlistentry>
|
|
<term>
|
|
+ <envar>fscks=" <replaceable><fsck tools></replaceable> "</envar>
|
|
+ </term>
|
|
+ <listitem>
|
|
+ <para>Add a space-separated list of fsck tools. If nothing is
|
|
+ specified, the default is: "<replaceable>umount mount
|
|
+ /sbin/fsck* xfs_db xfs_check xfs_repair e2fsck jfs_fsck
|
|
+ reiserfsck btrfsck</replaceable>"
|
|
+ </para>
|
|
+ <para>The installation is opportunistic (non-exisiting tools are ignored).<para>
|
|
+ </listitem>
|
|
+ </varlistentry>
|
|
+ <varlistentry>
|
|
+ <term>
|
|
+ <envar>nofscks="<replaceable>{yes}</replaceable>"</envar>
|
|
+ </term>
|
|
+ <listitem>
|
|
+ <para>If specified, inhibit installation of any fsck tools.</para>
|
|
+ </listitem>
|
|
+ </varlistentry>
|
|
+ <varlistentry>
|
|
+ <term>
|
|
<envar>kernel_only="<replaceable>{yes|no}</replaceable>"</envar>
|
|
</term>
|
|
<listitem>
|