]> git.ipfire.org Git - thirdparty/dracut.git/commit
network: add options to tweak timeouts
authorHarald Hoyer <harald@redhat.com>
Fri, 3 Jul 2015 11:30:40 +0000 (13:30 +0200)
committerHarald Hoyer <harald@redhat.com>
Fri, 3 Jul 2015 11:33:27 +0000 (13:33 +0200)
commitd8ad687e1a4c0343eb076902b11aff2b2b2c4b85
treed2c9eb1f5d5bf84d7c09a6fa1ef4fbb257406f91
parentb34bd60c3b4378ea33768c4dece5b744a7e769b0
network: add options to tweak timeouts

 rd.net.dhcp.retry=<cnt>
     If this option is set, dracut will try to connect via dhcp
     <cnt> times before failing. Default is 1.

 rd.net.timeout.dhcp=<arg>
     If this option is set, dhclient is called with "-timeout <arg>".

 rd.net.timeout.iflink=<seconds>
     Wait <seconds> until link shows up. Default is 60 seconds.

 rd.net.timeout.ifup=<seconds>
     Wait <seconds> until link has state "UP". Default is 20 seconds.

 rd.net.timeout.route=<seconds>
     Wait <seconds> until route shows up. Default is 20 seconds.

 rd.net.timeout.ipv6dad=<seconds>
     Wait <seconds> until IPv6 DAD is finished. Default is 50 seconds.

 rd.net.timeout.ipv6auto=<seconds>
     Wait <seconds> until IPv6 automatic addresses are assigned.
     Default is 40 seconds.

 rd.net.timeout.carrier=<seconds>
     Wait <seconds> until carrier is recognized. Default is 5 seconds.
dracut.cmdline.7.asc
modules.d/40network/ifup.sh
modules.d/40network/net-lib.sh