diff options
author | Michael DeHaan <mdehaan@redhat.com> | 2006-10-24 16:49:31 -0400 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2006-10-24 16:49:31 -0400 |
commit | 64f19e812c0328795a38a9ee10cdca3fbd3c81ac (patch) | |
tree | 79b11afb69ed4e62b925e42a80a7c991ccac8abe | |
parent | 547da27c632d5b768516c6697f56440c836fad02 (diff) | |
download | third_party-cobbler-64f19e812c0328795a38a9ee10cdca3fbd3c81ac.tar.gz third_party-cobbler-64f19e812c0328795a38a9ee10cdca3fbd3c81ac.tar.xz third_party-cobbler-64f19e812c0328795a38a9ee10cdca3fbd3c81ac.zip |
Updated manpage.
-rw-r--r-- | cobbler.pod | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/cobbler.pod b/cobbler.pod index ffda59a..8fa3d60 100644 --- a/cobbler.pod +++ b/cobbler.pod @@ -94,7 +94,9 @@ the name of a previously defined cobbler distribution =item kickstart -(optional) an HTTP URL, NFS URL, or local filesystem path to a kickstart file. Filesystem paths are needed to take advantage of cobbler's kickstart templating features. Kickstart templating is covered in a later section. If this parameter is not provided, no kickstart will be used, and the installs will not be automated. +(optional) an HTTP URL, NFS URL, or local filesystem path to a kickstart file. Filesystem paths are needed to take advantage of cobbler's kickstart templating features and are therefore recommended. Kickstart templating is covered in a later section. + +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. Admins can change the default.ks or can leave it blank. =item xen-name |