summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorMichael DeHaan <mdehaan@redhat.com>2009-02-06 13:56:36 -0500
committerMichael DeHaan <mdehaan@redhat.com>2009-02-06 13:56:36 -0500
commit9737d64a2c95daa40e614805400a8665ba1aae02 (patch)
treef2c085c4ec3fd790cc9c97a45eebb8788f5fad74 /docs
parent7f7985539e4fef09a9ea0d7c0e4749535d2aed29 (diff)
downloadcobbler-9737d64a2c95daa40e614805400a8665ba1aae02.tar.gz
cobbler-9737d64a2c95daa40e614805400a8665ba1aae02.tar.xz
cobbler-9737d64a2c95daa40e614805400a8665ba1aae02.zip
Make more fields standardize around space seperation, not comma seperation
Diffstat (limited to 'docs')
-rw-r--r--docs/cobbler.pod6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/cobbler.pod b/docs/cobbler.pod
index 6e0af696..a46ef1b9 100644
--- a/docs/cobbler.pod
+++ b/docs/cobbler.pod
@@ -127,7 +127,7 @@ provisioning guests with koan. The valid options for --os-version vary dependin
=item owners
-Users with small sites and a limited number of admins can probably ignore this option. All cobbler objects (distros, profiles, systems, and repos) can take a --owners parameter to specify what cobbler users can edit particular objects. This only applies to the Cobbler WebUI and XMLRPC interface, not the "cobbler" command line tool run from the shell. Furthermore, this is only respected by the "authz_ownership" module which must be enabled in /etc/cobbler/modules.conf. The value for --owners is a comma seperated list of users and groups as specified in /etc/cobbler/users.conf. For more information see the users.conf file as well as the Cobbler Wiki. In the default Cobbler configuration, this value is completely ignored, as is users.conf.
+Users with small sites and a limited number of admins can probably ignore this option. All cobbler objects (distros, profiles, systems, and repos) can take a --owners parameter to specify what cobbler users can edit particular objects. This only applies to the Cobbler WebUI and XMLRPC interface, not the "cobbler" command line tool run from the shell. Furthermore, this is only respected by the "authz_ownership" module which must be enabled in /etc/cobbler/modules.conf. The value for --owners is a space seperated list of users and groups as specified in /etc/cobbler/users.conf. For more information see the users.conf file as well as the Cobbler Wiki. In the default Cobbler configuration, this value is completely ignored, as is users.conf.
=item template-files
@@ -167,12 +167,12 @@ When using kickstart files, they can be placed anywhere on the filesystem, but t
=item nameservers
-If your nameservers are not provided by DHCP, you can specify a comma-seperated list of addresses here to configure each of the installed nodes to use them (provided the kickstarts used are installed on a per-system basis). Users with DHCP setups should not need to use this option. This is available to set in profiles to avoid having to set it repeatedly for each system record.
+If your nameservers are not provided by DHCP, you can specify a space seperated list of addresses here to configure each of the installed nodes to use them (provided the kickstarts used are installed on a per-system basis). Users with DHCP setups should not need to use this option. This is available to set in profiles to avoid having to set it repeatedly for each system record.
=item virt-file-size
(Virt-only) How large the disk image should be in Gigabytes. The default is "5".
-This can be a comma seperated list (ex: "5,6,7") to allow for multiple disks of different sizes
+This can be a space seperated list (ex: "5,6,7") to allow for multiple disks of different sizes
depending on what is given to --virt-path. This should be input as a integer or decimal value without units.
=item virt-ram