Chapter 7. Red Hat Network Website
110
File Location
The exact location from which the kickstart tree is mounted. This value is determined when the
profile is created. You can view it on this page but you cannot change it.
7.4.9.3.3. Kickstart Details � Variables
Kickstart variables can be used to substitute values into kickstart profiles. To define a variable, create
a name-value pair (
name/value
) in the text box.
For example, if you wanted to kickstart a system that joins the network for specified department (for
example the Engineering organization) you can create a profile variable to set the ip address and the
gateway server address to a variable that any system using that profile will use. Add the following line
to the
Variables
text box.
IPADDR=192.168.0.28
GATEWAY=192.168.0.1
To use the profile variable, you can use the name of the variable within the profile to substitute in the
value. For example, the
network
portion of a kickstart file looks like the following:
network --bootproto=static --device=eth0 --onboot=on --ip=$IPADDR --
gateway=$GATEWAY
The
$IPADDR
will be
192.168.0.28
, and the
$GATEWAY
will be
192.168.0.1
Note
There is a hierarchy when creating and using variables in kickstart files. System kickstart
variables take precedence over Profile variables, which in turn take precendence over
Distribution variables. Understanding this hierarchy can alleviate confusion when using
variables in kickstarts.
Using variables are just one part of the larger Cobbler infrastructure for creating templates that can
be shared between multiple profiles and systems. For more information about Cobbler and kickstart
templates, refer to
Chapter 11, Cobbler
.
7.4.9.3.4. Kickstart Details � Advanced Options —
From this page, you can toggle several installation options on and off by checking and unchecking
the boxes to the left of the option. For most installations, the default options are correct. The
Red Hat
Enterprise Linux System Administration Guide
discusses each of these options in detail.
Содержание NETWORK SATELLITE 5.3.0 - CHANNEL MANAGEMENT
Страница 1: ...Red Hat Network Satellite 5 3 0 Reference Guide Red Hat Network Satellite ...
Страница 32: ...20 ...
Страница 44: ...Chapter 4 Red Hat Update Agent 32 Figure 4 11 Available Package Updates ...
Страница 168: ...156 ...
Страница 180: ...168 ...
Страница 216: ...204 ...
Страница 232: ...220 ...
Страница 248: ...236 ...
Страница 260: ...248 ...
Страница 309: ...297 Appendix E Revision History Revision 1 0 Fri Feb 27 2009 ...
Страница 310: ...298 ...
Страница 318: ...306 ...