]> git.ipfire.org Git - thirdparty/dracut.git/commit - dracut.cmdline.7.asc
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>
Wed, 11 Nov 2015 14:26:29 +0000 (15:26 +0100)
commit2448fbf17b8deb28046b9721503cab15721716ca
treea8b3352c66cab4587a45904fa578d85770bbb5d4
parent6138a45dd20319417a59f0592f67ac261a380031
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.

(cherry picked from commit d8ad687e1a4c0343eb076902b11aff2b2b2c4b85)
dracut.cmdline.7.asc
modules.d/40network/ifup.sh
modules.d/40network/net-lib.sh