summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorMichael DeHaan <mdehaan@mdehaan.rdu.redhat.com>2007-06-21 18:30:17 -0400
committerMichael DeHaan <mdehaan@mdehaan.rdu.redhat.com>2007-06-21 18:30:17 -0400
commit62b2765302033a3a5c94897296edd27c71382a71 (patch)
treec34e583c50a02a8d248df89ba07f7d83ee132de6 /docs
parent16ae9ab051e68a74a3d0a509835e5e33116807a4 (diff)
downloadthird_party-cobbler-62b2765302033a3a5c94897296edd27c71382a71.tar.gz
third_party-cobbler-62b2765302033a3a5c94897296edd27c71382a71.tar.xz
third_party-cobbler-62b2765302033a3a5c94897296edd27c71382a71.zip
Experimental support for provisioning Debian.
Diffstat (limited to 'docs')
-rw-r--r--docs/cobbler.pod4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/cobbler.pod b/docs/cobbler.pod
index 6746187..95f4651 100644
--- a/docs/cobbler.pod
+++ b/docs/cobbler.pod
@@ -44,7 +44,7 @@ This first step towards configurating what you want to provision is to add a dis
If there is an rsync mirror, DVD, or filesystem tree available that you would rather import instead, skip down to the documentation about the "import" command. It's really a lot easier, and it only requires waiting for the mirror content to be copied. Imported mirrors also save time during install since they don't have to hit external install sources. However if you have the content locally already and don't want to create another copy of it, you'll want to use the manual distro add commands.
-B<cobbler distro add --name=string --kernel=path --initrd=path [--kopts=string] [--ksmeta=string] [--arch=x86|x86_64|ia64] [--breed=redhat|suse]>
+B<cobbler distro add --name=string --kernel=path --initrd=path [--kopts=string] [--ksmeta=string] [--arch=x86|x86_64|ia64] [--breed=redhat|debian|suse]>
=over
@@ -89,7 +89,7 @@ See the section on "Kickstart Templating" for further information.
Defaults to "redhat", which is a suitable value for Fedora and Centos as well. It means anything redhat based.
-There is limited experimental support for specifying "suse", which treats the kickstart file as a autoyast file and changes the kernel
+There is limited experimental support for specifying "debian" or "suse", which treats the kickstart file as a different format and changes the kernel
arguments appropriately. Support for other types of distributions is possible in the future.
The file used for the answer file, regardless of the breed setting, is the value used for --kickstart when creating the profile.