From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 95F28138334 for ; Thu, 18 Jul 2019 20:15:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BED44E081A; Thu, 18 Jul 2019 20:15:56 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A108BE081A for ; Thu, 18 Jul 2019 20:15:56 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4DC14347E98 for ; Thu, 18 Jul 2019 20:15:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E8AA66F2 for ; Thu, 18 Jul 2019 20:15:52 +0000 (UTC) From: "Thomas Deutschmann" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Thomas Deutschmann" Message-ID: <1563480408.70d1cdeede8d4524eb6c70df509f664af0367c99.whissi@gentoo> Subject: [gentoo-commits] proj/genkernel:master commit in: doc/ X-VCS-Repository: proj/genkernel X-VCS-Files: doc/genkernel.8.txt X-VCS-Directories: doc/ X-VCS-Committer: whissi X-VCS-Committer-Name: Thomas Deutschmann X-VCS-Revision: 70d1cdeede8d4524eb6c70df509f664af0367c99 X-VCS-Branch: master Date: Thu, 18 Jul 2019 20:15:52 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 5a9b770a-a133-4f2f-8dc7-bede0c505761 X-Archives-Hash: 8376eca54e24f2bd57987eefd8a5de12 commit: 70d1cdeede8d4524eb6c70df509f664af0367c99 Author: Thomas Deutschmann gentoo org> AuthorDate: Thu Jul 18 20:06:48 2019 +0000 Commit: Thomas Deutschmann gentoo org> CommitDate: Thu Jul 18 20:06:48 2019 +0000 URL: https://gitweb.gentoo.org/proj/genkernel.git/commit/?id=70d1cdee manpage: Fix gk.net.dhcp.retries entry Signed-off-by: Thomas Deutschmann gentoo.org> doc/genkernel.8.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/genkernel.8.txt b/doc/genkernel.8.txt index 177be51..da0f44e 100644 --- a/doc/genkernel.8.txt +++ b/doc/genkernel.8.txt @@ -544,14 +544,14 @@ recognized by the kernel itself. By default, dhcp will be used. You can set a specific IP address using addr/CIDR notation, i.e. '1.2.3.4/24'. +*gk.net.dhcp.retries*=<...>:: + By default we will send up to 3 DHCP discovery requests. + *gk.net.iface*=:: By default we will use the interface named eth0. Use this kernel parameter to specify another interface. You can also specify a MAC address (00:00:00:00:00:00 format) instead of an interface name. -*gk.net.timeout.dhcp*=<...>:: - By default we will send up to 3 DHCP discovery requests. - *gk.net.gw*=<...>:: Optional gateway. If *ip* is set to dhcp, this kernel parameter will be ignored.