summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorMichael DeHaan <mdehaan@redhat.com>2007-03-23 16:36:36 -0400
committerJim Meyering <jim@meyering.net>2007-03-23 16:36:36 -0400
commitae2506b839ba787dc06004d2eab5cb528379186f (patch)
treeb3b2723e3730b6478255e229840450aabbd24e1f /docs
parente639b419fb91246436d673569ccf7bced60c66e5 (diff)
downloadthird_party-cobbler-ae2506b839ba787dc06004d2eab5cb528379186f.tar.gz
third_party-cobbler-ae2506b839ba787dc06004d2eab5cb528379186f.tar.xz
third_party-cobbler-ae2506b839ba787dc06004d2eab5cb528379186f.zip
This is 0.4.5
Diffstat (limited to 'docs')
-rw-r--r--docs/cobbler.pod7
1 files changed, 1 insertions, 6 deletions
diff --git a/docs/cobbler.pod b/docs/cobbler.pod
index d73b9c2..cf2dd0e 100644
--- a/docs/cobbler.pod
+++ b/docs/cobbler.pod
@@ -102,7 +102,7 @@ distro breed, is the value used for --kickstart when creating the profile. See
A profile associates a distribution to additional specialized options, such as a kickstart automation file. Profiles are the core unit of provisioning and at least one profile must exist for every distribution to be provisioned. A profile might represent, for instance, a web server or desktop configuration.
-B<cobbler profile add --name=string --distro=string [--kickstart=url] [--kopts=string] [--ksmeta=string] [--virt-name=string] [--virt-file-size=gigabytes] [--virt-ram=megabytes]>
+B<cobbler profile add --name=string --distro=string [--kickstart=url] [--kopts=string] [--ksmeta=string] [--virt-file-size=gigabytes] [--virt-ram=megabytes]>
=over
@@ -124,11 +124,6 @@ If this parameter is not provided, the kickstart file will default to /etc/cobbl
Note: For other breeds of distros (see --breed argument to "distro add") that do not use "kickstarts", the kickstart in this case is just the distro specific answer file (such as an AutoYAST file). koan doesn't work for those other distros (like SuSE), but cobbler should be perfectly usable as a stand-alone solution for automated multi-distro-breed PXE control.
-=item virt-name
-
-(optional) (Virt-only) what the Virt guest name should start with. Creating
-multiple images on a machine will cause increasing numbers to be appended to this name. The default is "virtguest".
-
=item virt-file-size
(optional) (Virt-only) how large the disk image should be in gigabytes. The default is "5".