]> git.ipfire.org Git - thirdparty/dracut-ng.git/commitdiff
docs(dracut.cmdline): generalize description of rd.znet
authorSteffen Maier <maier@linux.ibm.com>
Fri, 26 May 2023 17:25:41 +0000 (19:25 +0200)
committerNeal Gompa (ニール・ゴンパ) <ngompa13@gmail.com>
Sat, 4 May 2024 02:36:51 +0000 (22:36 -0400)
As of the preceding commit ("feat(znet): use zdev for consolidated device
configuration"), rd.znet is no longer specific to RHEL/Fedora.

Signed-off-by: Steffen Maier <maier@linux.ibm.com>
man/dracut.cmdline.7.asc

index ed0f54d71ccc08f893c26182aa6aabe4b5320cf7..47d25270c6a204959d3627791455ea1cd1fbabef 100644 (file)
@@ -1018,9 +1018,12 @@ rd.zfcp=0.0.4000
 ZNET
 ~~~~
 **rd.znet=**__<nettype>__,__<subchannels>__,__<options>__::
-    The whole parameter is appended to /etc/ccw.conf, which is used on
-    RHEL/Fedora with ccw_init, which is called from udev for certain
-    devices on z-series.
+    Activates a channel-attached network interface on s390 architecture.
+    <nettype> is one of: qeth, lcs, ctc.
+    <subchannels> is a comma-separated list of ccw device bus-IDs.
+    The list consists of 3 entries with nettype qeth, and 2 for other nettype.
+    <options> is a comma-separated list of <name>=<value> pairs,
+    where <name> refers to a device sysfs attribute to which <value> gets written.
     rd.znet can be specified multiple times on the kernel command line.
 
 **rd.znet_ifname=**__<ifname>__:__<subchannels>__::