From 2341658651c34fcb892a582b9a2a0be7c6763fa6 Mon Sep 17 00:00:00 2001 From: Michael DeHaan Date: Wed, 19 Dec 2007 18:07:12 -0500 Subject: Fix Manpage indent. --- docs/cobbler.pod | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs') diff --git a/docs/cobbler.pod b/docs/cobbler.pod index f5d0f72..b20e62c 100644 --- a/docs/cobbler.pod +++ b/docs/cobbler.pod @@ -176,12 +176,12 @@ Example: If profile A has --kopts="x=7 y=2", B inherits from A, and B has --kop Example: If profile B has --virt-ram=256 and A has --virt-ram of 512, profile B will use the value 256. Example: If profile A has a --virt-file-size of 5 and B does not specify a size, B will use the value from A. -=back - =item server-override This parameter should be useful only in select circumstances. If machines are on a subnet that cannot access the cobbler server using the name/IP as configured in the cobbler settings file, use this parameter to override that server name. See also --dhcp-tag for configuring the next server and DHCP informmation of the system if you are also using Cobbler to help manage your DHCP configuration. +=back + =head2 ADDING A SYSTEM System records map a piece of hardware (or a virtual machine) with the cobbler profile to be assigned to run on it. This may be thought of as chosing a role for a specific system. -- cgit