Date: Wed, 23 Jun 2010 19:29:18 +0000 (UTC) From: Randi Harper <randi@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r209481 - head/usr.sbin/sysinstall Message-ID: <201006231929.o5NJTIw6059126@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: randi Date: Wed Jun 23 19:29:17 2010 New Revision: 209481 URL: http://svn.freebsd.org/changeset/base/209481 Log: Update the man page to reflect the changes to the netDev configuration variable. Approved by: cperciva (mentor) MFC after: 3 days Modified: head/usr.sbin/sysinstall/sysinstall.8 Modified: head/usr.sbin/sysinstall/sysinstall.8 ============================================================================== --- head/usr.sbin/sysinstall/sysinstall.8 Wed Jun 23 19:28:36 2010 (r209480) +++ head/usr.sbin/sysinstall/sysinstall.8 Wed Jun 23 19:29:17 2010 (r209481) @@ -640,12 +640,10 @@ The domain name of the host being instal .It defaultrouter The default router for this host (non-optional). .It netDev -Which host interface to use -.Ar ( ed0 -or -.Ar ep0 , -for example. -Non-optional). +Which network interface to use. +Multiple network interfaces may be specified using a comma delimited list. +If netDev is set to ANY, all available network interfaces will be probed and the +first interface found to have a link will be used. (non-optional). .It netInteractive If set, bring up the interactive network setup form even if all relevant configuration variables are already set (optional).
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201006231929.o5NJTIw6059126>