From: Anton Blanchard Date: Mon, 26 Dec 2011 22:08:28 +0000 (+1100) Subject: server-id in ip= is not optional X-Git-Tag: 015~70 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b3d838e5d0f763beb9bb8b6ed6a28ad00eee9ff2;p=thirdparty%2Fdracut.git server-id in ip= is not optional The documentation suggests that server-id is an optional argument but ip_to_var fails if it is not specified. Fix the documentation. --- diff --git a/dracut.cmdline.7.xml b/dracut.cmdline.7.xml index 9357e25a0..87fb4ad88 100644 --- a/dracut.cmdline.7.xml +++ b/dracut.cmdline.7.xml @@ -452,9 +452,9 @@ with a valid DHCP root-path. - ip=<client-IP>: + ip=<client-IP>: <server-id> - :<gateway-IP>:<netmask>:<client_hostname>:<interface>:{none|off} + :<gateway-IP>:<netmask>:<client_hostname>:<interface>:{none|off} explicit network configuration. If you want do define a IPv6 address, put it in brackets (e.g. [2001:DB8::1]). This parameter can be specified multiple times.