From 34a369ed2de3055219acf6138099335f59f356b3 Mon Sep 17 00:00:00 2001 From: Harald Hoyer Date: Fri, 24 Jul 2009 11:52:15 +0200 Subject: [PATCH] dracut.8: corrections of parameters and fixed typos --- dracut.8 | 19 +++++++++++-------- 1 file changed, 11 insertions(+), 8 deletions(-) diff --git a/dracut.8 b/dracut.8 index 27497b8..8d77e38 100644 --- a/dracut.8 +++ b/dracut.8 @@ -30,10 +30,10 @@ add a space-separated list of dracut modules. .BR \-d ", " \-\-drivers " \fILIST\fR" specify a space-separated list of kernel modules to include in the initramfs. .TP -.BR \-k ", " \-\-kmoddir " \fI[DIR]\fR +.BR \-k ", " \-\-kmoddir " \fI{DIR}\fR specify the directory, where to look for kernel modules .TP -.BR " \-\-fwdir " \fI[DIR]\fR +.BR " \-\-fwdir " \fI{DIR}\fR specify additional directory, where to look for firmwares .TP .BR \-\-kernel-only @@ -229,13 +229,13 @@ This syntax is only usable in cases where you are directly mounting the volume a .TP bootdev= .B specify the network interface to boot from .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. .TP -.B ip=:[dhcp|on|any] +.B ip=:{dhcp|on|any} get ip from dhcp server on a specific interface .TP -.B ip=:::::[dhcp|on|any|] +.B ip=:::::{none|off} explicit network configuration .SH Misc @@ -246,13 +246,16 @@ do not load kernel module .SH Debug .TP .B rdshell -drop to a shell, if the imitramfs fails +allow dropping to a shell, if root mounting fails .TP .B rdinitdebug set -x for the dracut shell .TP -.B rdbreak=[pre-udev|pre-mount|mount|pre-pivot|] -drop the shell on defined breakpoint +.B rdbreak +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 .B rdudevinfo set udev to loglevel info -- 2.7.4