Chapter 31. Kickstart Installations
310
•
--noprobe=
— Do not try to probe the monitor.
•
--vsync=
— Specifies the vertical sync frequency of the monitor.
mouse
(deprecated)
The mouse keyword is deprecated.
network
(optional)
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
network
option configures networking information for
kickstart installations via a network as well as for the installed system.
•
--bootproto=
— One of
dhcp
,
bootp
, or
static
.
It defaults to
dhcp
.
bootp
and
dhcp
are treated the same.
The DHCP method uses a DHCP server system to obtain its networking configuration. As you
might guess, the BOOTP method is similar, requiring a BOOTP server to supply the networking
configuration. To direct a system to use DHCP:
network bootproto=dhcp
To direct a machine to use BOOTP to obtain its networking configuration, use the following line
in the kickstart file:
network bootproto=bootp
The static method requires that you enter all the required networking information in the kickstart
file. As the name implies, this information is static and is used during and after the installation.
The line for static networking is more complex, as you must include all network configuration
information on one line. You must specify the IP address, netmask, gateway, and nameserver.
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.
network bootproto=static ip=10.0.2.15 netmask=255.255.255.0
gateway=10.0.2.254 nameserver=10.0.2.1
If you use the static method, be aware of the following two restrictions:
• All static networking configuration information must be specified on
one
line; you cannot wrap
lines using a backslash, for example.
• You can also configure multiple nameservers here. To do so, specify them as a comma-
delimited list in the command line.
Summary of Contents for ENTERPRISE LINUX 5 - VIRTUAL SERVER ADMINISTRATION
Page 12: ...xii ...
Page 20: ......
Page 30: ...12 ...
Page 32: ...14 ...
Page 82: ...64 ...
Page 106: ...88 ...
Page 122: ...104 ...
Page 124: ...106 ...
Page 126: ......
Page 132: ...114 ...
Page 168: ...150 ...
Page 182: ...164 ...
Page 192: ...174 ...
Page 194: ......
Page 236: ...218 ...
Page 238: ...220 ...
Page 270: ......
Page 274: ...256 ...
Page 278: ...260 ...
Page 292: ...274 ...
Page 294: ......
Page 300: ...282 ...
Page 304: ......
Page 316: ...298 ...
Page 370: ...352 ...
Page 384: ...366 ...
Page 385: ...Part VII Appendix ...
Page 386: ......