en-US/Kickstart2.xml

Rüdiger Landmann rlandmann at fedoraproject.org
Fri Jul 17 00:15:31 UTC 2009


 en-US/Kickstart2.xml |    3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

New commits:
commit 5e0ac63f23e46bc9dfdb9e2b110af18a10a82f93
Author: Ruediger Landmann <r.landmann at redhat.com>
Date:   Fri Jul 17 10:13:01 2009 +1000

    Further refinement for BZ#510173

diff --git a/en-US/Kickstart2.xml b/en-US/Kickstart2.xml
index e12d327..b57162f 100644
--- a/en-US/Kickstart2.xml
+++ b/en-US/Kickstart2.xml
@@ -1369,7 +1369,6 @@ logvol / --vgname=myvg --size=2000 --name=rootvol
 					<para>
 						Configures network information for the system. If the kickstart installation does not require networking (in other words, it is not installed over NFS, HTTP, or FTP), networking is not configured for the system. If the installation does require networking and network information is not provided in the kickstart file, the installation program assumes that the installation should be done over eth0 via a dynamic IP address (BOOTP/DHCP), and configures the final, installed system to determine its IP address dynamically. The <command>network</command> option configures networking information for kickstart installations via a network as well as for the installed system.
 					</para>
-<screen>network [--bootproto=<replaceable><dhcp|bootp|static></replaceable>] [--device=<replaceable><device></replaceable>] [--ip=<replaceable><ip_address></replaceable>] [--ipv6=<replaceable><ipv6_address></replaceable>] [--gateway=<replaceable><ip_address></replaceable>] [--nameserver=<replaceable><ip_address></replaceable>] [--hostname=<replaceable><hostname></replaceable>] [--ethtool=<replaceable><settings></replaceable>] [--essid=<replaceable><SSID></replaceable>] [--wepkey=<replaceable><key></replaceable>] [--onboot=<replaceable><yes|no></replaceable>] [--dhcpclass=<replaceable><DHCP_class></replaceable>] [--mtu=<replaceable><MTU></replaceable>] [--noipv4] [--noipv6]</screen>
 					<itemizedlist>
 
 <listitem>
@@ -1395,7 +1394,7 @@ logvol / --vgname=myvg --size=2000 --name=rootvol
 	<para>
 		Note that although the presentation of this example on this page has broken the line, in a real kickstart file, you must include all this information on a single line with no break.
 	</para>
-<screen>network --bootproto=static --ip=10.0.2.15 --netmask=255.255.255.0 \
+<screen>network --bootproto=static --ip=10.0.2.15 --netmask=255.255.255.0
  --gateway=10.0.2.254 --nameserver=10.0.2.1
 </screen>
 	<para>





More information about the Fedora-docs-commits mailing list