summaryrefslogtreecommitdiffstats
path: root/docs/cobbler.pod
diff options
context:
space:
mode:
Diffstat (limited to 'docs/cobbler.pod')
-rw-r--r--docs/cobbler.pod5
1 files changed, 4 insertions, 1 deletions
diff --git a/docs/cobbler.pod b/docs/cobbler.pod
index 2b3e00f..44ac200 100644
--- a/docs/cobbler.pod
+++ b/docs/cobbler.pod
@@ -116,10 +116,13 @@ the name of a previously defined cobbler distribution
=item kickstart
-Local filesystem path to a kickstart file.
+Local filesystem path to a kickstart file. http:// URLs (even CGI's) are also accepted, but a local file path is recommended, so that the kickstart templating engine can be taken advantage of.
If this parameter is not provided, the kickstart file will default to /etc/cobbler/default.ks. This file is initially blank, meaning default kickstarts are not automated "out of the box". Admins can change the default.ks if they desire..
+When using kickstart files, they can be placed anywhere on the filesystem, but the recommended path is /var/lib/cobbler/kickstarts.
+
+
=item virt-file-size
(optional) (Virt-only) how large the disk image should be in gigabytes. The default is "5".