Browse Source

dracut.8: corrections of parameters and fixed typos

master
Harald Hoyer 16 years ago
parent
commit
34a369ed2d
  1. 19
      dracut.8

19
dracut.8

@ -30,10 +30,10 @@ add a space-separated list of dracut modules.
.BR \-d ", " \-\-drivers " \fILIST\fR" .BR \-d ", " \-\-drivers " \fILIST\fR"
specify a space-separated list of kernel modules to include in the initramfs. specify a space-separated list of kernel modules to include in the initramfs.
.TP .TP
.BR \-k ", " \-\-kmoddir " \fI[DIR]\fR .BR \-k ", " \-\-kmoddir " \fI{DIR}\fR
specify the directory, where to look for kernel modules specify the directory, where to look for kernel modules
.TP .TP
.BR " \-\-fwdir " \fI[DIR]\fR .BR " \-\-fwdir " \fI{DIR}\fR
specify additional directory, where to look for firmwares specify additional directory, where to look for firmwares
.TP .TP
.BR \-\-kernel-only .BR \-\-kernel-only
@ -229,13 +229,13 @@ This syntax is only usable in cases where you are directly mounting the volume a
.TP bootdev=<interface> .TP bootdev=<interface>
.B specify the network interface to boot from .B specify the network interface to boot from
.TP .TP
.B ip=[dhcp|on|any] .B ip={dhcp|on|any}
get ip from dhcp server from all interfaces. If root=dhcp, loop sequentially through all interfaces (eth0, eth1, ...) and use the first with a valid DHCP root-path. get ip from dhcp server from all interfaces. If root=dhcp, loop sequentially through all interfaces (eth0, eth1, ...) and use the first with a valid DHCP root-path.
.TP .TP
.B ip=<interface>:[dhcp|on|any] .B ip=<interface>:{dhcp|on|any}
get ip from dhcp server on a specific interface get ip from dhcp server on a specific interface
.TP .TP
.B ip=<client-IP-number>:<gateway-IP-number>:<netmask>:<client-hostname>:<interface>:[dhcp|on|any|] .B ip=<client-IP-number>:<gateway-IP-number>:<netmask>:<client-hostname>:<interface>:{none|off}
explicit network configuration explicit network configuration


.SH Misc .SH Misc
@ -246,13 +246,16 @@ do not load kernel module <drivername>
.SH Debug .SH Debug
.TP .TP
.B rdshell .B rdshell
drop to a shell, if the imitramfs fails allow dropping to a shell, if root mounting fails
.TP .TP
.B rdinitdebug .B rdinitdebug
set -x for the dracut shell set -x for the dracut shell
.TP .TP
.B rdbreak=[pre-udev|pre-mount|mount|pre-pivot|] .B rdbreak
drop the shell on defined breakpoint drop to a shell at the end
.TP
.B rdbreak={pre-udev|pre-mount|mount|pre-pivot|commandline|initqueue}
drop to a shell on defined breakpoint
.TP .TP
.B rdudevinfo .B rdudevinfo
set udev to loglevel info set udev to loglevel info

Loading…
Cancel
Save