diff --git a/dracut.cmdline.7.xml b/dracut.cmdline.7.xml index 87fb4ad8..74e617c1 100644 --- a/dracut.cmdline.7.xml +++ b/dracut.cmdline.7.xml @@ -453,7 +453,7 @@ with a valid DHCP root-path. ip=<client-IP>: - <server-id> + <server-IP> :<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]). diff --git a/modules.d/40network/parse-ip-opts.sh b/modules.d/40network/parse-ip-opts.sh index 3e83ee3b..77dbaf07 100755 --- a/modules.d/40network/parse-ip-opts.sh +++ b/modules.d/40network/parse-ip-opts.sh @@ -7,7 +7,7 @@ # # ip=:[dhcp|on|any] # -# ip=::::::[dhcp|on|any|none|off] +# ip=::::::[dhcp|on|any|none|off] # # When supplying more than only ip= line, is mandatory and # bootdev= must contain the name of the primary interface to use for