|
Harald Hoyer |
308914 |
From c800d1a7b943f8ca86b9756fbaa4cd2a5644ad44 Mon Sep 17 00:00:00 2001
|
|
Harald Hoyer |
308914 |
From: Harald Hoyer <harald@redhat.com>
|
|
Harald Hoyer |
308914 |
Date: Fri, 29 May 2020 10:49:47 +0200
|
|
Harald Hoyer |
308914 |
Subject: [PATCH] dracut.cmdline.7.asc: clarify usage of `rd.lvm.vg` and
|
|
Harald Hoyer |
308914 |
`rd.lvm.lv`
|
|
Harald Hoyer |
308914 |
|
|
Harald Hoyer |
308914 |
Fixes: https://github.com/dracutdevs/dracut/issues/816
|
|
Harald Hoyer |
308914 |
---
|
|
Harald Hoyer |
308914 |
dracut.cmdline.7.asc | 10 +++++-----
|
|
Harald Hoyer |
308914 |
1 file changed, 5 insertions(+), 5 deletions(-)
|
|
Harald Hoyer |
308914 |
|
|
Harald Hoyer |
308914 |
diff --git a/dracut.cmdline.7.asc b/dracut.cmdline.7.asc
|
|
Harald Hoyer |
308914 |
index 4d4970c8..751f5276 100644
|
|
Harald Hoyer |
308914 |
--- a/dracut.cmdline.7.asc
|
|
Harald Hoyer |
308914 |
+++ b/dracut.cmdline.7.asc
|
|
Harald Hoyer |
308914 |
@@ -281,12 +281,12 @@ LVM
|
|
Harald Hoyer |
308914 |
disable LVM detection
|
|
Harald Hoyer |
308914 |
|
|
Harald Hoyer |
308914 |
**rd.lvm.vg=**__<volume group name>__::
|
|
Harald Hoyer |
308914 |
- only activate the volume groups with the given name. rd.lvm.vg can be
|
|
Harald Hoyer |
308914 |
- specified multiple times on the kernel command line.
|
|
Harald Hoyer |
308914 |
+ only activate all logical volumes in the the volume groups with the given name.
|
|
Harald Hoyer |
308914 |
+ rd.lvm.vg can be specified multiple times on the kernel command line.
|
|
Harald Hoyer |
308914 |
|
|
Harald Hoyer |
308914 |
-**rd.lvm.lv=**__<logical volume name>__::
|
|
Harald Hoyer |
308914 |
- only activate the logical volumes with the given name. rd.lvm.lv can be
|
|
Harald Hoyer |
308914 |
- specified multiple times on the kernel command line.
|
|
Harald Hoyer |
308914 |
+**rd.lvm.lv=**__<volume group name>/<logical volume name>__::
|
|
Harald Hoyer |
308914 |
+ only activate the logical volumes with the given name.
|
|
Harald Hoyer |
308914 |
+ rd.lvm.lv can be specified multiple times on the kernel command line.
|
|
Harald Hoyer |
308914 |
|
|
Harald Hoyer |
308914 |
**rd.lvm.conf=0**::
|
|
Harald Hoyer |
308914 |
remove any _/etc/lvm/lvm.conf_, which may exist in the initramfs
|
|
Harald Hoyer |
308914 |
|