]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
dracut.cmdline.7.asc: clarify usage of `rd.lvm.vg` and `rd.lvm.lv`
authorHarald Hoyer <harald@redhat.com>
Fri, 29 May 2020 08:49:47 +0000 (10:49 +0200)
committerHarald Hoyer <harald@hoyer.xyz>
Fri, 29 May 2020 11:28:27 +0000 (13:28 +0200)
Fixes: https://github.com/dracutdevs/dracut/issues/816
dracut.cmdline.7.asc

index 4d4970c866ceecbbf6f69f9e6e74720f0947f24a..751f5276be3b3d48d2020d13a601110d31c8d29a 100644 (file)
@@ -281,12 +281,12 @@ LVM
     disable LVM detection
 
 **rd.lvm.vg=**__<volume group name>__::
-    only activate the volume groups with the given name. rd.lvm.vg can be
-    specified multiple times on the kernel command line.
+    only activate all logical volumes in the the volume groups with the given name.
+    rd.lvm.vg can be specified multiple times on the kernel command line.
 
-**rd.lvm.lv=**__<logical volume name>__::
-    only activate the logical volumes with the given name. rd.lvm.lv can be
-    specified multiple times on the kernel command line.
+**rd.lvm.lv=**__<volume group name>/<logical volume name>__::
+    only activate the logical volumes with the given name.
+    rd.lvm.lv can be specified multiple times on the kernel command line.
 
 **rd.lvm.conf=0**::
     remove any _/etc/lvm/lvm.conf_, which may exist in the initramfs