dracut-functions: use /proc/self/mountinfo, instead of /proc/mounts
[dracut.git] / dracut.kernel.7.xml
blob6ab91b2fa39d6d6efd20f23346615279b32c85fa
1 <?xml version='1.0' encoding='ISO-8859-1'?>
2 <!-- This document was created with Syntext Serna Free. --><!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN" "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" []>
3 <refentry>
4   <refentryinfo>
5     <title>dracut.kernel</title>
6     <productname>dracut</productname>
7     <authorgroup>
8       <author>
9         <contrib>Developer</contrib>
10         <firstname>Harald</firstname>
11         <surname>Hoyer</surname>
12         <email>harald@redhat.com</email>
13       </author>
14     </authorgroup>
15   </refentryinfo>
16   <refmeta>
17     <refentrytitle>dracut.kernel</refentrytitle>
18     <manvolnum>7</manvolnum>
19     <refmiscinfo class="version"/>
20   </refmeta>
21   <refnamediv>
22     <refname>dracut.kernel</refname>
23     <refpurpose>dracut kernel command line options</refpurpose>
24   </refnamediv>
25   <refsect1>
26     <title>Description</title>
27     <para>The root filesystem used by the kernel is specified in the boot configuration
28 file, as always. The traditional <emphasis remap="B">root=/dev/hda1</emphasis> style device 
29 specification is allowed. If a label is used, as in <emphasis remap="B">root=LABEL=rootPart</emphasis>
30 the initramfs will search all available devices for an ext2 or ext3 filesystem
31 with the appropriate label, and mount that device as the root filesystem.
32 <emphasis remap="B">root=UUID=uuidnumber</emphasis> will mount the partition with that UUID as the 
33 root filesystem.</para>
34     <refsect2>
35       <title>Standard</title>
36       <variablelist>
37         <varlistentry>
38           <term>
39             <envar>init=<replaceable>&lt;path to real init&gt;</replaceable></envar>
40           </term>
41           <listitem>
42             <para> </para>
43           </listitem>
44         </varlistentry>
45         <varlistentry>
46           <term>
47             <envar>root=<replaceable>&lt;path to blockdevice&gt;</replaceable></envar>
48           </term>
49           <listitem>
50             <para>specify blockdevice to use as root filesystem. 
51      e.g.
52      <programlisting>
53 root=/dev/sda1
54 root=/dev/disk/by-path/pci-0000:00:1f.1-scsi-0:0:1:0-part1
55      </programlisting></para>
56           </listitem>
57         </varlistentry>
58         <varlistentry>
59           <term>
60             <envar>rootfstype=<replaceable>&lt;filesystem type&gt;</replaceable></envar>
61           </term>
62           <listitem>
63             <para>&quot;auto&quot; if not specified, e.g. rootfstype=ext3</para>
64           </listitem>
65         </varlistentry>
66         <varlistentry>
67           <term>
68             <envar>rootflags=<replaceable>&lt;mount options&gt;</replaceable></envar>
69           </term>
70           <listitem>
71             <para>specify additional mount options for the root filesystem. If not set, /etc/fstab
72 of the real root will be parsed for special mount options and mounted 
73 accordingly.</para>
74           </listitem>
75         </varlistentry>
76         <varlistentry>
77           <term>
78             <envar>rd_NO_FSTAB</envar>
79           </term>
80           <listitem>
81             <para>do not honor special mount options for the root filesystem found in 
82 /etc/fstab of the real root.</para>
83           </listitem>
84         </varlistentry>
85       </variablelist>
86     </refsect2>
87     <refsect2>
88       <title>Misc</title>
89       <variablelist>
90         <varlistentry>
91           <term>
92             <envar>rdblacklist=<replaceable>&lt;drivername&gt;</replaceable></envar>
93           </term>
94           <listitem>
95             <para>do not load kernel module &lt;drivername&gt;
96 This parameter can be specified multiple times.</para>
97           </listitem>
98         </varlistentry>
99         <varlistentry>
100           <term>
101             <envar>rdloaddriver=<replaceable>&lt;drivername&gt;</replaceable></envar>
102           </term>
103           <listitem>
104             <para>force loading kernel module &lt;drivername&gt;
105 This parameter can be specified multiple times.</para>
106           </listitem>
107         </varlistentry>
108       </variablelist>
109     </refsect2>
110     <refsect2>
111       <title>Debug</title>
112       <variablelist>
113         <varlistentry>
114           <term>
115             <envar>rdinfo</envar>
116           </term>
117           <listitem>
118             <para>print informational output though &quot;quiet&quot; is set</para>
119           </listitem>
120         </varlistentry>
121         <varlistentry>
122           <term>
123             <envar>rdshell</envar>
124           </term>
125           <listitem>
126             <para>allow dropping to a shell, if root mounting fails</para>
127           </listitem>
128         </varlistentry>
129         <varlistentry>
130           <term>
131             <envar>rdinitdebug</envar>
132           </term>
133           <listitem>
134             <para>set -x for the dracut shell and logs to dmesg, console and /init.log</para>
135           </listitem>
136         </varlistentry>
137         <varlistentry>
138           <term>
139             <envar>rdbreak</envar>
140           </term>
141           <listitem>
142             <para>drop to a shell at the end</para>
143           </listitem>
144         </varlistentry>
145         <varlistentry>
146           <term><envar>rdbreak=</envar>{cmdline|pre-udev|pre-trigger|initqueue|pre-mount|mount|pre-pivot} </term>
147           <listitem>
148             <para>drop to a shell on defined breakpoint</para>
149           </listitem>
150         </varlistentry>
151         <varlistentry>
152           <term>
153             <envar>rdudevinfo</envar>
154           </term>
155           <listitem>
156             <para>set udev to loglevel info</para>
157           </listitem>
158         </varlistentry>
159         <varlistentry>
160           <term>
161             <envar>rdudevdebug</envar>
162           </term>
163           <listitem>
164             <para>set udev to loglevel debug</para>
165           </listitem>
166         </varlistentry>
167       </variablelist>
168     </refsect2>
169     <refsect2>
170       <title>I18N</title>
171       <para> e.g.
172       <programlisting>
173 LANG=en_US.UTF-8
174 SYSFONT=latarcyrheb-sun16
175 KEYTABLE=de-latin1-nodeadkeys
176       </programlisting>
177       </para>
178       <variablelist>
179         <varlistentry>
180           <term>
181             <envar>KEYBOARDTYPE=</envar>
182             <replaceable>{sun|pc}</replaceable>
183           </term>
184           <listitem>
185             <para>will be written to /etc/sysconfig/keyboard in the initramfs</para>
186           </listitem>
187         </varlistentry>
188         <varlistentry>
189           <term>
190             <envar>KEYTABLE=<replaceable>&lt;keytable filename&gt;</replaceable></envar>
191           </term>
192           <listitem>
193             <para>will be written to /etc/sysconfig/keyboard in the initramfs</para>
194           </listitem>
195         </varlistentry>
196         <varlistentry>
197           <term>
198             <envar>SYSFONT=<replaceable>&lt;Console font&gt;</replaceable></envar>
199           </term>
200           <listitem>
201             <para>will be written to /etc/sysconfig/i18n in the initramfs</para>
202           </listitem>
203         </varlistentry>
204         <varlistentry>
205           <term>
206             <envar>SYSFONTACM=</envar>
207             <replaceable>&lt;Console map&gt;</replaceable>
208           </term>
209           <listitem>
210             <para>will be written to /etc/sysconfig/i18n in the initramfs</para>
211           </listitem>
212         </varlistentry>
213         <varlistentry>
214           <term>
215             <envar>UNIMAP=<replaceable>&lt;Unicode font map&gt;</replaceable></envar>
216           </term>
217           <listitem>
218             <para>will be written to /etc/sysconfig/i18n in the initramfs</para>
219           </listitem>
220         </varlistentry>
221         <varlistentry>
222           <term>
223             <envar>LANG=<replaceable>&lt;locale&gt;</replaceable></envar>
224           </term>
225           <listitem>
226             <para>will be written to /etc/sysconfig/i18n in the initramfs</para>
227           </listitem>
228         </varlistentry>
229       </variablelist>
230     </refsect2>
231     <refsect2>
232       <title>LVM</title>
233       <variablelist>
234         <varlistentry>
235           <term>
236             <envar>rd_NO_LVM</envar>
237           </term>
238           <listitem>
239             <para>disable LVM detection</para>
240           </listitem>
241         </varlistentry>
242         <varlistentry>
243           <term>
244             <envar>rd_LVM_VG=<replaceable>&lt;volume group name&gt;</replaceable></envar>
245           </term>
246           <listitem>
247             <para>only activate the volume groups with the given name
248 rd_LVM_VG can be specified multiple times on the kernel command line.</para>
249           </listitem>
250         </varlistentry>
251         <varlistentry>
252           <term>
253             <envar>rd_LVM_LV=<replaceable>&lt;logical volume name&gt;</replaceable></envar>
254           </term>
255           <listitem>
256             <para>only activate the logical volumes with the given name
257 rd_LVM_LV can be specified multiple times on the kernel command line.</para>
258           </listitem>
259         </varlistentry>
260         <varlistentry>
261           <term>
262             <envar>rd_NO_LVMCONF</envar>
263           </term>
264           <listitem>
265             <para>remove any /etc/lvm/lvm.conf, which may exist in the initramfs</para>
266           </listitem>
267         </varlistentry>
268       </variablelist>
269     </refsect2>
270     <refsect2>
271       <title>crypto LUKS</title>
272       <variablelist>
273         <varlistentry>
274           <term>
275             <envar>rd_NO_LUKS</envar>
276           </term>
277           <listitem>
278             <para>disable crypto LUKS detection</para>
279           </listitem>
280         </varlistentry>
281         <varlistentry>
282           <term>
283             <envar>rd_LUKS_UUID=<replaceable>&lt;luks uuid&gt;</replaceable></envar>
284           </term>
285           <listitem>
286             <para>only activate the LUKS partitions with the given UUID
287 Any &quot;luks-&quot; of the LUKS UUID is removed before comparing to &lt;luks uuid&gt;.
288 The comparisons also matches, if &lt;luks uuid&gt; is only the beginning of the 
289 LUKS UUID, so you don&apos;t have to specify the full UUID.
290 This parameter can be specified multiple times.</para>
291           </listitem>
292         </varlistentry>
293         <varlistentry>
294           <term>
295             <envar>rd_NO_CRYPTTAB</envar>
296           </term>
297           <listitem>
298             <para>do not check, if LUKS partition is in /etc/crypttab</para>
299           </listitem>
300         </varlistentry>
301       </variablelist>
302     </refsect2>
303     <refsect2>
304       <title>MD</title>
305       <variablelist>
306         <varlistentry>
307           <term>
308             <envar>rd_NO_MD</envar>
309           </term>
310           <listitem>
311             <para>disable MD RAID detection</para>
312           </listitem>
313         </varlistentry>
314         <varlistentry>
315           <term>
316             <envar>rd_NO_MDIMSM</envar>
317           </term>
318           <listitem>
319             <para>no MD RAID for imsm/isw raids, use dmraid instead</para>
320           </listitem>
321         </varlistentry>
322         <varlistentry>
323           <term>
324             <envar>rd_NO_MDADMCONF</envar>
325           </term>
326           <listitem>
327             <para>ignore mdadm.conf included in initramfs</para>
328           </listitem>
329         </varlistentry>
330         <varlistentry>
331           <term>
332             <envar>rd_MD_UUID=<replaceable>&lt;md uuid&gt;</replaceable></envar>
333           </term>
334           <listitem>
335             <para>only activate the raid sets with the given UUID.
336 This parameter can be specified multiple times.</para>
337           </listitem>
338         </varlistentry>
339       </variablelist>
340     </refsect2>
341     <refsect2>
342       <title>DMRAID</title>
343       <variablelist>
344         <varlistentry>
345           <term>
346             <envar>rd_NO_DM</envar>
347           </term>
348           <listitem>
349             <para>disable DM RAID detection</para>
350           </listitem>
351         </varlistentry>
352         <varlistentry>
353           <term>
354             <envar>rd_DM_UUID=<replaceable>&lt;dmraid uuid&gt;</replaceable></envar>
355           </term>
356           <listitem>
357             <para>only activate the raid sets with the given UUID.
358 This parameter can be specified multiple times.</para>
359           </listitem>
360         </varlistentry>
361       </variablelist>
362     </refsect2>
363     <refsect2>
364       <title>Network</title>
365       <variablelist>
366         <varlistentry>
367           <term>
368             <envar>ip=</envar>
369             <replaceable>{dhcp|on|any|dhcp6|auto6}</replaceable>
370           </term>
371           <listitem>
372             <para>dhcp|on|any: get ip from dhcp server from all interfaces. If root=dhcp, 
373 loop sequentially through all interfaces (eth0, eth1, ...) and use the first 
374 with a valid DHCP root-path.</para>
375             <para>auto6: do IPv6 autoconfiguration</para>
376           </listitem>
377         </varlistentry>
378         <varlistentry>
379           <term><envar>ip=</envar><replaceable>&lt;interface&gt;</replaceable>:<replaceable>{dhcp|on|any|dhcp6|auto6}</replaceable></term>
380           <listitem>
381             <para>dhcp|on|any|dhcp6: get ip from dhcp server on a specific interface
382 auto6: do IPv6 autoconfiguration
383 This parameter can be specified multiple times.</para>
384           </listitem>
385         </varlistentry>
386         <varlistentry>
387           <term><envar>ip=</envar><replaceable>&lt;client-IP&gt;</replaceable>:<optional>
388               <replaceable>&lt;server-id&gt;</replaceable>
389             </optional>:<replaceable>&lt;gateway-IP&gt;</replaceable>:<replaceable>&lt;netmask&gt;</replaceable>:<replaceable>&lt;client_hostname&gt;</replaceable>:<replaceable>&lt;interface&gt;</replaceable>:<replaceable>{none|off}</replaceable></term>
390           <listitem>
391             <para>explicit network configuration. If you want do define a IPv6 address, put it in brackets (e.g. [2001:DB8::1]).
392 This parameter can be specified multiple times.</para>
393           </listitem>
394         </varlistentry>
395         <varlistentry>
396           <term><envar>ifname=</envar><replaceable>&lt;interface&gt;</replaceable>:<replaceable>&lt;MAC&gt;</replaceable></term>
397           <listitem>
398             <para>Assign network device name &lt;interface&gt; (ie eth0) to the NIC with MAC &lt;MAC&gt;.
399 Note letters in the MAC-address must be lowercase!
400 Note that if you use this option you <emphasis remap="B">must</emphasis> specify an ifname= argument
401 for all interfaces used in ip= or fcoe= arguments
402 This parameter can be specified multiple times.</para>
403           </listitem>
404         </varlistentry>
405         <varlistentry>
406           <term>
407             <envar>bootdev=</envar>
408             <replaceable>&lt;interface&gt;</replaceable>
409           </term>
410           <listitem>
411             <para>specify network interface to use routing and netroot information from. 
412 Required if multiple ip= lines are used.</para>
413           </listitem>
414         </varlistentry>
415         <varlistentry>
416           <term>
417             <envar>nameserver=</envar>
418             <replaceable>&lt;IP&gt;</replaceable>
419             <optional><envar>nameserver</envar>=<replaceable>&lt;IP&gt;</replaceable> ...</optional>
420           </term>
421           <listitem>
422             <para>specify nameserver(s) to use</para>
423           </listitem>
424         </varlistentry>
425       </variablelist>
426     </refsect2>
427     <refsect2>
428       <title>NFS</title>
429       <variablelist>
430         <varlistentry>
431           <term>
432             <envar>root=</envar>
433             <optional><replaceable>&lt;server-ip&gt;</replaceable>:</optional>
434             <replaceable>&lt;root-dir&gt;</replaceable>
435             <optional>:<replaceable>&lt;nfs-options&gt;</replaceable></optional>
436           </term>
437           <listitem>
438             <para>mount nfs share from &lt;server-ip&gt;:/&lt;root-dir&gt;, if no server-ip is given,
439 use dhcp next_server. if server-ip is an IPv6 address it has to be put in brackets, e.g. [2001:DB8::1].
440 NFS options can be appended with the prefix &quot;:&quot; or &quot;,&quot; and are seperated by &quot;,&quot;.</para>
441           </listitem>
442         </varlistentry>
443         <varlistentry>
444           <term><envar>root=</envar>nfs:<optional><replaceable>&lt;server-ip&gt;</replaceable>:</optional><replaceable>&lt;root-dir&gt;</replaceable><optional>:<replaceable>&lt;nfs-options&gt;</replaceable></optional></term>
445           <term><envar>root=</envar>nfs4:<optional><replaceable>&lt;server-ip&gt;</replaceable>:</optional><replaceable>&lt;root-dir&gt;</replaceable><optional>:<replaceable>&lt;nfs-options&gt;</replaceable></optional></term>
446           <term>
447             <envar>root=</envar>
448             <replaceable>{dhcp|dhcp6}</replaceable>
449           </term>
450           <listitem>
451             <para>root=dhcp alone directs initrd to look at the DHCP root-path where NFS 
452 options can be specified.
453     root-path=&lt;server-ip&gt;:&lt;root-dir&gt;[,&lt;nfs-options&gt;]
454     root-path=nfs:&lt;server-ip&gt;:&lt;root-dir&gt;[,&lt;nfs-options&gt;]
455     root-path=nfs4:&lt;server-ip&gt;:&lt;root-dir&gt;[,&lt;nfs-options&gt;]</para>
456           </listitem>
457         </varlistentry>
458         <varlistentry>
459           <term>
460             <envar>root=</envar>
461             <filename>/dev/nfs</filename>
462             <envar> nfsroot=</envar>
463             <optional><replaceable>&lt;server-ip&gt;</replaceable>:</optional>
464             <replaceable>&lt;root-dir&gt;</replaceable>
465             <optional>:<replaceable>&lt;nfs-options&gt;</replaceable></optional>
466           </term>
467           <listitem>
468             <para><emphasis remap="B">Deprecated!</emphasis> kernel Documentation/filesystems/nfsroot.txt defines 
469 this method.  
470 This is supported by dracut but not recommended.</para>
471           </listitem>
472         </varlistentry>
473         <varlistentry>
474           <term>
475             <envar remap="B">rd_NFS_DOMAIN=</envar>
476             <replaceable>&lt;NFSv4 domain name&gt;</replaceable>
477           </term>
478           <listitem>
479             <para>Set the NFSv4 domain name. Will overwrite the settings in /etc/idmap.conf.</para>
480           </listitem>
481         </varlistentry>
482       </variablelist>
483     </refsect2>
484     <refsect2>
485       <title>iSCSI</title>
486       <variablelist>
487         <varlistentry>
488           <term><envar>root=</envar>iscsi:<optional><replaceable>&lt;username&gt;</replaceable>:<replaceable>&lt;password&gt;</replaceable><optional>:<replaceable>&lt;reverse&gt;</replaceable>:<replaceable>&lt;password&gt;</replaceable></optional>@</optional><optional>
489               <replaceable>&lt;servername&gt;</replaceable>
490             </optional>:<optional>
491               <replaceable>&lt;protocol&gt;</replaceable>
492             </optional>:<optional>
493               <replaceable>&lt;port&gt;</replaceable>
494             </optional>:<optional>
495               <replaceable>&lt;LUN&gt;</replaceable>
496             </optional>:<replaceable>&lt;targetname&gt;</replaceable></term>
497           <listitem>
498             <para>protocol defaults to &quot;6&quot;, LUN defaults to &quot;0&quot;.</para>
499             <para>If the &quot;servername&quot; field is provided by BOOTP or DHCP, then that
500 field is used in conjunction with other associated fields to contact
501 the boot server in the Boot stage (Section 7).  However, if the
502 &quot;servername&quot; field is not provided, then the &quot;targetname&quot; field is
503 then used in the Discovery Service stage in conjunction with other
504 associated fields.</para>
505             <para><ulink url="http://tools.ietf.org/html/rfc4173">http://tools.ietf.org/html/rfc4173</ulink></para>
506             <para>e.g. 
507      <programlisting>
508 root=iscsi:192.168.50.1::::iqn.2009-06.dracut:target0
509      </programlisting>
510      </para>
511             <para>If servername is an IPv6 address, it has to be put in brackets. e.g. 
512      <programlisting>
513 root=iscsi:[2001:DB8::1]::::iqn.2009-06.dracut:target0
514      </programlisting></para>
515           </listitem>
516         </varlistentry>
517         <varlistentry>
518           <term><envar>root=</envar><replaceable>???</replaceable><envar> netroot=</envar>iscsi:<optional><replaceable>&lt;username&gt;</replaceable>:<replaceable>&lt;password&gt;</replaceable><optional>:<replaceable>&lt;reverse&gt;</replaceable>:<replaceable>&lt;password&gt;</replaceable></optional>@</optional><optional>
519               <replaceable>&lt;servername&gt;</replaceable>
520             </optional>:<optional>
521               <replaceable>&lt;protocol&gt;</replaceable>
522             </optional>:<optional>
523               <replaceable>&lt;port&gt;</replaceable>
524             </optional>:<optional>
525               <replaceable>&lt;LUN&gt;</replaceable>
526             </optional>:<replaceable>&lt;targetname&gt;</replaceable> ...</term>
527           <listitem>
528             <para>multiple netroot options allow setting up multiple iscsi disks. e.g. 
529      <programlisting>
530 root=UUID=12424547
531 netroot=iscsi:192.168.50.1::::iqn.2009-06.dracut:target0
532 netroot=iscsi:192.168.50.1::::iqn.2009-06.dracut:target1
533      </programlisting></para>
534             <para>If servername is an IPv6 address, it has to be put in brackets.
535  e.g.
536   <programlisting>netroot=iscsi:[2001:DB8::1]::::iqn.2009-06.dracut:target0</programlisting></para>
537           </listitem>
538         </varlistentry>
539         <varlistentry>
540           <term>
541             <envar>root=<replaceable>???</replaceable></envar>
542             <envar> iscsi_initiator=<replaceable>&lt;initiator&gt; </replaceable></envar>
543             <envar>iscsi_target_name=<replaceable>&lt;target_name&gt; </replaceable></envar>
544             <envar>iscsi_target_ip=<replaceable>&lt;target ip&gt; </replaceable></envar>
545             <envar>iscsi_target_port=<replaceable>&lt;target port&gt; </replaceable></envar>
546             <envar>iscsi_target_group=<replaceable>&lt;target group&gt; </replaceable></envar>
547             <envar>iscsi_username=<replaceable>&lt;username&gt; </replaceable></envar>
548             <envar>iscsi_password=<replaceable>&lt;password&gt; </replaceable></envar>
549             <envar>iscsi_in_username=<replaceable>&lt;in username&gt; </replaceable></envar>
550             <envar>iscsi_in_password=<replaceable>&lt;in password&gt; </replaceable></envar>
551           </term>
552           <listitem>
553             <para>manually specify all iscsistart parameter (see <userinput>iscsistart&nbsp;--help</userinput>)</para>
554           </listitem>
555         </varlistentry>
556         <varlistentry>
557           <term><envar>root=</envar>???<envar> iscsi_firmware</envar></term>
558           <listitem>
559             <para>will read the iscsi parameter from the BIOS firmware</para>
560           </listitem>
561         </varlistentry>
562       </variablelist>
563     </refsect2>
564     <refsect2>
565       <title>FCoE</title>
566       <variablelist>
567         <varlistentry>
568           <term><envar>netroot=</envar>fcoe:<replaceable>&lt;interface|MAC&gt;</replaceable>:<replaceable>{dcb|nodcb}</replaceable></term>
569           <listitem>
570             <para>Try to connect to a FCoE SAN through the NIC specified by &lt;interface&gt; or &lt;MAC&gt;,
571 for the second argument, currently only nodcb is supported. Note letters in
572 the MAC-address must be lowercase!</para>
573           </listitem>
574         </varlistentry>
575       </variablelist>
576     </refsect2>
577     <refsect2>
578       <title>NBD</title>
579       <variablelist>
580         <varlistentry>
581           <term><envar>root=</envar><constant>nbd</constant>:<replaceable>&lt;server&gt;</replaceable>:<replaceable>&lt;port&gt;</replaceable><optional>:<replaceable>&lt;fstype&gt;</replaceable></optional><optional>:<replaceable>&lt;mountopts&gt;</replaceable></optional></term>
582           <listitem>
583             <para>mount nbd share from &lt;server&gt;</para>
584           </listitem>
585         </varlistentry>
586         <varlistentry>
587           <term>
588             <envar>root=dhcp</envar>
589           </term>
590           <listitem>
591             <para>with dhcp root-path=nbd:&lt;server&gt;:&lt;port&gt;[:&lt;fstype&gt;][:&lt;mountopts&gt;]
592 root=dhcp alone directs initrd to look at the DHCP root-path where NBD 
593 options can be specified.
594 This syntax is only usable in cases where you are directly mounting the volume 
595 as the rootfs.</para>
596           </listitem>
597         </varlistentry>
598       </variablelist>
599     </refsect2>
600     <refsect2>
601       <title>DASD</title>
602       <variablelist>
603         <varlistentry>
604           <term><envar>rd_DASD_MOD=</envar>....</term>
605           <listitem>
606             <para>same syntax as the kernel module parameter (s390 only)</para>
607           </listitem>
608         </varlistentry>
609         <varlistentry>
610           <term>
611             <envar>rd_DASD=</envar>
612             <replaceable>&lt;dasd_adaptor device bus ID&gt;</replaceable>
613             <optional>,readonly=<replaceable>X</replaceable></optional>
614             <optional>,use_diag=<replaceable>X</replaceable></optional>
615             <optional>,erplog=<replaceable>X</replaceable></optional>
616           </term>
617           <listitem>
618             <para>activate DASD device with the given adaptor device bus ID and setting the sysfs attributes
619 to the specified values
620 This parameter can be specified multiple times.</para>
621           </listitem>
622         </varlistentry>
623       </variablelist>
624     </refsect2>
625     <refsect2>
626       <title>ZFCP</title>
627       <variablelist>
628         <varlistentry>
629           <term><envar>rd_ZFCP=</envar><replaceable>&lt;zfcp adaptor device bus ID&gt;</replaceable>,<replaceable>&lt;WWPN&gt;</replaceable>,<replaceable>&lt;FCPLUN&gt;</replaceable></term>
630           <listitem>
631             <para>rd_ZFCP can be specified multiple times on the kernel command line.</para>
632             <para>example: rd_ZFCP=0.0.4000,0x5005076300C213e9,0x5022000000000000</para>
633           </listitem>
634         </varlistentry>
635         <varlistentry>
636           <term>
637             <envar>rd_NO_ZFCPCONF</envar>
638           </term>
639           <listitem>
640             <para>ignore zfcp.conf included in the initramfs</para>
641           </listitem>
642         </varlistentry>
643       </variablelist>
644     </refsect2>
645     <refsect2>
646       <title>ZNET</title>
647       <variablelist>
648         <varlistentry>
649           <term><envar>rd_ZNET=</envar><replaceable>&lt;nettype&gt;</replaceable>,<replaceable>&lt;subchannels&gt;</replaceable>,<replaceable>&lt;options&gt;</replaceable></term>
650           <listitem>
651             <para>rd_ZNET can be specified multiple times on the kernel command line. Examples:
652     rd_ZNET=qeth,0.0.0600,0.0.0601,0.0.0602,layer2=1,portname=foo
653     rd_ZNET=ctc,0.0.0600,0.0.0601,0.0.0602,protocol=bar</para>
654           </listitem>
655         </varlistentry>
656       </variablelist>
657     </refsect2>
658     <refsect2>
659       <title>Plymouth Boot Splash</title>
660       <variablelist>
661         <varlistentry>
662           <term>
663             <envar>rd_NO_PLYMOUTH</envar>
664           </term>
665           <listitem>
666             <para>do not start plymouth. This will not work with encrypted partitions.</para>
667           </listitem>
668         </varlistentry>
669       </variablelist>
670     </refsect2>
671   </refsect1>
672   <refsect1>
673     <title>FILES</title>
674     <variablelist>
675       <varlistentry>
676         <term>
677           <filename>/var/log/dracut.log</filename>
678         </term>
679         <listitem>
680           <para>logfile of initramfs image creation</para>
681         </listitem>
682       </varlistentry>
683       <varlistentry>
684         <term>
685           <filename>/tmp/dracut.log</filename>
686         </term>
687         <listitem>
688           <para>logfile of initramfs image creation, if /var/log/dracut.log is not writable</para>
689         </listitem>
690       </varlistentry>
691       <varlistentry>
692         <term>
693           <filename>/etc/dracut.conf</filename>
694         </term>
695         <listitem>
696           <para>see <citerefentry>
697               <refentrytitle>dracut.conf</refentrytitle>
698               <manvolnum>5</manvolnum>
699             </citerefentry></para>
700         </listitem>
701       </varlistentry>
702       <varlistentry>
703         <term>
704           <filename>/etc/dracut.conf.d/*.conf</filename>
705         </term>
706         <listitem>
707           <para>see <citerefentry>
708               <refentrytitle>dracut.conf</refentrytitle>
709               <manvolnum>5</manvolnum>
710             </citerefentry></para>
711         </listitem>
712       </varlistentry>
713     </variablelist>
714     <refsect2>
715       <title>Configuration in the Initramfs</title>
716       <variablelist>
717         <varlistentry>
718           <term>
719             <filename>/conf/conf.d/</filename>
720           </term>
721           <listitem>
722             <para>Any files found in /conf/conf.d/ will be sourced in the initramfs to 
723 set initial values. Command line options will override these values 
724 set in the configuration files.</para>
725           </listitem>
726         </varlistentry>
727         <varlistentry>
728           <term>
729             <filename>/etc/cmdline</filename>
730           </term>
731           <listitem>
732             <para>Can contain additional command line options.</para>
733           </listitem>
734         </varlistentry>
735       </variablelist>
736     </refsect2>
737   </refsect1>
738   <refsect1>
739     <title>See Also</title>
740     <para>
741       <citerefentry>
742         <refentrytitle>dracut</refentrytitle>
743         <manvolnum>8</manvolnum>
744       </citerefentry>
745       <citerefentry>
746         <refentrytitle>dracut.conf</refentrytitle>
747         <manvolnum>5</manvolnum>
748       </citerefentry>
749     </para>
750   </refsect1>
751 </refentry>