dracut/0002-dracut.8-add-information-which-parameter-can-be-spec.patch
Harald Hoyer 12f4d57338 - fixed dracut manpages
- dmraid parse different error messages
- add cdrom polling mechanism for slow cdroms
- add module btrfs
- teach dmsquash live-root to use rootflags
- trigger udev with action=add
- fixed add_drivers handling
- add sr_mod
- use pigz instead of gzip, if available
2010-04-15 12:50:38 +00:00

89 lines
3.0 KiB
Diff

From d1bae3cd17d61c5e27b66690a6a383a9bd0c369e Mon Sep 17 00:00:00 2001
From: Harald Hoyer <harald@redhat.com>
Date: Wed, 7 Apr 2010 15:55:14 +0200
Subject: [PATCH 02/15] dracut.8: add information, which parameter can be specified multiple times
---
dracut.8 | 15 ++++++++++++---
1 files changed, 12 insertions(+), 3 deletions(-)
diff --git a/dracut.8 b/dracut.8
index 5220dea..57626fe 100644
--- a/dracut.8
+++ b/dracut.8
@@ -132,9 +132,11 @@ do not honor special mount options for the root filesystem found in
.TP
.BR rdblacklist= <drivername>
do not load kernel module <drivername>
+This parameter can be specified multiple times.
.TP
.BR rdloaddriver= <drivername>
force loading kernel module <drivername>
+This parameter can be specified multiple times.
.SS Debug
.TP
@@ -214,6 +216,7 @@ only activate the LUKS partitions with the given UUID
Any "luks-" of the LUKS UUID is removed before comparing to <luks uuid>.
The comparisons also matches, if <luks uuid> is only the beginning of the
LUKS UUID, so you don't have to specify the full UUID.
+This parameter can be specified multiple times.
.TP
.BR rd_NO_CRYPTTAB
do not check, if LUKS partition is in /etc/crypttab
@@ -230,7 +233,8 @@ no MD RAID for imsm/isw raids, use dmraid instead
ignore mdadm.conf included in initramfs
.TP
.BR rd_MD_UUID= "<md uuid>"
-only activate the raid sets with the given UUID
+only activate the raid sets with the given UUID.
+This parameter can be specified multiple times.
.SS DMRAID
.TP
@@ -238,7 +242,8 @@ only activate the raid sets with the given UUID
disable DM RAID detection
.TP
.BR rd_DM_UUID= "<dmraid uuid>"
-only activate the raid sets with the given UUID
+only activate the raid sets with the given UUID.
+This parameter can be specified multiple times.
.SS Network
.TP
@@ -251,19 +256,22 @@ auto6: do IPv6 autoconfiguration
.TP
.BR ip= <interface>:{dhcp|on|any|dhcp6|auto6}
dhcp|on|any|dhcp6: get ip from dhcp server on a specific interface
-
auto6: do IPv6 autoconfiguration
+This parameter can be specified multiple times.
+
.TP
.ad l
.BR ip= "\%<client-IP>\::[<server-id>]\::<gateway-IP>\::<netmask>\::<client\%hostname>\::<interface>\::{none|off}"
.ad
explicit network configuration. If you want do define a IPv6 address, put it in brackets (e.g. [2001:DB8::1]).
+This parameter can be specified multiple times.
.TP
.BR ifname= <interface>:<MAC>
Assign network device name <interface> (ie eth0) to the NIC with MAC <MAC>.
Note letters in the MAC-address must be lowercase!
Note that if you use this option you \fBmust\fR specify an ifname= argument
for all interfaces used in ip= or fcoe= arguments
+This parameter can be specified multiple times.
.TP
.BR bootdev= <interface>
specify network interface to use routing and netroot information from.
@@ -371,6 +379,7 @@ same syntax as the kernel module parameter (s390 only)
.ad
activate DASD device with the given adaptor device bus ID and setting the sysfs attributes
to the specified values
+This parameter can be specified multiple times.
.SS ZFCP
.TP
--
1.7.0.1